WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Call From Browser: Click-to-Call

Call From Browser: Click-to-Call

View on Chrome Web Store
View Call From Browser: Click-to-Call Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (28 ratings)
1 new 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.

Add a call button to every number in the browser. One click and your mobile dials the number instantly through your SIM.
Type
Extension
Users
221 users
3
WAtext
View author page of WAtext
Published
Published on November 7, 2024
Version 1.22
Manifest version
3
Updated
Updated on May 24, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Call From Browser: Click-to-Call 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.22",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "action": {
        "default_popup": "all\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "img\/calling.png",
        "64": "img\/calling.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fla.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "name": "Call From Browser: Click-to-Call",
    "description": "Add a call button to every number in the browser. One click and your mobile dials the number instantly through your SIM.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "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