chrome-plugin-dns-cache-clean
chrome dns cache cleaer
Cos'è chrome-plugin-dns-cache-clean?
chrome-plugin-dns-cache-clean è un'estensione di Chrome sviluppata da yiranzhouyida, e la sua funzione principale è "chrome dns cache cleaer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione chrome-plugin-dns-cache-clean
Scarica i file di estensione chrome-plugin-dns-cache-clean 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
before use it, we need access `chrome://flags/#extensions-on-chrome-urls` then open it. after finished, just click the plugin button will be fine
Informazioni di Base sull'Estensione
Nome | |
ID | bdpfccanhacmnpdiejhlgglghjmcnlmp |
URL Ufficiale | https://chrome.google.com/webstore/detail/chrome-plugin-dns-cache-c/bdpfccanhacmnpdiejhlgglghjmcnlmp |
Descrizione | chrome dns cache cleaer |
Dimensione del File | 11.94 KB |
Conteggio Installazioni | 227 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2019-09-26 |
Data di Pubblicazione | 2019-09-26 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | yiranzhouyida |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git |
URL della Pagina di Aiuto | https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "chrome-plugin-dns-cache-clean", "version": "0.0.4", "description": "chrome dns cache cleaer", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "128": "image\/paper-plane.png" } }, "permissions": [ "activeTab", "tabs", "chrome:\/\/net-internals\/#sockets", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |