YouTube Skip Ads

Skip all kind of youtube ads automatically.

Co to jest YouTube Skip Ads?

YouTube Skip Ads to rozszerzenie Chrome opracowane przez akash.anand708, a jego główną funkcją jest „Skip all kind of youtube ads automatically.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube Skip Ads

Pobierz pliki rozszerzeń YouTube Skip Ads 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

                        No need to buy premium subscription to avoid ads.
When you are listening songs list in youtube while doing something in Kitchen or some cleaning work at home.
Sometimes long ads comes in between and you have only two options.
1. Let ads play for that long duration. Or
2. Come near to laptop and click SKIP button.

Isn't it irritating. Here is the solution for this.
You don't need to SKIP manually. This extension will do it for you.

NOTE: This works for NON-SKIPPABLE ads also.

Please try it and leave review comments.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Skip Ads YouTube Skip Ads
ID nebpcniblohdgemginackdeilpgcknmm
Oficjalny URL https://chromewebstore.google.com/detail/youtube-skip-ads/nebpcniblohdgemginackdeilpgcknmm
Opis Skip all kind of youtube ads automatically.
Rozmiar pliku 6.02 KB
Liczba instalacji 636
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2019-07-28
Data Publikacji 2019-07-26
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper akash.anand708
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Skip Ads",
    "short_name": "Skip YouTube Ads",
    "version": "0.1",
    "default_locale": "en",
    "description": "Skip all kind of youtube ads automatically.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    }
}