WAw background changer

Change your web app background using this extension. Either enter a URL or upload you custom picture.

ما هو WAw background changer؟

WAw background changer هو إضافة Chrome تم تطويرها بواسطة Yactis، والميزة الرئيسية لها هي "Change your web app background using this extension. Either enter a URL or upload you custom picture.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة WAw background changer

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

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

                        This extension will add a cool new functionality to your web app. 

By using this extension you are able to set custom backgrounds. Either provide a URL or upload your own custom image from your desktop.

WhatsApp™ is a trademark of WhatsApp Inc., registered in the U.S. and other countries. WAw background changer has no relationship to WhatsApp™ or WhatsApp Inc.                    

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

الاسم WAw background changer WAw background changer
ID eijlcciihanokedpgaoddjoemphhkjlj
عنوان URL الرسمي https://chromewebstore.google.com/detail/waw-background-changer/eijlcciihanokedpgaoddjoemphhkjlj
الوصف Change your web app background using this extension. Either enter a URL or upload you custom picture.
حجم الملف 44.8 KB
عدد التثبيتات 19
النسخة الحالية 1.1.3
آخر تحديث 2020-03-29
تاريخ النشر 2020-03-29
تقييم 5.00/5 مجموع تقييمات 1
المطور Yactis
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://yactis.nl/privacy-policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WAw background changer",
    "description": "Change your web app background using this extension. Either enter a URL or upload you custom picture.",
    "version": "1.1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "vendor\/jQuery\/jquery-3.2.1.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/custom.css"
            ]
        }
    ],
    "icons": {
        "128": "WAw background changer.png"
    },
    "browser_action": {
        "default_popup": "options.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "options_page": "options.html"
}