WhatsApp Web - Background Changer

Change the chat background on the WhatsApp Web Interface.

ما هو WhatsApp Web - Background Changer؟

WhatsApp Web - Background Changer هو إضافة Chrome تم تطويرها بواسطة http://rastercrow.me، والميزة الرئيسية لها هي "Change the chat background on the WhatsApp Web Interface.".

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

screenshot
screenshot
screenshot

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

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

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

                        NEW UPDATE 1.2 : Added custom default images.

WhatsApp Web - Background Changer lets you change the current chat background to a custom one.
You simply need to add an URL to the background image you want and it's done!

PRIVACY
The extension doesn't save any data from the user, Chrome or WhatsApp Web.
It also only runs when there is a tab with WhatsApp Web active.

LEGAL
WhatsApp™ is a trademark of WhatsApp Inc. This is an independent project developed by RasterCrow and has no relationship to WhatsApp™ or WhatsApp Inc.


Source Code available here : github.com/RasterCrow/WhatsappWeb-BackgroundChanger                    

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

الاسم WhatsApp Web - Background Changer WhatsApp Web - Background Changer
ID inhinhfkmafbnibcooclidbjhagfoaoj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/whatsapp-web-background-c/inhinhfkmafbnibcooclidbjhagfoaoj
الوصف Change the chat background on the WhatsApp Web Interface.
حجم الملف 54.84 KB
عدد التثبيتات 989
النسخة الحالية 1.4
آخر تحديث 2021-07-09
تاريخ النشر 2020-10-18
تقييم 2.71/5 مجموع تقييمات 7
المطور http://rastercrow.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/RasterCrow/WhatsappWeb-BackgroundChanger
عنوان صفحة المساعدة https://github.com/RasterCrow/WhatsappWeb-BackgroundChanger
اللغات المدعومة en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "default_locale": "en",
    "version": "1.4",
    "description": "__MSG_appDesc__",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "libraries\/jquery.js",
                "libraries\/arrive.js",
                "setBackground.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}