Find on YouTube (Context Menu)
This extension adds a context menu option for selected text in order to find video related to the text
Apa itu Find on YouTube (Context Menu)?
Find on YouTube (Context Menu) adalah ekstensi Chrome yang dikembangkan oleh Romkaq, dan fitur utamanya adalah "This extension adds a context menu option for selected text in order to find video related to the text".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Find on YouTube (Context Menu)
Unduh file ekstensi Find on YouTube (Context Menu) 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
This simple extension adds context menu for selected text to search in youtube.com.
Informasi Dasar Ekstensi
Nama | Find on YouTube (Context Menu) |
ID | agpgbopfbmfklefdodadbcengmimldpb |
URL Resmi | https://chromewebstore.google.com/detail/find-on-youtube-context-m/agpgbopfbmfklefdodadbcengmimldpb |
Deskripsi | This extension adds a context menu option for selected text in order to find video related to the text |
Ukuran File | 7.01 KB |
Jumlah Instalasi | 518 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2022-06-18 |
Tanggal Publikasi | 2021-07-03 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Romkaq |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://rq-dev.github.io/chrome-extensions-privacy-policy |
Bahasa yang Didukung | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "2.2", "default_locale": "en", "permissions": [ "contextMenus" ], "background": { "service_worker": "script.js" }, "icons": { "128": "icon128.png" } } |