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
Eメール [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"
            ]
        }
    ]
}