Remove Youtube Annotations
Removes annotations from YouTube
Apa itu Remove Youtube Annotations?
Remove Youtube Annotations adalah ekstensi Chrome yang dikembangkan oleh joelakuhn, dan fitur utamanya adalah "Removes annotations from YouTube".
Unduh Berkas CRX Ekstensi Remove Youtube Annotations
Unduh file ekstensi Remove Youtube Annotations 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
Removes annotations from YouTube videos.
Informasi Dasar Ekstensi
Nama | |
ID | mpnljnkkbeeckfphjlnjjgahfpmgcbib |
URL Resmi | https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib |
Deskripsi | Removes annotations from YouTube |
Ukuran File | 8.66 KB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2017-02-13 |
Tanggal Publikasi | 2017-02-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | joelakuhn |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Youtube Annotations", "version": "1.0.0", "manifest_version": 2, "description": "Removes annotations from YouTube", "homepage_url": "https:\/\/github.com\/joelakuhn\/remove-youtube-annotations", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |