CallTouch Detector

Detects whether any calltracking scripts are requested

Co to jest CallTouch Detector?

CallTouch Detector to rozszerzenie Chrome opracowane przez Bruno Babaleus, a jego główną funkcją jest „Detects whether any calltracking scripts are requested”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CallTouch Detector

Pobierz pliki rozszerzeń CallTouch Detector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa CallTouch Detector CallTouch Detector
ID alimhdbkpohnkhckgemlhpkpholbjhmg
Oficjalny URL https://chromewebstore.google.com/detail/calltouch-detector/alimhdbkpohnkhckgemlhpkpholbjhmg
Opis Detects whether any calltracking scripts are requested
Rozmiar pliku 25.91 KB
Liczba instalacji 566
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2021-09-30
Data Publikacji 2019-08-13
Deweloper Bruno Babaleus
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}