Youtube Skip Videos
This extension gives you the possibility to skip Youtube autoplay videos
Co je Youtube Skip Videos?
Youtube Skip Videos je rozšíření Chrome vyvinuté Megroplan, a jeho hlavní funkcí je „This extension gives you the possibility to skip Youtube autoplay videos“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Youtube Skip Videos
Stáhněte si soubory rozšíření Youtube Skip Videos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Just add a song to the blacklist and it will disappear forever the Youtube auto-play song lists. Any suggestion is appreciated.
Základní Informace o Rozšíření
Název | |
ID | innnldmilgnenognmdbjljofbkbmblff |
Oficiální URL | https://chrome.google.com/webstore/detail/youtube-skip-videos/innnldmilgnenognmdbjljofbkbmblff |
Popis | This extension gives you the possibility to skip Youtube autoplay videos |
Velikost souboru | 171 KB |
Počet instalací | 26 |
Aktuální Verze | 1.1.3 |
Poslední Aktualizace | 2019-06-27 |
Datum Vydání | 2019-06-27 |
Hodnocení | 4.86/5 Celkem 7 Hodnocení |
Vývojář | Megroplan |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } ] } |