DNS Flusher
flush dns cache with single click
Vad är DNS Flusher?
DNS Flusher är en Chrome-tillägg utvecklad av ylzcylx, och dess huvudfunktion är "flush dns cache with single click".
Tilläggsskärmbilder
Ladda ner DNS Flusher-förlängningens CRX-fil
Ladda ner DNS Flusher-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 you install, visit chrome://flags/#extensions-on-chrome-urls and make sure you have that feature enabled!!! Grundläggande Information om Tillägg
| Namn | |
| ID | nbomnjapnclaocillijpceooehonajnk |
| Officiell webbadress | https://chromewebstore.google.com/detail/dns-flusher/nbomnjapnclaocillijpceooehonajnk |
| Beskrivning | flush dns cache with single click |
| Filstorlek | 18.67 KB |
| Antal Installationer | 4,728 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2017-09-19 |
| Publiceringsdatum | 2017-09-19 |
| Betyg | 4.00/5 Totalt 14 Betyg |
| Utvecklare | ylzcylx |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/jdf2e/dns_flusher |
| Hjälpsida URL | https://github.com/jdf2e/dns_flusher/issues |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DNS Flusher",
"description": "flush dns cache with single click",
"version": "0.1",
"author": "loveky",
"icons": {
"64": "icon64.png",
"128": "icon128.png",
"256": "icon256.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon64.png"
},
"permissions": [
"tabs",
"chrome:\/\/net-internals\/#dns"
],
"homepage_url": "https:\/\/github.com\/loveky\/dns_flusher"
} | |