TT plugged in

TT plugged in provides autobopping, and volume control among others

TT plugged in là gì?

TT plugged in là một tiện ích mở rộng Chrome được phát triển bởi nthitz, và tính năng chính của nó là "TT plugged in provides autobopping, and volume control among others".

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

screenshot

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

Tải xuống các tệp mở rộng TT plugged in 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

                        TT Plugged In adds a few features that are not currently available on turntable.fm. The most significant one is a volume control slider, allowing the user to adjust the volume of the music to their desired levels. Autobop is also provided. A small menu in the bottom left of the screen displays these options. More features to come.                    

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

Tên TT plugged in TT plugged in
ID edoelilfhbiliocedcghdffjnbnplcfb
URL Chính Thức https://chromewebstore.google.com/detail/tt-plugged-in/edoelilfhbiliocedcghdffjnbnplcfb
Mô tả TT plugged in provides autobopping, and volume control among others
Kích Thước Tệp 32.16 KB
Số Lần Cài Đặt 375
Phiên Bản Hiện Tại 0.0.0.8
Cập Nhật Lần Cuối 2021-04-03
Ngày Phát Hành 2021-03-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển nthitz
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",
    "name": "TT plugged in",
    "version": "0.0.0.8",
    "description": "TT plugged in provides autobopping, and volume control among others",
    "homepage_url": "https:\/\/github.com\/nthitz\/pluggedTT",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "icons": {
        "128": "\/icon.png"
    },
    "permissions": [],
    "background": {
        "persistent": false,
        "scripts": [
            "\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.turntable.fm\/*"
            ],
            "css": [
                "\/myStyles.css"
            ],
            "js": [
                "\/contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/modal.html",
        "\/localContextScript.js.txt"
    ]
}