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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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 } } |