YouTool - 移除廣告 For YouTube、LiTV線上影視
移除 YouTube 所有煩人的廣告。移除 LiTV線上影視 開播及中途廣告
YouTool - 移除廣告 For YouTube、LiTV線上影視란 무엇입니까?
YouTool - 移除廣告 For YouTube、LiTV線上影視은(는) YouTool에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "移除 YouTube 所有煩人的廣告。移除 LiTV線上影視 開播及中途廣告"입니다.
확장 프로그램 스크린샷
YouTool - 移除廣告 For YouTube、LiTV線上影視 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1.1.0 新增支援 LiTV 線上影視,移除開播及播放中的影音廣告。 插件移除了開播前廣告、側欄廣告及播放中的廣告。 立即享受順暢的觀賞體驗。
확장 프로그램 기본 정보
이름 | YouTool - 移除廣告 For YouTube、LiTV線上影視 |
ID | dbmemgfhdlfokgdgimeejfkbcdaiable |
공식 URL | https://chromewebstore.google.com/detail/youtool-%E7%A7%BB%E9%99%A4%E5%BB%A3%E5%91%8A-for-youtube%E3%80%81/dbmemgfhdlfokgdgimeejfkbcdaiable |
설명 | 移除 YouTube 所有煩人的廣告。移除 LiTV線上影視 開播及中途廣告 |
파일 크기 | 101 KB |
설치 횟수 | 11,936 |
현재 버전 | 1.1.7 |
최근 업데이트 | 2021-07-03 |
출시 날짜 | 2020-06-28 |
평점 | 3.37/5 총 51 개의 평점 |
개발자 | YouTool |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTool - \u79fb\u9664\u5ee3\u544a For YouTube\u3001LiTV\u7dda\u4e0a\u5f71\u8996", "short_name": "YouTool", "description": "\u79fb\u9664 YouTube \u6240\u6709\u7169\u4eba\u7684\u5ee3\u544a\u3002\u79fb\u9664 LiTV\u7dda\u4e0a\u5f71\u8996 \u958b\u64ad\u53ca\u4e2d\u9014\u5ee3\u544a", "version": "1.1.7", "permissions": [ "*:\/\/*\/*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "script\/jquery-1.12.4.min.js", "script\/BG.js" ] }, "browser_action": { "default_icon": "images\/19X19.png" }, "content_scripts": [ { "js": [ "script\/jquery-1.12.4.min.js", "script\/jquery.cookie.js", "script\/CT.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "icons": { "128": "images\/128X128.png", "16": "images\/16X16.png", "48": "images\/48X48.png" }, "web_accessible_resources": [ "images\/48X48.png" ], "manifest_version": 2 } |