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 |
Eメール | [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" ] } |