Inspect and view changes in FF Overrides source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "FF Overrides",
"version": "1.1.0",
"minimum_chrome_version": "111.0",
"browser_specific_settings": {
"gecko": {
"id": "ff-overrides@e-conomic-extensions.local",
"strict_min_version": "128.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"description": "Toggle e-conomic client feature flags: match the app or force off locally.",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"permissions": [
"storage",
"activeTab"
],
"action": {
"default_title": "Feature flag Overrides",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png"
}
},
"content_scripts": [
{
"matches": [
"https://*.e-conomic.com/*",
"http://localhost/*",
"http://127.0.0.1/*"
],
"js": [
"page-world.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https://*.e-conomic.com/*",
"http://localhost/*",
"http://127.0.0.1/*"
],
"js": [
"content-bridge.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": []
} 최고의 FF Overrides 대안
다음은 FF Overrides과(와) 유사한 Firefox add-on입니다:
fhosts
Amal Graafstra
Live Resource Override
Sapan
FlagSwap
Rauf Babayev
FireFlag
hyperpolymath
Header Override
Massimiliano
Header Override
headeroverride.com
Feature Flags
Tools publiq
Cookie Override
Rafal Bielski
Cloudhood
Cloud.ru
Feature the Flag
Lennaert
EnterpriseFF
messias
FlexHeaders - Modify HTTP Headers
Harrison Deo