Skippy

Skippy is a cool little dude who loves to skip stuff.

Was ist Skippy?

Skippy ist eine Chrome-Erweiterung, die von ygordanniel entwickelt wurde, und ihr Hauptmerkmal ist "Skippy is a cool little dude who loves to skip stuff.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Skippy-Erweiterungs-CRX-Datei herunterladen

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

                        Skippy is a cool assistant for your video streaming platforms. 

- Netflix: skips intros and to next episode when is available and also prevents it from asking that annoying "Are you still watching?";
- PrimeVideo: skips ads, intros and to next episode when is available;
- Youtube: skips ads and close ad banners;                    

Grundlegende Informationen zur Erweiterung

Name Skippy Skippy
ID nalcdfokpimbmoibllleafajnjjhnaen
Offizielle URL https://chromewebstore.google.com/detail/skippy/nalcdfokpimbmoibllleafajnjjhnaen
Beschreibung Skippy is a cool little dude who loves to skip stuff.
Dateigröße 5.83 KB
Installationsanzahl 94
Aktuelle Version 1.3
Letztes Update 2019-03-22
Veröffentlichungsdatum 2019-03-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler ygordanniel
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": "Skippy",
    "description": "Skippy is a cool little dude who loves to skip stuff.",
    "version": "1.3",
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}