Genius Button

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

Qu'est-ce que Genius Button ?

Genius Button est une extension Chrome développée par jollex5, et sa fonction principale est "This extension opens a new tab with the Genius page for the song you're currently listening to.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Genius Button

Téléchargez les fichiers d'extension Genius Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Genius Button Genius Button
ID lbglkmldocjomlnfomfdddbokglnlhng
URL Officiel 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.
Taille du Fichier 41.56 KB
Nombre d'Installations 315
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-01-29
Date de Publication 2016-01-28
Évaluation 1.50/5 Total 8 Évaluations
Développeur jollex5
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}