Youtube's Annotations No More
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
Apa itu Youtube's Annotations No More?
Youtube's Annotations No More adalah ekstensi Chrome yang dikembangkan oleh Daniel Kladnik, dan fitur utamanya adalah "Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube's Annotations No More
Unduh file ekstensi Youtube's Annotations No More 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
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr: https://flattr.com/@kiboke
Informasi Dasar Ekstensi
Nama | Youtube's Annotations No More |
ID | fajnlldimiiipghabjgnbdidcnkghkgn |
URL Resmi | https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn |
Deskripsi | Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:… |
Ukuran File | 22.52 KB |
Jumlah Instalasi | 3,436 |
Versi Saat Ini | 0.7 |
Terakhir Diperbarui | 2019-12-12 |
Tanggal Publikasi | 2019-12-12 |
Penilaian | 4.38/5 Total 29 Penilaian |
Pengembang | Daniel Kladnik |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.kiboke-studio.hr/browser-extensions/ |
URL Halaman Bantuan | https://www.kiboke-studio.hr/browser-extensions/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube's Annotations No More", "short_name": "Disable Youtube's annotations.", "version": "0.7", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Daniel Kladnik @ kiboke studio", "permissions": [ "*:\/\/*.youtube.com\/*", "webRequest", "webRequestBlocking", "notifications" ], "background": { "scripts": [ "data\/main.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "data\/style.css" ] } ] } |