Por: Paul Pepper
Inspect and view changes in HTTP Header Plugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.0.1",
"description": "__MSG_extensionDescription__",
"browser_specific_settings": {
"gecko": {
"id": "http-header-plugin@paulpepper.com",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
},
"browser_action": {
"default_icon": "icons/icon-48.png",
"default_title": "__MSG_extensionName__"
},
"options_ui": {
"page": "options/options.html",
"browser_style": true
},
"background": {
"scripts": [
"background/urlMatching.js",
"background/index.js"
]
},
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"default_locale": "en"
} Mejores alternativas HTTP Header Plugin
Aquí hay algunas Firefox add-ons que son similares a HTTP Header Plugin:
HeaderMod
UtilsFactory
Modify HTTP Headers
CirnoT
HTTP Headers Customize
fumidzuki
simple-modify-headers
Didierfred
HeaderSmith – cod3rjava
cod3rjava
Headers
Kuba Zygmunt
HTTP Header Mangler
Peter Nilsson
Simple Modify Headers - Extended
Warren Bank
Modify Header Value
Milen
Header Override
Massimiliano
Custom Header Values
TBednarek