Played
Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…
Played क्या है?
Played NiceBox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Played एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } ] } |