Find on YouTube (Context Menu)
This extension adds a context menu option for selected text in order to find video related to the text
Hvad er Find on YouTube (Context Menu)?
Find on YouTube (Context Menu) er en Chrome-udvidelse udviklet af Romkaq, og dens hovedfunktion er "This extension adds a context menu option for selected text in order to find video related to the text".
Udvidelsesskærmbilleder
Download Find on YouTube (Context Menu)-udvidelses-CRX-fil
Download Find on YouTube (Context Menu)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This simple extension adds context menu for selected text to search in youtube.com.
Grundlæggende oplysninger om udvidelsen
Navn | Find on YouTube (Context Menu) |
ID | agpgbopfbmfklefdodadbcengmimldpb |
Officiel URL | https://chromewebstore.google.com/detail/find-on-youtube-context-m/agpgbopfbmfklefdodadbcengmimldpb |
Beskrivelse | This extension adds a context menu option for selected text in order to find video related to the text |
Filstørrelse | 7.01 KB |
Antal Installationer | 518 |
Nuværende Version | 2.2 |
Senest Opdateret | 2022-06-18 |
Udgivelsesdato | 2021-07-03 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | Romkaq |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://rq-dev.github.io/chrome-extensions-privacy-policy |
Understøttede Sprog | 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" } } |