Youtube Skip Videos
This extension gives you the possibility to skip Youtube autoplay videos
Youtube Skip Videosとは何ですか?
Youtube Skip VideosはMegroplanによって開発されたChromeの拡張機能で、その主な機能は「This extension gives you the possibility to skip Youtube autoplay videos」です。
拡張機能のスクリーンショット
Youtube Skip Videos拡張機能のCRXファイルをダウンロード
Youtube Skip Videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just add a song to the blacklist and it will disappear forever the Youtube auto-play song lists. Any suggestion is appreciated.
拡張機能の基本情報
名前 | |
ID | innnldmilgnenognmdbjljofbkbmblff |
公式URL | https://chrome.google.com/webstore/detail/youtube-skip-videos/innnldmilgnenognmdbjljofbkbmblff |
説明 | This extension gives you the possibility to skip Youtube autoplay videos |
ファイルサイズ | 171 KB |
インストール数 | 26 |
現在のバージョン | 1.1.3 |
最終更新日 | 2019-06-27 |
公開日 | 2019-06-27 |
評価 | 4.86/5 合計 7 レビュー |
開発者 | Megroplan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Skip Videos", "description": "This extension gives you the possibility to skip Youtube autoplay videos", "version": "1.1.3", "browser_action": { "default_icon": "img\/youtube.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "contextMenus", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "js\/jquery-3.1.1.min.js", "contentYoutube.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |