Google Cache Breaker

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

Vad är Google Cache Breaker?

Google Cache Breaker är en Chrome-tillägg utvecklad av ilyadvilyanski, och dess huvudfunktion är "Removes everything up to and including the # in all image sources".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Google Cache Breaker-förlängningens CRX-fil

Ladda ner Google Cache Breaker-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

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

Grundläggande Information om Tillägg

Namn Google Cache Breaker Google Cache Breaker
ID imlnlgfmgndohhdgmjgijblpbjnbkahn
Officiell webbadress https://chromewebstore.google.com/detail/google-cache-breaker/imlnlgfmgndohhdgmjgijblpbjnbkahn
Beskrivning Removes everything up to and including the # in all image sources
Filstorlek 67.13 KB
Antal Installationer 70
Aktuell Version 1.0
Senast Uppdaterad 2017-04-11
Publiceringsdatum 2017-04-11
Utvecklare ilyadvilyanski
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}