Gooloo.tv Tab
Live TV channels new tab extension
Cos'è Gooloo.tv Tab?
Gooloo.tv Tab è un'estensione di Chrome sviluppata da justas.stog, e la sua funzione principale è "Live TV channels new tab extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gooloo.tv Tab
Scarica i file di estensione Gooloo.tv Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | okaapojmodgiojeonabdccakbmjckgjb |
URL Ufficiale | https://chrome.google.com/webstore/detail/okaapojmodgiojeonabdccakbmjckgjb |
Descrizione | Live TV channels new tab extension |
Dimensione del File | 3.18 MB |
Conteggio Installazioni | 625 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2019-11-20 |
Data di Pubblicazione | 2019-11-14 |
Sviluppatore | justas.stog |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.gooloo.tv/ |
URL della Pagina della Politica sulla Privacy | http://www.justas.biz/privacypolicy.htm |
Lingue Supportate | 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 } } |