Youtube Search Navigator

Adds keyboard shortcuts to Youtube Search Pages! Yaay!

Youtube Search Navigatorとは何ですか?

Youtube Search Navigatorはhristoappsによって開発されたChromeの拡張機能で、その主な機能は「Adds keyboard shortcuts to Youtube Search Pages! Yaay!」です。

拡張機能のスクリーンショット

screenshot

Youtube Search Navigator拡張機能のCRXファイルをダウンロード

Youtube Search Navigator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is for all the people out there who like to save some time, and use shortcuts! It adds arrow key search possibility in Youtube search bar.

KEEP IN MIND! This extension is still in development, so some bugs may come up here and there!

ALSO KEEP IN MIND! It works only with the newest version of Youtube, which you can check out at youtube.com/new                    

拡張機能の基本情報

名前 Youtube Search Navigator Youtube Search Navigator
ID nplfabbikfflncpadioencndbagkhhhi
公式URL https://chrome.google.com/webstore/detail/youtube-search-navigator/nplfabbikfflncpadioencndbagkhhhi
説明 Adds keyboard shortcuts to Youtube Search Pages! Yaay!
ファイルサイズ 15.67 KB
インストール数 75
現在のバージョン 0.0.2
最終更新日 2018-01-30
公開日 2018-01-30
評価 4.20/5 合計 5 レビュー
開発者 hristoapps
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Search Navigator",
    "version": "0.0.2",
    "description": "Adds keyboard shortcuts to Youtube Search Pages! Yaay!",
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "keymaster.min.js",
                "youtube_navigation.js"
            ],
            "css": [
                "result.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "activeTab",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}