JukeBot - The #1 JQBX helper!

Provides a variety of utilities for JQBX.fm.

Qu'est-ce que JukeBot - The #1 JQBX helper! ?

JukeBot - The #1 JQBX helper! est une extension Chrome développée par Hawk, et sa fonction principale est "Provides a variety of utilities for JQBX.fm.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JukeBot - The #1 JQBX helper!

Téléchargez les fichiers d'extension JukeBot - The #1 JQBX helper! 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

                        JukeBot provides easy access to some of the most used actions in http://jqbx.fm/. By default, users will be able to view, like, or dislike songs. With room for many more tools, JukeBot also provides special functionality such as automatically liking each song that plays or getting desktop notifications when someone mentions your name in the chat.                    

Informations de Base sur l'Extension

Nom JukeBot - The #1 JQBX helper! JukeBot - The #1 JQBX helper!
ID jpainnbkagpaaeepjmibeaoakehpnhgo
URL Officiel https://chromewebstore.google.com/detail/jukebot-the-1-jqbx-helper/jpainnbkagpaaeepjmibeaoakehpnhgo
Description Provides a variety of utilities for JQBX.fm.
Taille du Fichier 47.05 KB
Nombre d'Installations 429
Version Actuelle 0.7
Dernière Mise à Jour 2022-08-14
Date de Publication 2019-01-21
Évaluation 4.67/5 Total 9 Évaluations
Développeur Hawk
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JukeBot - The #1 JQBX helper!",
    "short_name": "JukeBot",
    "description": "Provides a variety of utilities for JQBX.fm.",
    "version": "0.7",
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "*:\/\/app.jqbx.fm\/*"
    ],
    "icons": {
        "128": ".\/icons\/icon128.png",
        "48": ".\/icons\/icon48.png",
        "16": ".\/icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "JukeBot"
    },
    "background": {
        "scripts": [
            ".\/scripts\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.jqbx.fm\/*"
            ],
            "js": [
                ".\/scripts\/content\/content.js",
                ".\/scripts\/content\/JukeBot.js",
                ".\/scripts\/content\/plugins\/SongWatcher.js",
                ".\/scripts\/content\/plugins\/VoteWatcher.js",
                ".\/scripts\/content\/plugins\/AutoDoot.js",
                ".\/scripts\/content\/plugins\/Notifier.js",
                ".\/scripts\/content\/plugins\/ShortcutHandler.js"
            ]
        }
    ],
    "commands": {
        "dope": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Dope"
        },
        "stepupdown": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Toggle DJ Status"
        },
        "star": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H"
            },
            "description": "Star"
        },
        "syncaudio": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Sync Audio"
        }
    }
}