Youtube Ad Skipper

Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…

Wat is Youtube Ad Skipper?

Youtube Ad Skipper is een Chrome-extensie ontwikkeld door Zubair Mohsin, en de belangrijkste functie is "Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…".

Download het CRX-bestand van de extensie Youtube Ad Skipper

Download Youtube Ad Skipper-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

                        Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)                    

Basisinformatie over de Extensie

Naam Youtube Ad Skipper Youtube Ad Skipper
ID enihkpojbigcklkiniiknjplcfihheca
Officiële URL https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca
Beschrijving Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
Bestandsgrootte 44.95 KB
Aantal Installaties 663
Huidige Versie 0.1
Laatst Bijgewerkt 2017-12-22
Publicatiedatum 2017-12-22
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Zubair Mohsin
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": "Youtube Ad Skipper",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "skip_16.png",
        "48": "skip_48.png",
        "128": "skip_128.png"
    }
}