Randomizer Cache Bypassing

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

Что такое Randomizer Cache Bypassing?

Randomizer Cache Bypassing - это расширение Chrome, разработанное Alex, и его основная функция - "Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Randomizer Cache Bypassing

Скачайте файлы расширений Randomizer Cache Bypassing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Randomizer Cache Bypassing Randomizer Cache Bypassing
ID lpebcjljaonldldblhnocpbpibllfkaa
Официальный URL https://chrome.google.com/webstore/detail/randomizer-cache-bypassin/lpebcjljaonldldblhnocpbpibllfkaa
Описание Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.
Размер файла 8.49 KB
Количество установок 11
Текущая Версия 1.0.2
Последнее Обновление 2019-01-19
Дата публикации 2019-01-19
Разработчик Alex
Тип оплаты free
Поддерживаемые языки 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:\/\/*\/*"
    ]
}