CallTouch Detector

Detects whether any calltracking scripts are requested

Cos'è CallTouch Detector?

CallTouch Detector è un'estensione di Chrome sviluppata da Bruno Babaleus, e la sua funzione principale è "Detects whether any calltracking scripts are requested".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CallTouch Detector

Scarica i file di estensione CallTouch Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CallTouch Detector CallTouch Detector
ID alimhdbkpohnkhckgemlhpkpholbjhmg
URL Ufficiale https://chromewebstore.google.com/detail/calltouch-detector/alimhdbkpohnkhckgemlhpkpholbjhmg
Descrizione Detects whether any calltracking scripts are requested
Dimensione del File 25.91 KB
Conteggio Installazioni 566
Versione Corrente 1.7
Ultimo Aggiornamento 2021-09-30
Data di Pubblicazione 2019-08-13
Sviluppatore Bruno Babaleus
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}