alt-J

Play Alt-J when you press Alt-J

What is alt-J?

alt-J is a Chrome extension developed by sauravd, and its main feature is "Play Alt-J when you press Alt-J".

Extension Screenshots

screenshot

Download alt-J Extension CRX File

Download alt-J 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

                        Play Δ alt-J Δ on Δ YouTube Δ when Δ you Δ press Δ Alt-J.                    

Extension Basic Information

Name alt-J alt-J
ID fbmdhlfhdjlgikpedehgmbljocgfdblm
Official URL https://chrome.google.com/webstore/detail/alt-j/fbmdhlfhdjlgikpedehgmbljocgfdblm
Description Play Alt-J when you press Alt-J
File Size 676 KB
Installation Count 27
Current Version 1.0
Last Updated 2017-06-07
Publish Date 2017-06-07
Rating 4.60/5 Total 5 Ratings
Developer sauravd
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "alt-J",
    "description": "Play Alt-J when you press Alt-J",
    "icons": {
        "128": "icon128.png",
        "380": "icon380.png"
    },
    "version": "1.0",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "launcher.js"
        ],
        "persistent": false
    },
    "commands": {
        "altj": {
            "suggested_key": {
                "default": "Alt+J"
            },
            "description": "Launch Alt-J music"
        }
    },
    "manifest_version": 2
}