Safer YouTube
The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video.
Safer YouTubeとは何ですか?
Safer YouTubeはhttps://dptomo.co.ukによって開発されたChromeの拡張機能で、その主な機能は「The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video.」です。
拡張機能のスクリーンショット
Safer YouTube拡張機能のCRXファイルをダウンロード
Safer YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YouTube access can be a powerful tool especially in an educational environment. However, it can also be dangerous because you don’t know what is going to be displayed or shown next! ✓ Free ✓ Ideal for Schools ✓ Secure and safe to use Please leave me some feedback! Update: I am aware that Autoplay isn't being stopped, i'm investigating this and hopefully release an update soon. -Dave 09/02/18
拡張機能の基本情報
名前 | |
ID | phhlhlhmbhnmdelcpobpfnnmnepdbecj |
公式URL | https://chrome.google.com/webstore/detail/safer-youtube/phhlhlhmbhnmdelcpobpfnnmnepdbecj |
説明 | The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video. |
ファイルサイズ | 45.8 KB |
インストール数 | 650 |
現在のバージョン | 0.7 |
最終更新日 | 2018-02-09 |
公開日 | 2018-02-09 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | https://dptomo.co.uk |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://dptomo.co.uk/extensions/safer-youtube/ |
プライバシーポリシーページのURL | https://dptomo.co.uk/privacy |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dave Thomas", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "data\/inject.js" ], "matches": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "description": "The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video.", "homepage_url": "https:\/\/dptomo.co.uk\/extensions\/safer-youtube\/", "icons": { "128": "data\/icons\/128.png", "64": "data\/icons\/64.png", "48": "data\/icons\/48.png", "32": "data\/icons\/32.png", "16": "data\/icons\/16.png" }, "browser_action": { "default_icon": { "128": "data\/icons\/128.png", "64": "data\/icons\/64.png", "48": "data\/icons\/48.png", "32": "data\/icons\/32.png", "16": "data\/icons\/16.png" } }, "manifest_version": 2, "short_name": "sfrutube", "name": "Safer YouTube", "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.youtube.com\/yts\/jsbin\/*", "*:\/\/*.ytimg.com\/yts\/jsbin\/*" ], "version": "0.7" } |