WhatsApp Web - Background Changer

Change the chat background on the WhatsApp Web Interface.

WhatsApp Web - Background Changerとは何ですか?

WhatsApp Web - Background Changerはhttp://rastercrow.meによって開発されたChromeの拡張機能で、その主な機能は「Change the chat background on the WhatsApp Web Interface.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

WhatsApp Web - Background Changer拡張機能のCRXファイルをダウンロード

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
Eメール [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
}