By: Vojtěch Fošnár
Inspect and view changes in I know what I'm doing source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"icons": {
"48": "icons/icon.svg"
},
"version": "1.0",
"permissions": [
"<all_urls>",
"notifications",
"storage",
"webRequest",
"webRequestBlocking"
],
"browser_action": {
"default_icon": {
"32": "icons/icon.svg"
},
"default_title": "Content script",
"default_popup": "popup/index.html",
"browser_style": true
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"expose_api.js"
],
"run_at": "document_start"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{64beab4a-859a-425c-bd50-99afea8c41d0}"
}
}
} Best I know what I'm doing Alternatives
Here are some Firefox add-ons that are similar to I know what I'm doing:
CORS Unblock
rxliuli
CORS Everywhere
spenibus
Custom CORS Control
tartpvule
CORS Unblock
Balvin
Corser
Mikhail Vyrtsev
Safe CORS
Cemal Koc
Origin Enforcer
sje
CORS for Me
yobukodori
Moesif Origin & CORS Changer
Moesif
Hoppscotch Extension for Firefox
Hoppscotch
Allow CORS: Access-Control-Allow-Origin
Muyor
Corsify
Tushar Arora