DNS Flusher
flush dns cache with single click
Wat is DNS Flusher?
DNS Flusher is een Chrome-extensie ontwikkeld door ylzcylx, en de belangrijkste functie is "flush dns cache with single click".
Extensie Screenshots
Download het CRX-bestand van de extensie DNS Flusher
Download DNS Flusher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
_ _ _
| \ | | | |
| \| | ___ | |_ ___
| . ` |/ _ \| __/ _ \
| |\ | (_) | || __/
|_| \_|\___/ \__\___|
Before you install, visit chrome://flags/#extensions-on-chrome-urls and make sure you have that feature enabled!!! Basisinformatie over de Extensie
| Naam | |
| ID | nbomnjapnclaocillijpceooehonajnk |
| Officiële URL | https://chromewebstore.google.com/detail/dns-flusher/nbomnjapnclaocillijpceooehonajnk |
| Beschrijving | flush dns cache with single click |
| Bestandsgrootte | 18.67 KB |
| Aantal Installaties | 4,728 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2017-09-19 |
| Publicatiedatum | 2017-09-19 |
| Beoordeling | 4.00/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | ylzcylx |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jdf2e/dns_flusher |
| Help Pagina-URL | https://github.com/jdf2e/dns_flusher/issues |
| Ondersteunde Talen | 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"
} | |