SkipAds

Utility to skip ad automatically

Qu'est-ce que SkipAds ?

SkipAds est une extension Chrome développée par Aman A. Agarwal, et sa fonction principale est "Utility to skip ad automatically".

Télécharger le fichier CRX de l'extension SkipAds

Téléchargez les fichiers d'extension SkipAds au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SkipAds SkipAds
ID fmkjadgnhcdgdgllhfdimhgocdienbdm
URL Officiel https://chrome.google.com/webstore/detail/skipads/fmkjadgnhcdgdgllhfdimhgocdienbdm
Description Utility to skip ad automatically
Taille du Fichier 20.26 KB
Nombre d'Installations 118
Version Actuelle 0.3
Dernière Mise à Jour 2018-07-26
Date de Publication 2018-07-26
Évaluation 5.00/5 Total 2 Évaluations
Développeur Aman A. Agarwal
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}