Productive Youtube
Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…
什么是Productive Youtube?
Productive Youtube是由daniel.ziorli开发的Chrome扩展程序,该扩展的主要功能是“Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…”。
扩展截图
下载Productive Youtube扩展crx文件
下载Productive Youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a recommendations page optimized for watch time who can blame you. By removing it you can use youtube as a search engine instead of a mindless social media platform. Filter the channels you deem productive and increase the speed past 2x to take in information faster. Productive Youtube is designed to remove distraction and let you become the best you.
扩展基本信息
名称 | Productive Youtube |
ID | iigjefiodblcogecpmdmpgboghepjcca |
官方URL | https://chromewebstore.google.com/detail/productive-youtube/iigjefiodblcogecpmdmpgboghepjcca |
简介 | Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a… |
文件大小 | 12.19 KB |
安装次数 | 116 |
当前版本 | 0.5.1 |
更新时间 | 2019-04-19 |
上架时间 | 2019-04-18 |
评分 | 5.00/5 共2次评分 |
开发者 | daniel.ziorli |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Productive Youtube", "version": "0.5.1", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.youtube.ca\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": "extension_icon.png" }, "web_accessible_resources": [ "redirect.html", "popup.html" ] } |