YouSkip

Skip YouTube ads. (Sorry YouTube)

Was ist YouSkip?

YouSkip ist eine Chrome-Erweiterung, die von felisphasma entwickelt wurde, und ihr Hauptmerkmal ist "Skip YouTube ads. (Sorry YouTube)".

Erweiterungsscreenshots

screenshot

YouSkip-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouSkip-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

                        Simple YouTube add skipper. Don't wait 5 seconds; don't wait for the add to finish.



More from the developer: felisphasma.com                    

Grundlegende Informationen zur Erweiterung

Name YouSkip YouSkip
ID mbpkkmapnldpeeefipkpahmpanomkidd
Offizielle URL https://chrome.google.com/webstore/detail/youskip/mbpkkmapnldpeeefipkpahmpanomkidd
Beschreibung Skip YouTube ads. (Sorry YouTube)
Dateigröße 13.1 KB
Installationsanzahl 234
Aktuelle Version 1.1
Letztes Update 2018-12-09
Veröffentlichungsdatum 2018-12-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler felisphasma
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouSkip",
    "version": "1.1",
    "description": "Skip YouTube ads. (Sorry YouTube)",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/felisphasma.com\/projects\/YouSkip\/count.php"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?*",
                "https:\/\/youtube.com\/watch?*"
            ],
            "all_frames": true,
            "js": [
                "app.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "24": "24.png",
            "32": "32.png",
            "64": "64.png",
            "128": "128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16.png",
        "24": "24.png",
        "32": "32.png",
        "64": "64.png",
        "128": "128.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 2
}