Skip Ads

Auto Skipping for all those boring ads on youtube.

Cos'è Skip Ads?

Skip Ads è un'estensione di Chrome sviluppata da Adriano Chambel, e la sua funzione principale è "Auto Skipping for all those boring ads on youtube.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Skip Ads

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

                        If you are tired to click on the skip button or closing boring ads over your video, this extension is for you.
A simple ad skipper that automate the task of to click on skip ad button.                    

Informazioni di Base sull'Estensione

Nome Skip Ads Skip Ads
ID gmkohmponbmhggcpigfkcadabcjnckii
URL Ufficiale https://chromewebstore.google.com/detail/skip-ads/gmkohmponbmhggcpigfkcadabcjnckii
Descrizione Auto Skipping for all those boring ads on youtube.
Dimensione del File 15.1 KB
Conteggio Installazioni 9,740
Versione Corrente 0.0.2
Ultimo Aggiornamento 2018-12-02
Data di Pubblicazione 2018-12-02
Valutazione 3.40/5 Totale 10 Valutazioni
Sviluppatore Adriano Chambel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.2",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/skip-ads",
    "minimum_chrome_version": "55",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "128x128.png"
    }
}