Gooloo.tv Tab
Live TV channels new tab extension
What is Gooloo.tv Tab?
Gooloo.tv Tab is a Chrome extension developed by justas.stog, and its main feature is "Live TV channels new tab extension".
Extension Screenshots
Download Gooloo.tv Tab Extension CRX File
Download Gooloo.tv Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | okaapojmodgiojeonabdccakbmjckgjb |
Official URL | https://chrome.google.com/webstore/detail/okaapojmodgiojeonabdccakbmjckgjb |
Description | Live TV channels new tab extension |
File Size | 3.18 MB |
Installation Count | 625 |
Current Version | 1.0.3 |
Last Updated | 2019-11-20 |
Publish Date | 2019-11-14 |
Developer | justas.stog |
[email protected] | |
Payment Type | free |
Extension Website | http://www.gooloo.tv/ |
Privacy Policy Page URL | http://www.justas.biz/privacypolicy.htm |
Supported Languages | 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 } } |