Bandcamp Volume Control

Adds volume control to bandcamp.com

ما هو Bandcamp Volume Control؟

Bandcamp Volume Control هو إضافة Chrome تم تطويرها بواسطة Akigiri، والميزة الرئيسية لها هي "Adds volume control to bandcamp.com".

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

screenshot
screenshot

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

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

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

                        Simple volume control for bandcamp.com                    

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

الاسم Bandcamp Volume Control Bandcamp Volume Control
ID ajfnknkjkdcopjkjfkglgjpbeikpddnm
عنوان URL الرسمي https://chromewebstore.google.com/detail/bandcamp-volume-control/ajfnknkjkdcopjkjfkglgjpbeikpddnm
الوصف Adds volume control to bandcamp.com
حجم الملف 20.58 KB
عدد التثبيتات 315
النسخة الحالية 1.0.1
آخر تحديث 2015-04-16
تاريخ النشر 2015-04-16
تقييم 4.20/5 مجموع تقييمات 10
المطور Akigiri
نوع الدفع free
موقع الإضافة https://github.com/Akigiri/Bandcamp-Volume-Control
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bandcamp Volume Control",
    "description": "Adds volume control to bandcamp.com",
    "version": "1.0.1",
    "author": "Akigiri",
    "homepage_url": "https:\/\/github.com\/Akigiri\/Bandcamp-Volume-Control",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.bandcamp.com\/*",
                "https:\/\/*.bandcamp.com\/*"
            ],
            "css": [
                "bandcamp_volume_control.css"
            ],
            "js": [
                "bandcamp_volume_control.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}