iSnatch

Theres something behind the curtain!

Что такое iSnatch?

iSnatch - это расширение Chrome, разработанное Renbo Design, и его основная функция - "Theres something behind the curtain!".

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

screenshot

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

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

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

                        Features:

- Removes the overlay for restocking and maintenance
- Removes the time out redirect                    

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

Название iSnatch iSnatch
ID cemfeombiadngbmpnbecdaladbdkffnj
Официальный URL https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj
Описание Theres something behind the curtain!
Размер файла 7.71 KB
Количество установок 27
Текущая Версия 1.02
Последнее Обновление 2020-02-26
Дата публикации 2020-02-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Renbo Design
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://moreba.club/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iSnatch",
    "version": "1.02",
    "description": "Theres something behind the curtain!",
    "icons": {
        "128": "isnatchlogo.png"
    },
    "web_accessible_resources": [
        "*.css",
        "*.js",
        "*.png",
        "*.gif",
        "*.jpg",
        "cached\/*",
        "fonts\/*",
        "images\/*"
    ],
    "permissions": [
        "*:\/\/*.icatch-online.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "servemoddedfiles.js"
        ]
    },
    "browser_action": {
        "default_title": "Change Options for isnatch",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.icatch-online.com\/booths\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "bootstrap.js"
            ]
        }
    ]
}