Youtube Skip Videos

This extension gives you the possibility to skip Youtube autoplay videos

Wat is Youtube Skip Videos?

Youtube Skip Videos is een Chrome-extensie ontwikkeld door Megroplan, en de belangrijkste functie is "This extension gives you the possibility to skip Youtube autoplay videos".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube Skip Videos

Download Youtube Skip Videos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Just add a song to the blacklist and it will disappear forever the Youtube auto-play song lists.
Any suggestion is appreciated.                    

Basisinformatie over de Extensie

Naam Youtube Skip Videos Youtube Skip Videos
ID innnldmilgnenognmdbjljofbkbmblff
Officiële URL https://chrome.google.com/webstore/detail/youtube-skip-videos/innnldmilgnenognmdbjljofbkbmblff
Beschrijving This extension gives you the possibility to skip Youtube autoplay videos
Bestandsgrootte 171 KB
Aantal Installaties 26
Huidige Versie 1.1.3
Laatst Bijgewerkt 2019-06-27
Publicatiedatum 2019-06-27
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar Megroplan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}