SkipAds

Utility to skip ad automatically

Was ist SkipAds?

SkipAds ist eine Chrome-Erweiterung, die von Aman A. Agarwal entwickelt wurde, und ihr Hauptmerkmal ist "Utility to skip ad automatically".

SkipAds-Erweiterungs-CRX-Datei herunterladen

Laden Sie SkipAds-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name SkipAds SkipAds
ID fmkjadgnhcdgdgllhfdimhgocdienbdm
Offizielle URL https://chrome.google.com/webstore/detail/skipads/fmkjadgnhcdgdgllhfdimhgocdienbdm
Beschreibung Utility to skip ad automatically
Dateigröße 20.26 KB
Installationsanzahl 118
Aktuelle Version 0.3
Letztes Update 2018-07-26
Veröffentlichungsdatum 2018-07-26
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Aman A. Agarwal
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}