By: Alfredo
Inspect and view changes in Feature Flag Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Feature Flag Scanner",
"version": "1.0.0",
"description": "Detect A/B testing and feature flag tools on any webpage: Optimizely, VWO, LaunchDarkly, Statsig, and 15 more.",
"browser_specific_settings": {
"gecko": {
"id": "{159daec1-0b80-4818-97ae-f6abad9e4386}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"browser_action": {
"default_icon": {
"16": "img/icon16.png",
"32": "img/icon32.png",
"48": "img/icon48.png",
"96": "img/icon96.png",
"128": "img/icon128.png"
},
"default_title": "Feature Flag Scanner",
"default_popup": "js/popup.html"
},
"icons": {
"16": "img/icon16.png",
"32": "img/icon32.png",
"48": "img/icon48.png",
"96": "img/icon96.png",
"128": "img/icon128.png"
},
"permissions": [
"tabs",
"activeTab"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"js/content.js"
],
"run_at": "document_idle"
}
]
} Best Feature Flag Scanner Alternatives
Here are some Firefox add-ons that are similar to Feature Flag Scanner:
Experiment Finder
Alfredo
AB Test Detector
Alfredo
Feature Flags
Tools publiq
GrowthBook DevTools
GrowthBook
A/B Testing Tool
Gim Xina
Stack Spy
Stack-Spy
FireFlag
hyperpolymath
Feature the Flag
Lennaert
Website Inspector
Waliul Awal Taha
Analytics Inspector
true-metrics.com
Element Hunter
Benjamin Prouff