No Cache

Ensure that you see your page without client and server caches

Qu'est-ce que No Cache ?

No Cache est une extension Chrome développée par Roman Hlushko, et sa fonction principale est "Ensure that you see your page without client and server caches".

Captures d'Écran de l'Extension

screenshot

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

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

                        Take cache cleaning to the next level! 

No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥                    

Informations de Base sur l'Extension

Nom No Cache No Cache
ID imcbegkljmmdaacgnepdhpnlijgpcpbi
URL Officiel https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi
Description Ensure that you see your page without client and server caches
Taille du Fichier 18.36 KB
Nombre d'Installations 170
Version Actuelle 1.0
Dernière Mise à Jour 2020-03-31
Date de Publication 2020-03-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Roman Hlushko
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/roma-glushko/no-cache-extension
URL de la Page d'Aide https://github.com/roma-glushko/no-cache-extension
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Cache",
    "version": "1.0",
    "description": "Ensure that you see your page without client and server caches",
    "browser_action": {
        "default_title": "No Cache!"
    },
    "icons": {
        "120": "\/images\/icon-120.png"
    },
    "background": {
        "scripts": [
            "actions.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "browsingData",
        "contextMenus"
    ]
}