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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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
}