Played
Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…
Co to jest Played?
Played to rozszerzenie Chrome opracowane przez NiceBox, a jego główną funkcją jest „Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Played
Pobierz pliki rozszerzeń Played w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Played |
ID | kjmgcdnnenllkdedebigognpfnfgknlm |
Oficjalny URL | https://chromewebstore.google.com/detail/played/kjmgcdnnenllkdedebigognpfnfgknlm |
Opis | Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience… |
Rozmiar pliku | 244 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2023-12-31 |
Data Publikacji | 2022-10-10 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | NiceBox |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |