By: Dima Kurilo Add-on
Inspect and view changes in ESI testing extension source codes across current and past versions
Try xHeader →
Please login to examine the extension's source code.
manifest.json
{
"name": "ESI testing extension",
"author": "Dima Kurilo <dkurilo@gmail.com>",
"version": "1.6.1resigned1",
"manifest_version": 2,
"description": "Extension allows to debug ESI sites",
"homepage_url": "https://github.com/DKurilo/esi_testing_extension",
"applications": {
"gecko": {
"id": "esi-testing-extension@kurilo.us",
"strict_min_version": "57.0"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"scripts": [
"src/classes/prefixes.js",
"src/bg/background.js"
]
},
"options_ui": {
"page": "src/options/options.html",
"browser_style": true
},
"browser_action": {
"default_icon": "icons/icon48.png",
"default_title": "Site settings",
"default_popup": "src/popup/popup.html"
},
"default_locale": "en",
"permissions": [
"activeTab",
"<all_urls>",
"webRequest",
"webRequestBlocking",
"webNavigation",
"storage"
]
} Best ESI testing extension Alternatives
Here are some Firefox add-ons that are similar to ESI testing extension:
CSP Evaluator
Hacks and Hops
Test Extension V2 Public
Enzo
MyEpiPlus
Ilan LP
Web Insights
Francesco De Stefano
Css Debug with Pesticide CSS
Rob
CSP Tester
oxdef
CSS Sentry
dougg0k
CSS Insight
Mark Digital
ECSY Developer tools
Mozilla Mixed Reality
Browserling - Cross-browser testing
Browserling
IntSights Extend
Gal Ben David
Extension Inspector
Tim Weißenfels