Google Cache Breaker

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

Qu'est-ce que Google Cache Breaker ?

Google Cache Breaker est une extension Chrome développée par ilyadvilyanski, et sa fonction principale est "Removes everything up to and including the # in all image sources".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Google Cache Breaker

Téléchargez les fichiers d'extension Google Cache Breaker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Google Cache Breaker Google Cache Breaker
ID imlnlgfmgndohhdgmjgijblpbjnbkahn
URL Officiel https://chromewebstore.google.com/detail/google-cache-breaker/imlnlgfmgndohhdgmjgijblpbjnbkahn
Description Removes everything up to and including the # in all image sources
Taille du Fichier 67.13 KB
Nombre d'Installations 70
Version Actuelle 1.0
Dernière Mise à Jour 2017-04-11
Date de Publication 2017-04-11
Développeur ilyadvilyanski
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}