Instant Youtube Ad Skipper

Extension that automatically fast forwards and skips youtube ads.

Apa itu Instant Youtube Ad Skipper?

Instant Youtube Ad Skipper adalah ekstensi Chrome yang dikembangkan oleh Cloud Composed LLC, dan fitur utamanya adalah "Extension that automatically fast forwards and skips youtube ads.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Instant Youtube Ad Skipper

Unduh file ekstensi Instant Youtube Ad Skipper 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 will automatically and almost instantly skip any YouTube ads. No need to wait for the skip button and you should never have to watch ads again.

Just install the extension and YouTube ads will begin to be skipped. I hope you enjoy!                    

Informasi Dasar Ekstensi

Nama Instant Youtube Ad Skipper Instant Youtube Ad Skipper
ID hfncancnkmcojmfbfcdphomojkgmanlf
URL Resmi https://chromewebstore.google.com/detail/instant-youtube-ad-skippe/hfncancnkmcojmfbfcdphomojkgmanlf
Deskripsi Extension that automatically fast forwards and skips youtube ads.
Ukuran File 57.28 KB
Jumlah Instalasi 265
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-10-30
Tanggal Publikasi 2022-10-30
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Cloud Composed LLC
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Youtube Ad Skipper",
    "description": "Extension that automatically fast forwards and skips youtube ads.",
    "author": "Cloud Composed LLC",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Instant Youtube Ad Skipper",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}