NoAff
自动拦截隐藏AFF-星河vps资讯-xhvps.info
Cos'è NoAff?
NoAff è un'estensione di Chrome sviluppata da dforel, e la sua funzione principale è "自动拦截隐藏AFF-星河vps资讯-xhvps.info".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NoAff
Scarica i file di estensione NoAff 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
自动拦截隐藏AFF-星河vps资讯-xhvps.info
Informazioni di Base sull'Estensione
Nome | |
ID | abmbljajkipbpdlnifbabdogfkahnbja |
URL Ufficiale | https://chrome.google.com/webstore/detail/noaff/abmbljajkipbpdlnifbabdogfkahnbja |
Descrizione | 自动拦截隐藏AFF-星河vps资讯-xhvps.info |
Dimensione del File | 134 KB |
Conteggio Installazioni | 126 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2020-01-14 |
Data di Pubblicazione | 2020-01-12 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | dforel |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://xhvps.info |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NoAff", "version": "0.0.3", "description": "\u81ea\u52a8\u62e6\u622a\u9690\u85cfAFF-\u661f\u6cb3vps\u8d44\u8baf-xhvps.info", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "\u81ea\u52a8\u62e6\u622a\u9690\u85cfAFF V0.0.3\u7248\u672c", "default_popup": "popup.html" }, "permissions": [ "notifications", "webRequest", "webRequestBlocking", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/myscript.js" ] } ] } |