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
Eメール [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
    }
}