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 |
| 官方URL | 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"
]
} | |