Skip video ads

Skip youtube before-video ads once the 5 seconds is over automatically

Apa itu Skip video ads?

Skip video ads adalah ekstensi Chrome yang dikembangkan oleh http://mrgarretto.com, dan fitur utamanya adalah "Skip youtube before-video ads once the 5 seconds is over automatically".

Unduh Berkas CRX Ekstensi Skip video ads

Unduh file ekstensi Skip video 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

                        This extension allows you to automatically skip Youtube's before-video ads automatically after the 5 seconds is over so that you can still support the content creators.                    

Informasi Dasar Ekstensi

Nama Skip video ads Skip video ads
ID mbiejnlchbmjdjmnoalpfoelnimekocb
URL Resmi https://chrome.google.com/webstore/detail/skip-video-ads/mbiejnlchbmjdjmnoalpfoelnimekocb
Deskripsi Skip youtube before-video ads once the 5 seconds is over automatically
Ukuran File 81.02 KB
Jumlah Instalasi 28
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-11-07
Tanggal Publikasi 2015-11-06
Pengembang http://mrgarretto.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skip video ads",
    "description": "Skip youtube before-video ads once the 5 seconds is over automatically",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "clickskip.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}