YouTube Ad skipper 100% Working

YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.

Cos'è YouTube Ad skipper 100% Working?

YouTube Ad skipper 100% Working è un'estensione di Chrome sviluppata da AyushMaji, e la sua funzione principale è "YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Ad skipper 100% Working

Scarica i file di estensione YouTube Ad skipper 100% Working 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

                        Automatically closes banner ads and clicks 'Skip Ad' buttons for you.YouTube Ad Skipper(100% Working) is an extension that auto skips ads after YouTube provides a skip ad button. 
It does not block an ad. it just clicks close and skip for you automatically. Useful if you are tabbed out, or just lazy.
This is basically useful when you are watching a youtube video (or a playlist), and an ad starts playing. Youtube allows you to skip the ad after 5 seconds, but if you can't be bothered to click it yourself (or you are AFK), this extension clicks that button for you.
link- https://www.youtube.com/channel/UCtmdG03nDBhw6wZzeN3ChMw                    

Informazioni di Base sull'Estensione

Nome YouTube Ad skipper 100% Working YouTube Ad skipper 100% Working
ID ojaledjgjlkpjaebmdphdkcmljibaeen
URL Ufficiale https://chromewebstore.google.com/detail/youtube-ad-skipper-100%25-w/ojaledjgjlkpjaebmdphdkcmljibaeen
Descrizione YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.
Dimensione del File 13.41 KB
Conteggio Installazioni 677
Versione Corrente 1.0
Ultimo Aggiornamento 2020-12-27
Data di Pubblicazione 2020-12-27
Valutazione 4.20/5 Totale 15 Valutazioni
Sviluppatore AyushMaji
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.youtube.com/channel/UCtmdG03nDBhw6wZzeN3ChMw
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Ad skipper 100% Working",
    "version": "1.0",
    "description": "YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.",
    "manifest_version": 2,
    "author": "Ayush Maji",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}