Skip Ads

Auto Skipping for all those boring ads on youtube.

Apa itu Skip Ads?

Skip Ads adalah ekstensi Chrome yang dikembangkan oleh Adriano Chambel, dan fitur utamanya adalah "Auto Skipping for all those boring ads on youtube.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Skip Ads

Unduh file ekstensi Skip Ads dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Skip Ads Skip Ads
ID gmkohmponbmhggcpigfkcadabcjnckii
URL Resmi https://chromewebstore.google.com/detail/skip-ads/gmkohmponbmhggcpigfkcadabcjnckii
Deskripsi Auto Skipping for all those boring ads on youtube.
Ukuran File 15.1 KB
Jumlah Instalasi 9,740
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2018-12-02
Tanggal Publikasi 2018-12-02
Penilaian 3.40/5 Total 10 Penilaian
Pengembang Adriano Chambel
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}