YouTube Auto Skiper
YouTube Auto Skiper - Automatically skip the ads button appears.
Apa itu YouTube Auto Skiper?
YouTube Auto Skiper adalah ekstensi Chrome yang dikembangkan oleh namdaik, dan fitur utamanya adalah "YouTube Auto Skiper - Automatically skip the ads button appears.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Auto Skiper
Unduh file ekstensi YouTube Auto Skiper 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
The app will automatically click skip ads on youtube after 5 seconds to skip ads in a friendly manner. Will also remove annoying ads on pages: shopee.vn, sendo.vn, tiki.vn, lazada.vn. If you have any questions about the software, please contact me via email: [email protected]
Informasi Dasar Ekstensi
Nama | |
ID | clocflifoieofjffhkhelnmhjibfpihj |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-auto-skiper/clocflifoieofjffhkhelnmhjibfpihj |
Deskripsi | YouTube Auto Skiper - Automatically skip the ads button appears. |
Ukuran File | 3.78 MB |
Jumlah Instalasi | 33 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2022-02-18 |
Tanggal Publikasi | 2022-02-16 |
Pengembang | namdaik |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7 |
URL Halaman Kebijakan Privasi | https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7 |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1", "manifest_version": 3, "name": "YouTube Auto Skiper", "description": "YouTube Auto Skiper - Automatically skip the ads button appears.", "author": "Namdaik", "homepage_url": "http:\/\/ext-land.namdaik.com\/", "action": { "default_popup": "option.html" }, "icons": { "128": "assets\/images\/ytskip\/logo-128x128.png", "16": "assets\/images\/ytskip\/logo-16x16.png", "32": "assets\/images\/ytskip\/logo-32x32.png", "64": "assets\/images\/ytskip\/logo-64x64.png" }, "content_scripts": [ { "all_frames": false, "js": [ "assets\/libs\/jquery.js", "assets\/js\/client.js", "assets\/js\/content.js" ], "run_at": "document_start", "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.tiki.vn\/*", "*:\/\/*.shopee.vn\/*", "*:\/\/*.lazada.vn\/*", "*:\/\/*.sendo.vn\/*" ] } ], "permissions": [ "declarativeNetRequest", "storage", "activeTab" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset1", "enabled": true, "path": "assets\/rules.json" } ] } } |