Change Background Color

change the current site background to your desired color

ما هو Change Background Color؟

Change Background Color هو إضافة Chrome تم تطويرها بواسطة hoishing، والميزة الرئيسية لها هي "change the current site background to your desired color".

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

screenshot

تحميل ملف CRX للإضافة Change Background Color

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

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

                        Most color-changing extensions require the "read and change all your data on all site" permission, which is overkill and raises privacy concerns. This particular extension does only one thing: it changes the background color of the current site, that's all. 

No special permissions are required, no data is collected, and no privacy concerns.

🔗 source code
https://github.com/hoishing/chrome-change-background-color                    

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

الاسم Change Background Color Change Background Color
ID ajlcblmihhjochfgehfcfiopkcbfnlfh
عنوان URL الرسمي https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh
الوصف change the current site background to your desired color
حجم الملف 15.48 KB
عدد التثبيتات 304
النسخة الحالية 1.1.0
آخر تحديث 2023-09-09
تاريخ النشر 2023-08-10
تقييم 3.00/5 مجموع تقييمات 2
المطور hoishing
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/hoishing/chrome-change-background-color
عنوان صفحة المساعدة https://github.com/hoishing/chrome-change-background-color/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Change Background Color",
    "version": "1.1.0",
    "description": "change the current site background to your desired color",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "icons": {
        "64": "bg-color64.png",
        "128": "bg-color128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "bg-color64.png",
            "128": "bg-color128.png"
        }
    }
}