chrome-plugin-dns-cache-clean
chrome dns cache cleaer
Vad är chrome-plugin-dns-cache-clean?
chrome-plugin-dns-cache-clean är en Chrome-tillägg utvecklad av yiranzhouyida, och dess huvudfunktion är "chrome dns cache cleaer".
Tilläggsskärmbilder
Ladda ner chrome-plugin-dns-cache-clean-förlängningens CRX-fil
Ladda ner chrome-plugin-dns-cache-clean-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | bdpfccanhacmnpdiejhlgglghjmcnlmp |
Officiell webbadress | https://chrome.google.com/webstore/detail/chrome-plugin-dns-cache-c/bdpfccanhacmnpdiejhlgglghjmcnlmp |
Beskrivning | chrome dns cache cleaer |
Filstorlek | 11.94 KB |
Antal Installationer | 227 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2019-09-26 |
Publiceringsdatum | 2019-09-26 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | yiranzhouyida |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git |
Hjälpsida URL | https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git |
Stödda Språk | 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 } |