Focus Only Youtube
Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…
什麼是Focus Only Youtube?
Focus Only Youtube是由yeungtsunw開發的Chrome擴展程式,該擴展的主要功能是“Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…”。
擴展截圖
下載Focus Only Youtube擴展crx文件
下載Focus Only Youtube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and reroute you to “focus music” after reaching daily video limit
擴展基本資訊
名稱 | |
ID | dmijcnhkoikmggpghahdjdhiahkkneki |
官方網址 | https://chrome.google.com/webstore/detail/focus-only-youtube/dmijcnhkoikmggpghahdjdhiahkkneki |
簡介 | Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and… |
檔案大小 | 88.09 KB |
安裝次數 | 512 |
目前版本 | 0.1 |
更新時間 | 2017-09-14 |
上架時間 | 2017-09-14 |
評分 | 3.00/5 共 3 次評分 |
開發者 | yeungtsunw |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focus Only Youtube", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "jquery-3.2.1.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabCapture", "tabs", "storage", "desktopCapture", "webNavigation", "activeTab" ] } |