DisCORS
This extension allows disabling common security headers (CORS, CSP, X-FRAME-OPTIONS...) for a selected list of targets.
Modifies request headers (including CORS) for development purposes!
查看最近 30 天的用户变化。
按时间查看评分波动,辅助判断近期口碑是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
👨🏻💻 This Extension is intended for developers and it modifies Request Headers, either through the extension’s main icon or via an exposed API. The API can be accessed from the console or sideloaded scripts (such as Tampermonkey), making it ideal for automated workflows.
💻 The API includes enable() and disable() methods for toggling header modifications directly from the global namespace. You can also add, remove and clear either hostnames or headers, and the passed data can be strings, arrays, objects (for the headers) or arrays of objects. Methods include addHostname, addHostnames, removeHostname, removeHostnames, clearHostnames, addHeader, addHeaders, removeHeader, removeHeaders, clearHeaders. All API methods return a Promise that resolves to a boolean indicating success (true) or failure (false).
👉 API Usage:
The extension exposes a global API object window.requestHeaderModifier that allows you to control its functionality programmatically from your browser's developer console, a website's script (if allowed by CSP), or user script managers like Tampermonkey. All API methods return a Promise that resolves to a boolean indicating success (true) or failure (false).
📖 enable
window.requestHeaderModifier.enable(); // Enables the header modification functionality. This will apply the currently saved rules. Returns true on success
查看最近评论和评分分布。
Chrome 商店显示有 1 条评论, 但 ExtScope 当前只同步到了 0条评论正文。这里先展示已同步的评论,后续会继续补齐。
查看 Chrome 商店详情页中的相关产品。
This extension allows disabling common security headers (CORS, CSP, X-FRAME-OPTIONS...) for a selected list of targets.
Enable this extension to bypass CORS errors and make API calls from different domains seamlessly
Rewrite CORS headers for any domain so requests work from any origin
Temporarily unblock CORS for development and testing purposes
An extension to help to bypass CORS security errors on superannotate domains
Web apps cross-origin access with precise domain control and simple permissions.