Youtube Search Navigator

Adds keyboard shortcuts to Youtube Search Pages! Yaay!

What is Youtube Search Navigator?

Youtube Search Navigator is a Chrome extension developed by hristoapps, and its main feature is "Adds keyboard shortcuts to Youtube Search Pages! Yaay!".

Extension Screenshots

screenshot

Download Youtube Search Navigator Extension CRX File

Download Youtube Search Navigator 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

                        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                    

Extension Basic Information

Name Youtube Search Navigator Youtube Search Navigator
ID nplfabbikfflncpadioencndbagkhhhi
Official URL https://chrome.google.com/webstore/detail/youtube-search-navigator/nplfabbikfflncpadioencndbagkhhhi
Description Adds keyboard shortcuts to Youtube Search Pages! Yaay!
File Size 15.67 KB
Installation Count 75
Current Version 0.0.2
Last Updated 2018-01-30
Publish Date 2018-01-30
Rating 4.20/5 Total 5 Ratings
Developer hristoapps
Payment Type free
Supported Languages 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"
    }
}