Played

Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…

Co je Played?

Played je rozšíření Chrome vyvinuté NiceBox, a jeho hlavní funkcí je „Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Played

Stáhněte si soubory rozšíření Played ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience of download and upload functionalities, allowing you to effortlessly retrieve a list of your played tracks and synchronize them with another computer. Now, your musical journey remains effortlessly connected and harmonized across devices.                    

Základní Informace o Rozšíření

Název Played Played
ID kjmgcdnnenllkdedebigognpfnfgknlm
Oficiální URL https://chromewebstore.google.com/detail/played/kjmgcdnnenllkdedebigognpfnfgknlm
Popis Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…
Velikost souboru 244 KB
Počet instalací 25
Aktuální Verze 1.2.0
Poslední Aktualizace 2023-12-31
Datum Vydání 2022-10-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář NiceBox
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Played",
    "version": "1.2.0",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.beatport.com\/*"
            ],
            "js": [
                "js\/jquery-3.3.1.js",
                "js\/root.js",
                "sites\/beatport\/dexie.js",
                "sites\/beatport\/dexie-export-import.js",
                "sites\/beatport\/save.js",
                "sites\/beatport\/script.js"
            ],
            "css": [
                "sites\/beatport\/styles.css"
            ]
        }
    ]
}