WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
WAcall: Make SIM calls from WhatsApp Web

WAcall: Make SIM calls from WhatsApp Web

View on Chrome Web Store
View WAcall: Make SIM calls from WhatsApp Web Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Get a call button next to every number on WhatsApp Web. With one click, your mobile dials the number instantly through your SIM.
Type
Extension
Users
125 users
1
WAtext
View author page of WAtext
Published
Published on October 18, 2024
Version 1.2
Manifest version
3
Updated
Updated on November 22, 2024
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View WAcall: Make SIM calls from WhatsApp Web Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "wa\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "img\/calling.png",
        "64": "img\/calling.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fla.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "name": "WAcall: Make SIM calls from WhatsApp Web",
    "description": "Get a call button next to every number on WhatsApp Web. With one click, your mobile dials the number instantly through your SIM.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top