Ziggo GO Fast Forward

Fast forward Ziggo GO streams without restrictions.

O que é Ziggo GO Fast Forward?

Ziggo GO Fast Forward é uma extensão do Chrome desenvolvida por Glenn Kroeze, e sua principal característica é "Fast forward Ziggo GO streams without restrictions.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ziggo GO Fast Forward

Baixe arquivos de extensão Ziggo GO Fast Forward no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Ziggo GO Fast Forward Ziggo GO Fast Forward
ID fghlihhodmdhjbflkmhmfaibhilclahc
URL Oficial https://chromewebstore.google.com/detail/ziggo-go-fast-forward/fghlihhodmdhjbflkmhmfaibhilclahc
Descrição Fast forward Ziggo GO streams without restrictions.
Tamanho do Arquivo 8.87 KB
Contagem de Instalações 1,495
Versão Atual 0.0.0.1
Última Atualização 2020-09-04
Data de Publicação 2020-09-04
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Glenn Kroeze
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}