Background Changer

apply different colors to webpage background and find which looks perfect

ما هو Background Changer؟

Background Changer هو إضافة Chrome تم تطويرها بواسطة ermajsurfaceret، والميزة الرئيسية لها هي "apply different colors to webpage background and find which looks perfect".

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

screenshot

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

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

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

                        Background Changer help you apply different colors to your favorite websites background.                    

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

الاسم Background Changer Background Changer
ID dolkekeohjbdpclenociegcnolpipafo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/background-changer/dolkekeohjbdpclenociegcnolpipafo
الوصف apply different colors to webpage background and find which looks perfect
حجم الملف 19.77 KB
عدد التثبيتات 1,000
النسخة الحالية 0.1
آخر تحديث 2022-07-07
تاريخ النشر 2022-07-07
تقييم 3.00/5 مجموع تقييمات 1
المطور ermajsurfaceret
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Background Changer",
    "description": "apply different colors to webpage background and find which looks perfect",
    "version": "0.1",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "app.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}