YouMerc

Keyword Search for Youtube™ Subtitles, enables another way to watch videos

What is YouMerc?

YouMerc is a Chrome extension developed by sx666, and its main feature is "Keyword Search for Youtube™ Subtitles, enables another way to watch videos".

Extension Screenshots

screenshot
screenshot

Download YouMerc Extension CRX File

Download YouMerc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name YouMerc YouMerc
ID nedcgpdnfcfpgnemlfceicnnbjpeiffo
Official URL https://chrome.google.com/webstore/detail/youmerc/nedcgpdnfcfpgnemlfceicnnbjpeiffo
Description Keyword Search for Youtube™ Subtitles, enables another way to watch videos
File Size 779 KB
Installation Count 17
Current Version 1.3
Last Updated 2017-09-03
Publish Date 2017-08-31
Rating 1.00/5 Total 1 Ratings
Developer sx666
Email [email protected]
Payment Type free
Supported Languages 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",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js",
                "classes.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}