Genius Button

This extension opens a new tab with the Genius page for the song you're currently listening to.

What is Genius Button?

Genius Button is a Chrome extension developed by jollex5, and its main feature is "This extension opens a new tab with the Genius page for the song you're currently listening to.".

Extension Screenshots

screenshot
screenshot

Download Genius Button Extension CRX File

Download Genius Button 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

                        Click the button and it'll open a new tab with the Genius page for the song that was playing on the tab you were in.

Only YouTube and Soundcloud are currently supported.                    

Extension Basic Information

Name Genius Button Genius Button
ID lbglkmldocjomlnfomfdddbokglnlhng
Official URL https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng
Description This extension opens a new tab with the Genius page for the song you're currently listening to.
File Size 41.56 KB
Installation Count 315
Current Version 1.0.1
Last Updated 2016-01-29
Publish Date 2016-01-28
Rating 1.50/5 Total 8 Ratings
Developer jollex5
Payment Type free
Supported Languages en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-2.2.0.min.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Genius Button"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}