Gooloo.tv Tab
Live TV channels new tab extension
什麼是Gooloo.tv Tab?
Gooloo.tv Tab是由justas.stog開發的Chrome擴展程式,該擴展的主要功能是“Live TV channels new tab extension”。
擴展截圖
下載Gooloo.tv Tab擴展crx文件
下載Gooloo.tv Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | okaapojmodgiojeonabdccakbmjckgjb |
官方網址 | https://chrome.google.com/webstore/detail/okaapojmodgiojeonabdccakbmjckgjb |
簡介 | Live TV channels new tab extension |
檔案大小 | 3.18 MB |
安裝次數 | 625 |
目前版本 | 1.0.3 |
更新時間 | 2019-11-20 |
上架時間 | 2019-11-14 |
開發者 | justas.stog |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.gooloo.tv/ |
隱私政策頁面URL | http://www.justas.biz/privacypolicy.htm |
支援的語言 | 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 } } |