HeaderModify
Modify Request and Response Headers
Cos'è HeaderModify?
HeaderModify è un'estensione di Chrome sviluppata da Asa Dong, e la sua funzione principale è "Modify Request and Response Headers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HeaderModify
Scarica i file di estensione HeaderModify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Modify Request and Response Headers 修改http请求和响应头部
Informazioni di Base sull'Estensione
Nome | HeaderModify |
ID | dcjllekpidddjpoljedhgkjakfocokgb |
URL Ufficiale | https://chromewebstore.google.com/detail/headermodify/dcjllekpidddjpoljedhgkjakfocokgb |
Descrizione | Modify Request and Response Headers |
Dimensione del File | 71.32 KB |
Conteggio Installazioni | 112 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2015-12-07 |
Data di Pubblicazione | 2015-12-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Asa Dong |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "author": "Asa Dong", "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "icon_bw.png", "default_popup": "popup.html", "default_title": "Headers Modify" }, "description": "Modify Request and Response Headers", "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "incognito": "spanning", "manifest_version": 2, "name": "HeaderModify", "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |