Change Website Background

Changes the background of webpages to a custom image or colour.

ما هو Change Website Background؟

Change Website Background هو إضافة Chrome تم تطويرها بواسطة kA، والميزة الرئيسية لها هي "Changes the background of webpages to a custom image or colour.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Change the background of most websites to a background colour or image of your choice. 

If you use an image, you can use additional features like blur and white tint opacity. 

Whitelisting and blacklisting available.                    

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

الاسم Change Website Background Change Website Background
ID jmcdblanaidgjcgjohndajigiflfajfg
عنوان URL الرسمي https://chromewebstore.google.com/detail/change-website-background/jmcdblanaidgjcgjohndajigiflfajfg
الوصف Changes the background of webpages to a custom image or colour.
حجم الملف 56.71 KB
عدد التثبيتات 578
النسخة الحالية 1.0.0.1
آخر تحديث 2016-10-10
تاريخ النشر 2016-10-10
تقييم 5.00/5 مجموع تقييمات 3
المطور kA
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change Website Background",
    "short_name": "DramaBack",
    "version": "1.0.0.1",
    "description": "Changes the background of webpages to a custom image or colour.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "64": "\/im\/icon1.png"
    },
    "browser_action": {
        "default_icon": "\/im\/icon1.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/toolbar.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    }
}