Played

Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…

Played là gì?

Played là một tiện ích mở rộng Chrome được phát triển bởi NiceBox, và tính năng chính của nó là "Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Played

Tải xuống các tệp mở rộng Played dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Played Played
ID kjmgcdnnenllkdedebigognpfnfgknlm
URL Chính Thức https://chromewebstore.google.com/detail/played/kjmgcdnnenllkdedebigognpfnfgknlm
Mô tả Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…
Kích Thước Tệp 244 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-12-31
Ngày Phát Hành 2022-10-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển NiceBox
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}