JukeBot - The #1 JQBX helper!

Provides a variety of utilities for JQBX.fm.

Τι είναι το JukeBot - The #1 JQBX helper!;

Το JukeBot - The #1 JQBX helper! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hawk, και η κύρια λειτουργία του είναι "Provides a variety of utilities for JQBX.fm.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης JukeBot - The #1 JQBX helper!

Λήψη αρχείων επέκτασης JukeBot - The #1 JQBX helper! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα JukeBot - The #1 JQBX helper! JukeBot - The #1 JQBX helper!
ID jpainnbkagpaaeepjmibeaoakehpnhgo
Επίσημο URL https://chromewebstore.google.com/detail/jukebot-the-1-jqbx-helper/jpainnbkagpaaeepjmibeaoakehpnhgo
Περιγραφή Provides a variety of utilities for JQBX.fm.
Μέγεθος Αρχείου 47.05 KB
Αριθμός Εγκαταστάσεων 429
Τρέχουσα Έκδοση 0.7
Τελευταία Ενημέρωση 2022-08-14
Ημερομηνία Δημοσίευσης 2019-01-21
Αξιολόγηση 4.67/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Hawk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        }
    }
}