Par : fxe00
Inspect and view changes in HackDuck - HTTP Request Debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "HackDuck - HTTP Request Debugger",
"version": "1.1.8",
"description": "A powerful browser extension for HTTP request debugging and manipulation",
"permissions": [
"activeTab",
"storage",
"webRequest",
"webRequestBlocking",
"tabs",
"devtools",
"cookies",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"devtools_page": "devtools.html",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"web_accessible_resources": [
"injected.js"
],
"browser_specific_settings": {
"gecko": {
"id": "hackduck@example.com",
"strict_min_version": "109.0"
}
},
"author": "HackDuck Team",
"homepage_url": "https://github.com/fxe00/hackduck"
} Meilleures alternatives HackDuck - HTTP Request Debugger
Voici quelques Firefox add-ons qui sont similaires à HackDuck - HTTP Request Debugger :