Google Cache Breaker

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

Что такое Google Cache Breaker?

Google Cache Breaker - это расширение Chrome, разработанное ilyadvilyanski, и его основная функция - "Removes everything up to and including the # in all image sources".

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

screenshot
screenshot

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

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

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

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

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

Название Google Cache Breaker Google Cache Breaker
ID imlnlgfmgndohhdgmjgijblpbjnbkahn
Официальный URL https://chromewebstore.google.com/detail/google-cache-breaker/imlnlgfmgndohhdgmjgijblpbjnbkahn
Описание Removes everything up to and including the # in all image sources
Размер файла 67.13 KB
Количество установок 70
Текущая Версия 1.0
Последнее Обновление 2017-04-11
Дата публикации 2017-04-11
Разработчик ilyadvilyanski
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}