SkipAds

Utility to skip ad automatically

Cos'è SkipAds?

SkipAds è un'estensione di Chrome sviluppata da Aman A. Agarwal, e la sua funzione principale è "Utility to skip ad automatically".

Scarica il file CRX dell'estensione SkipAds

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

                        - Use this extension to automatically skip ads on Youtube. It just works. 
- Detects a Youtube webpage and only then works in the background. 
- Also added is a mute feature which mutes the ads and unmutes when the video playback resumes to give you uninterrupted experience
- Support for other streaming services like Saavn, Gaana, etc. to roll out in future, so stay tuned.

**Bug Fixes**
- Now works without any need for reload.                    

Informazioni di Base sull'Estensione

Nome SkipAds SkipAds
ID fmkjadgnhcdgdgllhfdimhgocdienbdm
URL Ufficiale https://chrome.google.com/webstore/detail/skipads/fmkjadgnhcdgdgllhfdimhgocdienbdm
Descrizione Utility to skip ad automatically
Dimensione del File 20.26 KB
Conteggio Installazioni 118
Versione Corrente 0.3
Ultimo Aggiornamento 2018-07-26
Data di Pubblicazione 2018-07-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Aman A. Agarwal
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkipAds",
    "short_name": "SkipAds",
    "description": "Utility to skip ad automatically",
    "manifest_version": 2,
    "version": "0.3",
    "author": "Aman A. Agarwal",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}