SkipAds

Utility to skip ad automatically

Co to jest SkipAds?

SkipAds to rozszerzenie Chrome opracowane przez Aman A. Agarwal, a jego główną funkcją jest „Utility to skip ad automatically”.

Pobierz plik CRX rozszerzenia SkipAds

Pobierz pliki rozszerzeń SkipAds w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa SkipAds SkipAds
ID fmkjadgnhcdgdgllhfdimhgocdienbdm
Oficjalny URL https://chrome.google.com/webstore/detail/skipads/fmkjadgnhcdgdgllhfdimhgocdienbdm
Opis Utility to skip ad automatically
Rozmiar pliku 20.26 KB
Liczba instalacji 118
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2018-07-26
Data Publikacji 2018-07-26
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Aman A. Agarwal
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}