CallTouch Detector

Detects whether any calltracking scripts are requested

What is CallTouch Detector?

CallTouch Detector is a Chrome extension developed by Bruno Babaleus, and its main feature is "Detects whether any calltracking scripts are requested".

Extension Screenshots

screenshot

Download CallTouch Detector Extension CRX File

Download CallTouch Detector 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

                        Detects whether any calltracking/analytics scripts are injected inside the page                    

Extension Basic Information

Name CallTouch Detector CallTouch Detector
ID alimhdbkpohnkhckgemlhpkpholbjhmg
Official URL https://chromewebstore.google.com/detail/calltouch-detector/alimhdbkpohnkhckgemlhpkpholbjhmg
Description Detects whether any calltracking scripts are requested
File Size 25.91 KB
Installation Count 566
Current Version 1.7
Last Updated 2021-09-30
Publish Date 2019-08-13
Developer Bruno Babaleus
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CallTouch Detector",
    "version": "1.7",
    "description": "Detects whether any calltracking scripts are requested",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "activeTab",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "red.png",
        "default_title": "CallTouch",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}