Cache Buster

adds a buster to your calls

Qu'est-ce que Cache Buster ?

Cache Buster est une extension Chrome développée par LumberjackOtters, et sa fonction principale est "adds a buster to your calls".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cache Buster

Téléchargez les fichiers d'extension Cache Buster 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

                        This extension adds a buster to your pages to avoid caching, enjoy :)                    

Informations de Base sur l'Extension

Nom Cache Buster Cache Buster
ID ohmdlkcmlkalaplcocbkaiilcdlldlaj
URL Officiel https://chromewebstore.google.com/detail/cache-buster/ohmdlkcmlkalaplcocbkaiilcdlldlaj
Description adds a buster to your calls
Taille du Fichier 26.45 KB
Nombre d'Installations 207
Version Actuelle 1.2
Dernière Mise à Jour 2020-10-25
Date de Publication 2017-05-13
Évaluation 3.00/5 Total 2 Évaluations
Développeur LumberjackOtters
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Buster",
    "description": "adds a buster to your calls",
    "icons": {
        "16": "icons\/icon16.png",
        "20": "icons\/icon20.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.2",
    "background": {
        "scripts": [
            "buster.js"
        ]
    },
    "options_page": "config\/config.html",
    "browser_action": {
        "name": "Click to activate the cache buster"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}