稳定信号未识别到付费功能高风险权限组合
CORS Unblock icon

CORS Unblock

No more CORS error by appending 'Access-Control-Allow-Origin: *' header to local and remote web requests when enabled

用户数200K当前公开安装规模
评分4.1商店平均评分
评论数175公开评论体量
Manifest 版本V3插件平台版本
7日增长0近 7 天净增用户
7日增长率0%相对周增长速度
视觉预览

CORS Unblock 媒体预览

4 项素材
趋势

用户增长趋势

按已采集快照查看用户数变化。

用户增长趋势

200K200K200K200K200K2026年7月14日2026年7月17日2026年7月20日最新值: 200K
评分趋势

近 7 日评分趋势

展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。

7 日评分变化

起始值
4.08
最新值
4.08
7 日评分变化
0.00
3.984.034.084.134.182026年7月14日2026年7月17日2026年7月20日最新值: 4.08
2026年7月14日2026年7月20日
增长概览

日/周/月增长表现

同口径展示 1 天、7 天、30 天的绝对增长与增长率。

1日增长持平
00%
7日增长持平
00%
30日增长持平
00%
技术摘要

版本、语言与抓取信息

查看发布时间、版本、支持语言、最近更新和抓取时间。

版本0.5.2
ManifestV3
大小198KiB
语言数1English
发布时间
最近更新
最近抓取
English
简介

插件简介

查看插件说明、主要功能和适用场景。

This extension bypasses the "XMLHttpRequest" and "fetch" rejections by altering the "Access-Control-Allow-Origin" and "Access-Control-Allow-Methods" headers for every request that the browser receives. You can activate the extension by pressing the action button. Also, use the right-click context menu over the action button to modify which headers the extension manipulates. You can also ask the extension not to overwrite these headers when the server returns values for them.

The default values for the headers:

Access-Control-Allow-Origin: request initiator or empty

Access-Control-Allow-Methods": GET, PUT, POST, DELETE, HEAD, OPTIONS, PATCH, PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK

Access-Control-Allow-Methods: request initiator or empty

Access-Control-Allow-Credentials: true

评价

最新评论快照

查看最近评论和评分分布。

商店综合星级4.1Chrome 商店给出的聚合评分,包含只有打分但没有同步评论正文的情况
已同步评论均分4.0仅基于下方已同步评论正文计算
有内容评论131已同步的评论正文数量
总评分/评论数175Chrome 商店公开评分/评论计数

商店综合星级:4.1。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。

5
85
4
9
3
7
2
7
1
23
Blake La Pierre2021年3月17日
4

Doesn't seem to work for iframes from different domains (codepen.io cdpn.io)

语言 en
FreebooterFox2021年3月14日
4

Fixes an issue with reddit videos not playing. Breaks functionality practically anywhere else. I have mixed feelings about what seems to be a requirement to now actively manage functionality of a browser and/or website that should function well enough on its own, but it is what it is, and that's not the fault of the developer of this extension.

语言 en
Felipe Az2021年3月1日
5

Show perfeito

语言 pt
0 有用 · 1 无用
Andrew P2021年1月20日
3

Breaks drive.google.com for me if enabled for all sites.

语言 en
Steph2021年1月1日
5

Works very well and very well thought, by default it's disabled for security reasons but it can be enabled on a site-by-site basis by just clicking the icon, perfect for local javascript development! Also worth mentioning the plugin is opensource and also available on Firefox and Microsoft Edge in addition to Google Chrome. Kudos to the developers for such an easy and well working plugin!

语言 en
1 有用 · 1 无用
Ilton Andrew2020年12月16日
5

Brabo

语言 pt
1 有用 · 1 无用
Dan Rotaru2020年12月13日
4

Add whitelist site, sites where extension will dont work

语言 en
Eoin Ó Raghallaigh2020年12月12日
1

Didn't work. Simple as that.

语言 en
2 有用 · 3 无用
T. Amagai2020年12月8日
1

This does not work for local html & local file. Sample html is below: --- <html> <body> <script type="text/javascript" src="https://mozilla.github.io/pdf.js/build/pdf.js"></script> <script type="text/javascript" src="https://mozilla.github.io/pdf.js/build/pdf.worker.js"></script> <script type="text/javascript"> var url = "file:///Users/amagaiwork/Desktop/sample.pdf"; var pages = [], heights = [], width = 0, height = 0, currentPage = 1; var scale = 1.5; function draw() { var canvas = document.createElement('canvas'), ctx = canvas.getContext('2d'); canvas.width = width; canvas.height = height; for(var i = 0; i < pages.length; i++) ctx.putImageData(pages[i], 0, heights[i]); document.body.appendChild(canvas); } pdfjsLib.disableWorker = true; // due to CORS const loadingTask = pdfjsLib.getDocument(url); loadingTask.promise.then(function (pdf) { getPage(); function getPage() { pdf.getPage(currentPage).then(function(page) { console.log("Printing " + currentPage); var viewport = page.getViewport(scale); var canvas = document.createElement('canvas') , ctx = canvas.getContext('2d'); var renderContext = { canvasContext: ctx, viewport: viewport }; canvas.height = viewport.height; canvas.width = viewport.width; page.render(renderContext).then(function() { pages.push(ctx.getImageData(0, 0, canvas.width, canvas.height)); heights.push(height); height += canvas.height; if (width < canvas.width) width = canvas.width; if (currentPage < pdf.numPages) { currentPage++; getPage(); } else { draw(); } }); }); } }); </script> </body> </html>

语言 en
Entusoft2020年11月24日
5

Works great!

语言 en