Beatport Key Changer

Adjust keys on Beatport.com to display however you'd like.

Wat is Beatport Key Changer?

Beatport Key Changer is een Chrome-extensie ontwikkeld door https://beatportkeychanger.com, en de belangrijkste functie is "Adjust keys on Beatport.com to display however you'd like.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Beatport Key Changer

Download Beatport Key Changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        If you've ever been frustrated with the lack of functionality around Beatport and the various key notations like Camelot or Traktor's Open Keys, this extension adds crucial missing functionality to the beatport website. Allowing the user to set custom key mappings,  or easily toggle between the Camelot and Traktor key notation systems. Once configured on the settings page, the extension will automatically adjust the key data on Beatport.com to the users prefered notation.

This extension also adds the ability to click on a track key in the Beatport UI, and immediately be taken to a page where you can see all tracks that match that key!                    

Basisinformatie over de Extensie

Naam Beatport Key Changer Beatport Key Changer
ID mccpbdlgkkdffdigmnjnmeccpadjfgkp
Officiële URL https://chromewebstore.google.com/detail/beatport-key-changer/mccpbdlgkkdffdigmnjnmeccpadjfgkp
Beschrijving Adjust keys on Beatport.com to display however you'd like.
Bestandsgrootte 179 KB
Aantal Installaties 751
Huidige Versie 1.0
Laatst Bijgewerkt 2020-11-26
Publicatiedatum 2020-11-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://beatportkeychanger.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://beatportkeychanger.com/
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beatport Key Changer",
    "version": "1.0",
    "description": "Adjust keys on Beatport.com to display however you'd like.",
    "background": {
        "scripts": [
            "stand-up.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "options_page": "options\/options.html",
    "manifest_version": 2
}