Skip Ads

Auto Skipping for all those boring ads on youtube.

Was ist Skip Ads?

Skip Ads ist eine Chrome-Erweiterung, die von Adriano Chambel entwickelt wurde, und ihr Hauptmerkmal ist "Auto Skipping for all those boring ads on youtube.".

Erweiterungsscreenshots

screenshot

Skip Ads-Erweiterungs-CRX-Datei herunterladen

Laden Sie Skip Ads-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

                        If you are tired to click on the skip button or closing boring ads over your video, this extension is for you.
A simple ad skipper that automate the task of to click on skip ad button.                    

Grundlegende Informationen zur Erweiterung

Name Skip Ads Skip Ads
ID gmkohmponbmhggcpigfkcadabcjnckii
Offizielle URL https://chromewebstore.google.com/detail/skip-ads/gmkohmponbmhggcpigfkcadabcjnckii
Beschreibung Auto Skipping for all those boring ads on youtube.
Dateigröße 15.1 KB
Installationsanzahl 9,740
Aktuelle Version 0.0.2
Letztes Update 2018-12-02
Veröffentlichungsdatum 2018-12-02
Bewertung 3.40/5 Insgesamt 10 Bewertungen
Entwickler Adriano Chambel
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.2",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/skip-ads",
    "minimum_chrome_version": "55",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "128x128.png"
    }
}