Gooloo.tv Tab
Live TV channels new tab extension
Qu'est-ce que Gooloo.tv Tab ?
Gooloo.tv Tab est une extension Chrome développée par justas.stog, et sa fonction principale est "Live TV channels new tab extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gooloo.tv Tab
Téléchargez les fichiers d'extension Gooloo.tv Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | okaapojmodgiojeonabdccakbmjckgjb |
URL Officiel | https://chrome.google.com/webstore/detail/okaapojmodgiojeonabdccakbmjckgjb |
Description | Live TV channels new tab extension |
Taille du Fichier | 3.18 MB |
Nombre d'Installations | 625 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2019-11-20 |
Date de Publication | 2019-11-14 |
Développeur | justas.stog |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.gooloo.tv/ |
URL de la Page de Politique de Confidentialité | http://www.justas.biz/privacypolicy.htm |
Langues Prises en Charge | 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 } } |