Skip Ads

Auto Skipping for all those boring ads on youtube.

Co to jest Skip Ads?

Skip Ads to rozszerzenie Chrome opracowane przez Adriano Chambel, a jego główną funkcją jest „Auto Skipping for all those boring ads on youtube.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Skip Ads

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

                        If you are tired to click on the skip button or closing boring ads over your video, this extension is for you.
A simple ad skipper that automate the task of to click on skip ad button.                    

Podstawowe informacje o rozszerzeniu

Nazwa Skip Ads Skip Ads
ID gmkohmponbmhggcpigfkcadabcjnckii
Oficjalny URL https://chromewebstore.google.com/detail/skip-ads/gmkohmponbmhggcpigfkcadabcjnckii
Opis Auto Skipping for all those boring ads on youtube.
Rozmiar pliku 15.1 KB
Liczba instalacji 9,740
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2018-12-02
Data Publikacji 2018-12-02
Ocena 3.40/5 Łącznie 10 Oceny
Deweloper Adriano Chambel
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": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.2",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/skip-ads",
    "minimum_chrome_version": "55",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "128x128.png"
    }
}