Played

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

Τι είναι το Played;

Το Played είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NiceBox, και η κύρια λειτουργία του είναι "Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Played

Λήψη αρχείων επέκτασης Played σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        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.                    

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

Όνομα Played Played
ID kjmgcdnnenllkdedebigognpfnfgknlm
Επίσημο URL https://chromewebstore.google.com/detail/played/kjmgcdnnenllkdedebigognpfnfgknlm
Περιγραφή Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…
Μέγεθος Αρχείου 244 KB
Αριθμός Εγκαταστάσεων 25
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2023-12-31
Ημερομηνία Δημοσίευσης 2022-10-10
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής NiceBox
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}