Bandcamp Volume

Allows for adjusting music volume on bandcamp.com

ما هو Bandcamp Volume؟

Bandcamp Volume هو إضافة Chrome تم تطويرها بواسطة Wo1fie Apps، والميزة الرئيسية لها هي "Allows for adjusting music volume on bandcamp.com".

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

screenshot

تحميل ملف CRX للإضافة Bandcamp Volume

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

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

                        The album preview on bandcamp does not have volume controls.  This adds a volume slider between the track information and the preview play button.                    

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

الاسم Bandcamp Volume Bandcamp Volume
ID kihpomglkbgbhdhogikhpbgakniddmfj
عنوان URL الرسمي https://chromewebstore.google.com/detail/bandcamp-volume/kihpomglkbgbhdhogikhpbgakniddmfj
الوصف Allows for adjusting music volume on bandcamp.com
حجم الملف 5.14 KB
عدد التثبيتات 150
النسخة الحالية 0.1.2
آخر تحديث 2022-07-20
تاريخ النشر 2022-03-28
تقييم 5.00/5 مجموع تقييمات 3
المطور Wo1fie Apps
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bandcamp Volume",
    "action": [],
    "manifest_version": 3,
    "version": "0.1.2",
    "description": "Allows for adjusting music volume on bandcamp.com",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/bandcamp-volume-loader.js"
            ],
            "css": [
                "css\/bandcamp-volume.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "js\/bandcamp-volume.js"
            ]
        }
    ]
}