Skippy

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

Cos'è Skippy?

Skippy è un'estensione di Chrome sviluppata da ygordanniel, e la sua funzione principale è "Skippy is a cool little dude who loves to skip stuff.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Skippy

Scarica i file di estensione Skippy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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;                    

Informazioni di Base sull'Estensione

Nome Skippy Skippy
ID nalcdfokpimbmoibllleafajnjjhnaen
URL Ufficiale https://chromewebstore.google.com/detail/skippy/nalcdfokpimbmoibllleafajnjjhnaen
Descrizione Skippy is a cool little dude who loves to skip stuff.
Dimensione del File 5.83 KB
Conteggio Installazioni 94
Versione Corrente 1.3
Ultimo Aggiornamento 2019-03-22
Data di Pubblicazione 2019-03-21
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore ygordanniel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}