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
Eメール [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
}