Distraction Free YouTube
Are you distracted while watching educational videos! Hide those who got in your way to success.
Distraction Free YouTubeとは何ですか?
Distraction Free YouTubeはdistractions.freeeによって開発されたChromeの拡張機能で、その主な機能は「Are you distracted while watching educational videos! Hide those who got in your way to success.」です。
拡張機能のスクリーンショット
Distraction Free YouTube拡張機能のCRXファイルをダウンロード
Distraction Free YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sometimes while studying or watching educational videos. YouTube recommends videos that distract us, and we end up watching videos that are entirely a waste of time. We developed this extension as a part of making social media a boon, not a bane. You can find more info about us on https://distractionsfree.life We need your feedback on our product. We aim to make social media as productive as we can, and for that, we need your support. Tell us about new features we should introduce in our extension, any bug. Thanks for your support.
拡張機能の基本情報
名前 | Distraction Free YouTube |
ID | hoeoebicgchngdidmbadgkdiempefcfn |
公式URL | https://chromewebstore.google.com/detail/distraction-free-youtube/hoeoebicgchngdidmbadgkdiempefcfn |
説明 | Are you distracted while watching educational videos! Hide those who got in your way to success. |
ファイルサイズ | 89.64 KB |
インストール数 | 853 |
現在のバージョン | 0.2.1 |
最終更新日 | 2020-10-19 |
公開日 | 2020-10-13 |
評価 | 4.50/5 合計 16 レビュー |
開発者 | distractions.freee |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Distraction Free YouTube", "version": "0.2.1", "description": "Are you distracted while watching educational videos! Hide those who got in your way to success. ", "permissions": [ "activeTab", "declarativeContent", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "custom.css" ], "js": [ "logic.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/cropped.png", "32": "images\/cropped.png", "48": "images\/cropped.png", "128": "images\/cropped.png" } }, "icons": { "16": "images\/cropped.png", "32": "images\/cropped.png", "48": "images\/cropped.png", "128": "images\/cropped.png" }, "manifest_version": 2 } |