Gooloo.tv Tab

Live TV channels new tab extension

Gooloo.tv Tab là gì?

Gooloo.tv Tab là một tiện ích mở rộng Chrome được phát triển bởi justas.stog, và tính năng chính của nó là "Live TV channels new tab extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gooloo.tv Tab

Tải xuống các tệp mở rộng Gooloo.tv Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gooloo.tv Tab Gooloo.tv Tab
ID okaapojmodgiojeonabdccakbmjckgjb
URL Chính Thức https://chrome.google.com/webstore/detail/okaapojmodgiojeonabdccakbmjckgjb
Mô tả Live TV channels new tab extension
Kích Thước Tệp 3.18 MB
Số Lần Cài Đặt 625
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2019-11-20
Ngày Phát Hành 2019-11-14
Nhà Phát Triển justas.stog
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.gooloo.tv/
URL Trang Chính Sách Bảo Mật http://www.justas.biz/privacypolicy.htm
Ngôn Ngữ Được Hỗ Trợ 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
    }
}