Randomizer Cache Bypassing

Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.

Qu'est-ce que Randomizer Cache Bypassing ?

Randomizer Cache Bypassing est une extension Chrome développée par Alex, et sa fonction principale est "Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Randomizer Cache Bypassing

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

                        Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content. The extension is based on javascript to force server cache bypassing with a randomized URL suffix.                    

Informations de Base sur l'Extension

Nom Randomizer Cache Bypassing Randomizer Cache Bypassing
ID lpebcjljaonldldblhnocpbpibllfkaa
URL Officiel https://chrome.google.com/webstore/detail/randomizer-cache-bypassin/lpebcjljaonldldblhnocpbpibllfkaa
Description Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.
Taille du Fichier 8.49 KB
Nombre d'Installations 11
Version Actuelle 1.0.2
Dernière Mise à Jour 2019-01-19
Date de Publication 2019-01-19
Développeur Alex
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Randomizer Cache Bypassing",
    "description": "Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.",
    "version": "1.0.2",
    "author": "Alexander Hauck, [email protected]",
    "short_name": "Randomizer",
    "background": {
        "scripts": [
            "randomizer.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Randomizer Cache Bypassing"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}