chrome-plugin-dns-cache-clean

chrome dns cache cleaer

Co to jest chrome-plugin-dns-cache-clean?

chrome-plugin-dns-cache-clean to rozszerzenie Chrome opracowane przez yiranzhouyida, a jego główną funkcją jest „chrome dns cache cleaer”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia chrome-plugin-dns-cache-clean

Pobierz pliki rozszerzeń chrome-plugin-dns-cache-clean w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa chrome-plugin-dns-cache-clean chrome-plugin-dns-cache-clean
ID bdpfccanhacmnpdiejhlgglghjmcnlmp
Oficjalny URL https://chrome.google.com/webstore/detail/chrome-plugin-dns-cache-c/bdpfccanhacmnpdiejhlgglghjmcnlmp
Opis chrome dns cache cleaer
Rozmiar pliku 11.94 KB
Liczba instalacji 227
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2019-09-26
Data Publikacji 2019-09-26
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper yiranzhouyida
Typ Płatności free
Strona Rozszerzenia https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git
Adres URL Strony Pomocy https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git
Obsługiwane Języki 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
}