CallTouch Detector

Detects whether any calltracking scripts are requested

什么是CallTouch Detector?

CallTouch Detector是由Bruno Babaleus开发的Chrome扩展程序,该扩展的主要功能是“Detects whether any calltracking scripts are requested”。

扩展截图

screenshot

下载CallTouch Detector扩展crx文件

下载CallTouch Detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 CallTouch Detector CallTouch Detector
ID alimhdbkpohnkhckgemlhpkpholbjhmg
官方URL https://chromewebstore.google.com/detail/calltouch-detector/alimhdbkpohnkhckgemlhpkpholbjhmg
简介 Detects whether any calltracking scripts are requested
文件大小 25.91 KB
安装次数 566
当前版本 1.7
更新时间 2021-09-30
上架时间 2019-08-13
开发者 Bruno Babaleus
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}