youtube skipz addz

Skip Ad on youtube like a Nice person

Cos'è youtube skipz addz?

youtube skipz addz è un'estensione di Chrome sviluppata da Neeraj Verma, e la sua funzione principale è "Skip Ad on youtube like a Nice person".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione youtube skipz addz

Scarica i file di estensione youtube skipz addz 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

                        Are you also too lazy to click on the Skip Ad button? This extension will click on the Skip Ad for you. So just start your YouTube marathon, and let it skip ad for you, like a nice person, after the timer allows you to.                    

Informazioni di Base sull'Estensione

Nome youtube skipz addz youtube skipz addz
ID hepakdehmhacbieccgcnenlkdnoapjdn
URL Ufficiale https://chromewebstore.google.com/detail/youtube-skipz-addz/hepakdehmhacbieccgcnenlkdnoapjdn
Descrizione Skip Ad on youtube like a Nice person
Dimensione del File 23.28 KB
Conteggio Installazioni 64
Versione Corrente 0.0.5
Ultimo Aggiornamento 2018-12-05
Data di Pubblicazione 2018-12-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Neeraj Verma
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}