Gooloo.tv Tab

Live TV channels new tab extension

Gooloo.tv Tabคืออะไร?

Gooloo.tv Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย justas.stog และคุณลักษณะหลักของมันคือ "Live TV channels new tab extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gooloo.tv Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}