Wpp Web Customizer

Customizes your Wpp Web

Τι είναι το Wpp Web Customizer;

Το Wpp Web Customizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AAdev, και η κύρια λειτουργία του είναι "Customizes your Wpp Web".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wpp Web Customizer

Λήψη αρχείων επέκτασης Wpp Web Customizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        # Wpp web Customizer
Customize the Whatsapp™ Web.

## Features:
- Modifies the appearance of the WhatsApp ™ Web.
- Buttons for rotating images.

## How to use:
Go to the Web site Whatsapp and click on the extension icon and make your customization.
The extension works only in Whatsapp Web pages may not be used from other pages.

## Change log:
1.1.2
- Small Fix

1.1.1
- Fix import configuration

1.1.0
- Added function to import and export configuration

1.0.8
- Fixed: image rotation

1.0.7
- corrections

1.0.6
- Fix bugs

1.0.3
- Code rewritten
- Background change option added. (By URL, local or color).
- Chat background change option added. (By URL, local or color).
- Panel color change option added.
- Messages color change option added.
- Added rotate images button.
- Added restore default button.

0.1.8
- Fixed background centralization

0.1.7
- Adjusted to the new HTML code of the site

0.1.6
- Add message of incorrect url
- Change icon

0.1.4
- Bug fixes

0.1.3
- Add remove backgrond button
- Improvement in used memory

0.1.2
- Adapted to the CSP constraint
- Bug fixes

0.1.1
- Bug fixes

0.1.0
- Created extension

### PERMISSIONS
The message shown by Google Chrome for the requested permissions is far from the real needs of the extension, but the permissions are technically required for the following reasons:

- Read and change your data on web.whatsapp.com: Required to change the appearance of WhatsApp ™ Web.

### LICENSE
The Wpp Web Customizer is free.

### LEGAL
WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. Wpp Web customizer is an independent project and has no relationship to WhatsApp or WhatsApp Inc.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Wpp Web Customizer Wpp Web Customizer
ID lhaamjcmnafobcjjcjfpglfonpdkoedb
Επίσημο URL https://chromewebstore.google.com/detail/wpp-web-customizer/lhaamjcmnafobcjjcjfpglfonpdkoedb
Περιγραφή Customizes your Wpp Web
Μέγεθος Αρχείου 213 KB
Αριθμός Εγκαταστάσεων 2,948
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2017-03-25
Ημερομηνία Δημοσίευσης 2017-03-25
Αξιολόγηση 1.49/5 Συνολικά 53 Αξιολογήσεις
Προγραμματιστής AAdev
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.1.2",
    "permissions": [
        "https:\/\/web.whatsapp.com\/",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "__MSG_name__",
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "default_locale": "en"
}