Played
Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…
Vad är Played?
Played är en Chrome-tillägg utvecklad av NiceBox, och dess huvudfunktion är "Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…".
Tilläggsskärmbilder
Ladda ner Played-förlängningens CRX-fil
Ladda ner Played-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Played |
ID | kjmgcdnnenllkdedebigognpfnfgknlm |
Officiell webbadress | https://chromewebstore.google.com/detail/played/kjmgcdnnenllkdedebigognpfnfgknlm |
Beskrivning | Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience… |
Filstorlek | 244 KB |
Antal Installationer | 25 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2023-12-31 |
Publiceringsdatum | 2022-10-10 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | NiceBox |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |