TT plugged in

TT plugged in provides autobopping, and volume control among others

ما هو TT plugged in؟

TT plugged in هو إضافة Chrome تم تطويرها بواسطة nthitz، والميزة الرئيسية لها هي "TT plugged in provides autobopping, and volume control among others".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TT plugged in

قم بتنزيل ملفات الامتداد TT plugged in بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم TT plugged in TT plugged in
ID edoelilfhbiliocedcghdffjnbnplcfb
عنوان URL الرسمي https://chromewebstore.google.com/detail/tt-plugged-in/edoelilfhbiliocedcghdffjnbnplcfb
الوصف TT plugged in provides autobopping, and volume control among others
حجم الملف 32.16 KB
عدد التثبيتات 375
النسخة الحالية 0.0.0.8
آخر تحديث 2021-04-03
تاريخ النشر 2021-03-07
تقييم 5.00/5 مجموع تقييمات 3
المطور nthitz
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}