URL Cleaner
Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist.
URL Cleanerとは何ですか?
URL Cleanerはthe_man994によって開発されたChromeの拡張機能で、その主な機能は「Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist.」です。
拡張機能のスクリーンショット
URL Cleaner拡張機能のCRXファイルをダウンロード
URL Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When enabled this extension will remove the '&list=...." information from YouTube™ links so that the player only load and plays the clicked video. Too often YouTubers will let the default ordering of playlist with the videos playing in reverse order (newest to oldest, annoying for a web-series) or you simply want to watch a specific video and not everything on someone's channel. Also useful for ChromeCast devices that doesn't detect when you disable Auto-play in a playlist.
拡張機能の基本情報
名前 | |
ID | klhajccboaijdbimabocoenlbakipghl |
公式URL | https://chrome.google.com/webstore/detail/url-cleaner/klhajccboaijdbimabocoenlbakipghl |
説明 | Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist. |
ファイルサイズ | 12.97 KB |
インストール数 | 109 |
現在のバージョン | 1.1 |
最終更新日 | 2014-08-16 |
公開日 | 2014-08-16 |
評価 | 4.00/5 合計 6 レビュー |
開発者 | the_man994 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/M4nuski/URL-Cleaner |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Cleaner", "description": "Remove unwanted '&list=...' from YouTube\u2122 video links so that only the selected video plays and not the whole default playlist.", "version": "1.1", "icons": { "16": "YUC_icon16.png", "48": "YUC_icon48.png", "128": "YUC_icon128.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/www.youtube.com\/*" ], "browser_action": { "default_icon": "YUC_icon128.png", "default_popup": "YUC_options.html" }, "background": { "scripts": [ "YUC_script.js" ] } } |