Google Cache Breaker

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

Wat is Google Cache Breaker?

Google Cache Breaker is een Chrome-extensie ontwikkeld door ilyadvilyanski, en de belangrijkste functie is "Removes everything up to and including the # in all image sources".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Google Cache Breaker

Download Google Cache Breaker-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

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

Basisinformatie over de Extensie

Naam Google Cache Breaker Google Cache Breaker
ID imlnlgfmgndohhdgmjgijblpbjnbkahn
Officiële URL https://chromewebstore.google.com/detail/google-cache-breaker/imlnlgfmgndohhdgmjgijblpbjnbkahn
Beschrijving Removes everything up to and including the # in all image sources
Bestandsgrootte 67.13 KB
Aantal Installaties 70
Huidige Versie 1.0
Laatst Bijgewerkt 2017-04-11
Publicatiedatum 2017-04-11
Ontwikkelaar ilyadvilyanski
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}