Ziggo GO Fast Forward

Fast forward Ziggo GO streams without restrictions.

Co to jest Ziggo GO Fast Forward?

Ziggo GO Fast Forward to rozszerzenie Chrome opracowane przez Glenn Kroeze, a jego główną funkcją jest „Fast forward Ziggo GO streams without restrictions.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ziggo GO Fast Forward

Pobierz pliki rozszerzeń Ziggo GO Fast Forward w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ziggo GO Fast Forward Ziggo GO Fast Forward
ID fghlihhodmdhjbflkmhmfaibhilclahc
Oficjalny URL https://chromewebstore.google.com/detail/ziggo-go-fast-forward/fghlihhodmdhjbflkmhmfaibhilclahc
Opis Fast forward Ziggo GO streams without restrictions.
Rozmiar pliku 8.87 KB
Liczba instalacji 1,495
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2020-09-04
Data Publikacji 2020-09-04
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Glenn Kroeze
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}