YouMerc
Keyword Search for Youtube™ Subtitles, enables another way to watch videos
Hvad er YouMerc?
YouMerc er en Chrome-udvidelse udviklet af sx666, og dens hovedfunktion er "Keyword Search for Youtube™ Subtitles, enables another way to watch videos".
Udvidelsesskærmbilleder
Download YouMerc-udvidelses-CRX-fil
Download YouMerc-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
Another way to watch Youtube videos. This extension allows you to search subtitle using keyword. A Search box is inserted atop Youtube video title. Have fun!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nedcgpdnfcfpgnemlfceicnnbjpeiffo |
Officiel URL | https://chrome.google.com/webstore/detail/youmerc/nedcgpdnfcfpgnemlfceicnnbjpeiffo |
Beskrivelse | Keyword Search for Youtube™ Subtitles, enables another way to watch videos |
Filstørrelse | 779 KB |
Antal Installationer | 17 |
Nuværende Version | 1.3 |
Senest Opdateret | 2017-09-03 |
Udgivelsesdato | 2017-08-31 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | sx666 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouMerc", "short_name": "YouMerc", "version": "1.3", "description": "Keyword Search for Youtube\u2122 Subtitles, enables another way to watch videos", "browser_action": { "default_popup": "popup.html", "default_title": "YouMerc" }, "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "webRequest", " |