SkipAds

Utility to skip ad automatically

Wat is SkipAds?

SkipAds is een Chrome-extensie ontwikkeld door Aman A. Agarwal, en de belangrijkste functie is "Utility to skip ad automatically".

Download het CRX-bestand van de extensie SkipAds

Download SkipAds-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        - 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.                    

Basisinformatie over de Extensie

Naam SkipAds SkipAds
ID fmkjadgnhcdgdgllhfdimhgocdienbdm
Officiële URL https://chrome.google.com/webstore/detail/skipads/fmkjadgnhcdgdgllhfdimhgocdienbdm
Beschrijving Utility to skip ad automatically
Bestandsgrootte 20.26 KB
Aantal Installaties 118
Huidige Versie 0.3
Laatst Bijgewerkt 2018-07-26
Publicatiedatum 2018-07-26
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Aman A. Agarwal
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}