Block Youtube Annotations
Extension blocks anoying annotations on YouTube.
Apa itu Block Youtube Annotations?
Block Youtube Annotations adalah ekstensi Chrome yang dikembangkan oleh menko, dan fitur utamanya adalah "Extension blocks anoying annotations on YouTube.".
Unduh Berkas CRX Ekstensi Block Youtube Annotations
Unduh file ekstensi Block 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
Blocks annotations on youtube
Informasi Dasar Ekstensi
Nama | |
ID | nheehibdemfjglnfflcgfinhciifpkhc |
URL Resmi | https://chrome.google.com/webstore/detail/block-youtube-annotations/nheehibdemfjglnfflcgfinhciifpkhc |
Deskripsi | Extension blocks anoying annotations on YouTube. |
Ukuran File | 238 KB |
Jumlah Instalasi | 213 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2015-10-17 |
Tanggal Publikasi | 2015-10-17 |
Penilaian | 3.50/5 Total 8 Penilaian |
Pengembang | menko |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "initialize-content.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*", "http:\/\/youtube.com\/*" ] } ], "description": "Extension blocks anoying annotations on YouTube.", "manifest_version": 2, "name": "Block Youtube Annotations", "permissions": [ "tabs", "activeTab" ], "version": "1.0.1", "web_accessible_resources": [ "inject\/*.js" ] } |