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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
URL της Σελίδας Πολιτικής Απορρήτου 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"
}