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…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Played
قم بتنزيل ملفات الامتداد Played بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } ] } |