mySkip

Extension for automatically skipping video ads and closing banner ads on YouTube

Wat is mySkip?

mySkip is een Chrome-extensie ontwikkeld door thedaviddelta, en de belangrijkste functie is "Extension for automatically skipping video ads and closing banner ads on YouTube".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie mySkip

Download mySkip-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

                        This extension is basically formed by a simple script that uses an observer to detect and skip/close any new ad (video or banner) on a YouTube video.                    

Basisinformatie over de Extensie

Naam mySkip mySkip
ID ohmcfchlgaajmendoliochefcnbhdibb
Officiële URL https://chromewebstore.google.com/detail/myskip/ohmcfchlgaajmendoliochefcnbhdibb
Beschrijving Extension for automatically skipping video ads and closing banner ads on YouTube
Bestandsgrootte 7.14 KB
Aantal Installaties 263
Huidige Versie 1.2
Laatst Bijgewerkt 2020-03-04
Publicatiedatum 2020-03-03
Ontwikkelaar thedaviddelta
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mySkip",
    "description": "Extension for automatically skipping video ads and closing banner ads on YouTube",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}