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
}