Autoskip for YouTube 2.0
Automatically skips the YouTube ads. 🚫
Apa itu Autoskip for YouTube 2.0?
Autoskip for YouTube 2.0 adalah ekstensi Chrome yang dikembangkan oleh office, dan fitur utamanya adalah "Automatically skips the YouTube ads. 🚫".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Autoskip for YouTube 2.0
Unduh file ekstensi Autoskip for YouTube 2.0 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
⬇️ Easy to set up ⬇️: 1. Install and add the extension to Chrome. 2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played. ✨ Features ✨ 1. Works on Youtube. 2. Could be combined with general-purpose ad blockers to block the ads altogether. This extension will auto-skip the ads to improve your YouTube experience.
Informasi Dasar Ekstensi
Nama | Autoskip for YouTube 2.0 |
ID | gcgihkjcccpnahfhhkghlhncdaamjccc |
URL Resmi | https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc |
Deskripsi | Automatically skips the YouTube ads. 🚫 |
Ukuran File | 8.18 KB |
Jumlah Instalasi | 137 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-03-25 |
Tanggal Publikasi | 2023-03-24 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | office |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autoskip for YouTube 2.0", "version": "1.0", "icons": { "128": "icon_128.png" }, "description": "Automatically skips the YouTube ads. \ud83d\udeab", "content_scripts": [ { "matches": [ "https:\/\/*.YouTube.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 3 } |