By: Alfredo
Inspect and view changes in Experiment Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Experiment Finder",
"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": "{daa0f4c9-535b-4e11-933f-680eec6f6aaf}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"browser_action": {
"default_icon": {
"16": "assets/icon16.png",
"32": "assets/icon32.png",
"48": "assets/icon48.png",
"96": "assets/icon96.png",
"128": "assets/icon128.png"
},
"default_title": "Experiment Finder",
"default_popup": "lib/popup.html"
},
"icons": {
"16": "assets/icon16.png",
"32": "assets/icon32.png",
"48": "assets/icon48.png",
"96": "assets/icon96.png",
"128": "assets/icon128.png"
},
"permissions": [
"tabs",
"activeTab"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"lib/content.js"
],
"run_at": "document_idle"
}
]
} Best Experiment Finder Alternatives
Here are some Firefox add-ons that are similar to Experiment Finder:
AB Test Detector
Alfredo
Feature Flag Scanner
Alfredo
A/B Testing Tool
Gim Xina
GrowthBook DevTools
GrowthBook
Optimizely Inspector Pro
13WIN
Optimizely Inspector
8Day
Optimizely Inspector Plus
SV66
AB Tasty Debugger
789BET
AB Tasty debugger
Joris Daniel (yoriiis)
Statsig Features and Experimentation
Aaron van den Berg