Gooloo.tv Tab

Live TV channels new tab extension

什么是Gooloo.tv Tab?

Gooloo.tv Tab是由justas.stog开发的Chrome扩展程序,该扩展的主要功能是“Live TV channels new tab extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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                    

扩展基本信息

名称 Gooloo.tv Tab Gooloo.tv Tab
ID okaapojmodgiojeonabdccakbmjckgjb
官方URL 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
    }
}