Bandcamp Fixed Player

This extension fixes the header in place along with the player

ما هو Bandcamp Fixed Player؟

Bandcamp Fixed Player هو إضافة Chrome تم تطويرها بواسطة Alex Morrison، والميزة الرئيسية لها هي "This extension fixes the header in place along with the player".

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

screenshot
screenshot

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

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

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

                        This extension adds a fixed player to the bandcamp header.                    

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

الاسم Bandcamp Fixed Player Bandcamp Fixed Player
ID ooldlpkajceeakdoolgdaecodilheoha
عنوان URL الرسمي https://chromewebstore.google.com/detail/bandcamp-fixed-player/ooldlpkajceeakdoolgdaecodilheoha
الوصف This extension fixes the header in place along with the player
حجم الملف 20.21 KB
عدد التثبيتات 85
النسخة الحالية 0.0.4
آخر تحديث 2024-02-17
تاريخ النشر 2020-03-19
تقييم 2.00/5 مجموع تقييمات 3
المطور Alex Morrison
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bandcamp Fixed Player",
    "version": "0.0.4",
    "manifest_version": 3,
    "description": "This extension fixes the header in place along with the player",
    "homepage_url": "https:\/\/bandcamp.com",
    "icons": {
        "16": "icons\/play16.png",
        "48": "icons\/play48.png",
        "128": "icons\/play128.png"
    },
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*.bandcamp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bandcamp.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}