Ziggo GO Fast Forward

Fast forward Ziggo GO streams without restrictions.

Что такое Ziggo GO Fast Forward?

Ziggo GO Fast Forward - это расширение Chrome, разработанное Glenn Kroeze, и его основная функция - "Fast forward Ziggo GO streams without restrictions.".

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

screenshot

Скачать файл CRX расширения Ziggo GO Fast Forward

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

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

                        Imagine having to sit through 12 minutes of commercials while you're anxiously waiting to see who Kees van der Spek is gonna thonk on the head. With this extension, your troubles will be gone and your life will be better. Ever so slightly.                    

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

Название Ziggo GO Fast Forward Ziggo GO Fast Forward
ID fghlihhodmdhjbflkmhmfaibhilclahc
Официальный URL https://chromewebstore.google.com/detail/ziggo-go-fast-forward/fghlihhodmdhjbflkmhmfaibhilclahc
Описание Fast forward Ziggo GO streams without restrictions.
Размер файла 8.87 KB
Количество установок 1,495
Текущая Версия 0.0.0.1
Последнее Обновление 2020-09-04
Дата публикации 2020-09-04
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Glenn Kroeze
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ziggo GO Fast Forward",
    "version": "0.0.0.1",
    "description": "Fast forward Ziggo GO streams without restrictions.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ziggogo.tv\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "unrestrictVideo.js"
            ]
        }
    ],
    "manifest_version": 2
}