Google Cache Breaker

Removes everything up to and including the # in all image sources

Co to jest Google Cache Breaker?

Google Cache Breaker to rozszerzenie Chrome opracowane przez ilyadvilyanski, a jego główną funkcją jest „Removes everything up to and including the # in all image sources”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Google Cache Breaker

Pobierz pliki rozszerzeń Google Cache Breaker 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

                        Removes everything up to and including the # in all image sources                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Cache Breaker Google Cache Breaker
ID imlnlgfmgndohhdgmjgijblpbjnbkahn
Oficjalny URL https://chromewebstore.google.com/detail/google-cache-breaker/imlnlgfmgndohhdgmjgijblpbjnbkahn
Opis Removes everything up to and including the # in all image sources
Rozmiar pliku 67.13 KB
Liczba instalacji 70
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-04-11
Data Publikacji 2017-04-11
Deweloper ilyadvilyanski
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Cache Breaker",
    "version": "1.0",
    "author": "Ilya Dvilyanski",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ]
}