YouMerc

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

什么是YouMerc?

YouMerc是由sx666开发的Chrome扩展程序,该扩展的主要功能是“Keyword Search for Youtube™ Subtitles, enables another way to watch videos”。

扩展截图

screenshot
screenshot

下载YouMerc扩展crx文件

下载YouMerc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 YouMerc YouMerc
ID nedcgpdnfcfpgnemlfceicnnbjpeiffo
官方URL https://chrome.google.com/webstore/detail/youmerc/nedcgpdnfcfpgnemlfceicnnbjpeiffo
简介 Keyword Search for Youtube™ Subtitles, enables another way to watch videos
文件大小 779 KB
安装次数 17
当前版本 1.3
更新时间 2017-09-03
上架时间 2017-08-31
评分 1.00/5 共1次评分
开发者 sx666
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}