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…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Played

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}