Google Cache Breaker

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

Co je Google Cache Breaker?

Google Cache Breaker je rozšíření Chrome vyvinuté ilyadvilyanski, a jeho hlavní funkcí je „Removes everything up to and including the # in all image sources“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Google Cache Breaker

Stáhněte si soubory rozšíření Google Cache Breaker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Google Cache Breaker Google Cache Breaker
ID imlnlgfmgndohhdgmjgijblpbjnbkahn
Oficiální URL https://chromewebstore.google.com/detail/google-cache-breaker/imlnlgfmgndohhdgmjgijblpbjnbkahn
Popis Removes everything up to and including the # in all image sources
Velikost souboru 67.13 KB
Počet instalací 70
Aktuální Verze 1.0
Poslední Aktualizace 2017-04-11
Datum Vydání 2017-04-11
Vývojář ilyadvilyanski
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}