YouSkip
Skip YouTube ads. (Sorry YouTube)
Apa itu YouSkip?
YouSkip adalah ekstensi Chrome yang dikembangkan oleh felisphasma, dan fitur utamanya adalah "Skip YouTube ads. (Sorry YouTube)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouSkip
Unduh file ekstensi YouSkip 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
Simple YouTube add skipper. Don't wait 5 seconds; don't wait for the add to finish. More from the developer: felisphasma.com
Informasi Dasar Ekstensi
Nama | |
ID | mbpkkmapnldpeeefipkpahmpanomkidd |
URL Resmi | https://chrome.google.com/webstore/detail/youskip/mbpkkmapnldpeeefipkpahmpanomkidd |
Deskripsi | Skip YouTube ads. (Sorry YouTube) |
Ukuran File | 13.1 KB |
Jumlah Instalasi | 234 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-12-09 |
Tanggal Publikasi | 2018-12-09 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | felisphasma |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouSkip", "version": "1.1", "description": "Skip YouTube ads. (Sorry YouTube)", "permissions": [ "activeTab", "storage", "https:\/\/felisphasma.com\/projects\/YouSkip\/count.php" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch?*", "https:\/\/youtube.com\/watch?*" ], "all_frames": true, "js": [ "app.js" ], "css": [ "style.css" ] } ], "browser_action": { "default_icon": { "16": "16.png", "24": "24.png", "32": "32.png", "64": "64.png", "128": "128.png" }, "default_popup": "popup.html" }, "icons": { "16": "16.png", "24": "24.png", "32": "32.png", "64": "64.png", "128": "128.png" }, "applications": { "gecko": { "id": "[email protected]" } }, "manifest_version": 2 } |