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…

Was ist Youtube Ad Skipper?

Youtube Ad Skipper ist eine Chrome-Erweiterung, die von Zubair Mohsin entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Youtube Ad Skipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube Ad Skipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 :)                    

Grundlegende Informationen zur Erweiterung

Name Youtube Ad Skipper Youtube Ad Skipper
ID enihkpojbigcklkiniiknjplcfihheca
Offizielle URL https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca
Beschreibung 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…
Dateigröße 44.95 KB
Installationsanzahl 663
Aktuelle Version 0.1
Letztes Update 2017-12-22
Veröffentlichungsdatum 2017-12-22
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Zubair Mohsin
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}