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…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Played 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            ]
        }
    ]
}