Gooloo.tv Tab

Live TV channels new tab extension

O que é Gooloo.tv Tab?

Gooloo.tv Tab é uma extensão do Chrome desenvolvida por justas.stog, e sua principal característica é "Live TV channels new tab extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gooloo.tv Tab

Baixe arquivos de extensão Gooloo.tv Tab 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

                        Watch Live TV Channels online at your convenience through Gooloo TV. Access tv news, entertainment, sports, spiritual, kids, movies and music. 

- Cutomize bookmarks
- Edit favourite channels
- Watch and Read worldwide news
- English channels                    

Informações Básicas da Extensão

Nome Gooloo.tv Tab Gooloo.tv Tab
ID okaapojmodgiojeonabdccakbmjckgjb
URL Oficial https://chrome.google.com/webstore/detail/okaapojmodgiojeonabdccakbmjckgjb
Descrição Live TV channels new tab extension
Tamanho do Arquivo 3.18 MB
Contagem de Instalações 625
Versão Atual 1.0.3
Última Atualização 2019-11-20
Data de Publicação 2019-11-14
Desenvolvedor justas.stog
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.gooloo.tv/
URL da Página de Política de Privacidade http://www.justas.biz/privacypolicy.htm
Idiomas Suportados en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Live TV channels new tab extension",
    "icons": {
        "16": "img\/icon16.png",
        "128": "img\/icon128.png"
    },
    "author": "Zachary Guard",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "options_page": "options\/options.html",
    "version": "1.0.3",
    "short_name": "Gooloo.tv",
    "default_locale": "en",
    "permissions": [
        "topSites",
        "management",
        "bookmarks",
        "storage",
        "sessions",
        "tabs",
        "geolocation",
        "https:\/\/cloud.feedly.com\/*",
        "https:\/\/*.netlify.com\/*"
    ],
    "background": {
        "page": "newtab.html",
        "persistent": true
    }
}