YouTube Ad skipper 100% Working

YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.

Co to jest YouTube Ad skipper 100% Working?

YouTube Ad skipper 100% Working to rozszerzenie Chrome opracowane przez AyushMaji, a jego główną funkcją jest „YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia YouTube Ad skipper 100% Working

Pobierz pliki rozszerzeń YouTube Ad skipper 100% Working 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

                        Automatically closes banner ads and clicks 'Skip Ad' buttons for you.YouTube Ad Skipper(100% Working) is an extension that auto skips ads after YouTube provides a skip ad button. 
It does not block an ad. it just clicks close and skip for you automatically. Useful if you are tabbed out, or just lazy.
This is basically useful when you are watching a youtube video (or a playlist), and an ad starts playing. Youtube allows you to skip the ad after 5 seconds, but if you can't be bothered to click it yourself (or you are AFK), this extension clicks that button for you.
link- https://www.youtube.com/channel/UCtmdG03nDBhw6wZzeN3ChMw                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Ad skipper 100% Working YouTube Ad skipper 100% Working
ID ojaledjgjlkpjaebmdphdkcmljibaeen
Oficjalny URL https://chromewebstore.google.com/detail/youtube-ad-skipper-100%25-w/ojaledjgjlkpjaebmdphdkcmljibaeen
Opis YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.
Rozmiar pliku 13.41 KB
Liczba instalacji 677
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-12-27
Data Publikacji 2020-12-27
Ocena 4.20/5 Łącznie 15 Oceny
Deweloper AyushMaji
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.youtube.com/channel/UCtmdG03nDBhw6wZzeN3ChMw
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Ad skipper 100% Working",
    "version": "1.0",
    "description": "YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.",
    "manifest_version": 2,
    "author": "Ayush Maji",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}