Youtube Skip Videos
This extension gives you the possibility to skip Youtube autoplay videos
Qu'est-ce que Youtube Skip Videos ?
Youtube Skip Videos est une extension Chrome développée par Megroplan, et sa fonction principale est "This extension gives you the possibility to skip Youtube autoplay videos".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube Skip Videos
Téléchargez les fichiers d'extension Youtube Skip Videos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Just add a song to the blacklist and it will disappear forever the Youtube auto-play song lists. Any suggestion is appreciated.
Informations de Base sur l'Extension
Nom | |
ID | innnldmilgnenognmdbjljofbkbmblff |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-skip-videos/innnldmilgnenognmdbjljofbkbmblff |
Description | This extension gives you the possibility to skip Youtube autoplay videos |
Taille du Fichier | 171 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.1.3 |
Dernière Mise à Jour | 2019-06-27 |
Date de Publication | 2019-06-27 |
Évaluation | 4.86/5 Total 7 Évaluations |
Développeur | Megroplan |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |