Played
Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…
什麼是Played?
Played是由NiceBox開發的Chrome擴展程式,該擴展的主要功能是“Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…”。
擴展截圖
下載Played擴展crx文件
下載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 |
ID | kjmgcdnnenllkdedebigognpfnfgknlm |
官方網址 | 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" ] } ] } |