YouSkip

Skip YouTube ads. (Sorry YouTube)

Cos'è YouSkip?

YouSkip è un'estensione di Chrome sviluppata da felisphasma, e la sua funzione principale è "Skip YouTube ads. (Sorry YouTube)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouSkip

Scarica i file di estensione YouSkip 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

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



More from the developer: felisphasma.com                    

Informazioni di Base sull'Estensione

Nome YouSkip YouSkip
ID mbpkkmapnldpeeefipkpahmpanomkidd
URL Ufficiale https://chrome.google.com/webstore/detail/youskip/mbpkkmapnldpeeefipkpahmpanomkidd
Descrizione Skip YouTube ads. (Sorry YouTube)
Dimensione del File 13.1 KB
Conteggio Installazioni 234
Versione Corrente 1.1
Ultimo Aggiornamento 2018-12-09
Data di Pubblicazione 2018-12-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore felisphasma
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}