Auto Contact Saver for Whatsapp Web

Save new Whatsapp contacts automatically.

What is Auto Contact Saver for Whatsapp Web?

Auto Contact Saver for Whatsapp Web is a Chrome extension developed by opsJson, and its main feature is "Save new Whatsapp contacts automatically.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Auto Contact Saver for Whatsapp Web Extension CRX File

Download Auto Contact Saver for Whatsapp Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension automatically saves new contacts, there’s no need to even leave the conversation window open.

When saving, an hourglass icon (⌛) will be at the end of the name, signaling that everything went well, and you only have to wait up to 5 minutes for Google to send the contact to your cell phone.

More info: https://opsjson.com.br/                    

Extension Basic Information

Name Auto Contact Saver for Whatsapp Web Auto Contact Saver for Whatsapp Web
ID nloadjiefippecgegockfpioobngphnb
Official URL https://chromewebstore.google.com/detail/auto-contact-saver-for-wh/nloadjiefippecgegockfpioobngphnb
Description Save new Whatsapp contacts automatically.
File Size 24.22 KB
Installation Count 969
Current Version 2.6
Last Updated 2024-02-24
Publish Date 2023-01-08
Rating 4.00/5 Total 9 Ratings
Developer opsJson
Email [email protected]
Payment Type in_app
Supported Languages en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Contact Saver for Whatsapp Web",
    "description": "__MSG_description__",
    "version": "2.6",
    "icons": {
        "16": ".\/icons\/16.png",
        "38": ".\/icons\/38.png",
        "64": ".\/icons\/64.png",
        "128": ".\/icons\/128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "injector.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}