作者: Chiaki Chen
Inspect and view changes in RequestModifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Request Modifier",
"version": "1.3",
"description": "为指定域名添加自定义请求头和清理指定域名的cookie",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"storage",
"cookies",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"default_title": "Request Modifier",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "ustbcl@126.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} 最佳 RequestModifier 替代方案
这里是一些与RequestModifier类似的Firefox add-on:
Request Modifier
Leon Chen
Request Header Modifier
Jamie van Brunschot
HeaderMod
UtilsFactory
ModHeader
ModHeader
Header Override
Massimiliano
HTTP Header Plugin
Paul Pepper
Header Modifier
kidatti
Modify Header Value
Milen
Modify HTTP Headers
CirnoT
HTTP-TRACKER
THANH TRONG
HTTP-TRACKERs
OKKing