Plausible

Plausible extension to exclude your browser from analytics

Co to jest Plausible?

Plausible to rozszerzenie Chrome opracowane przez https://plausible.io, a jego główną funkcją jest „Plausible extension to exclude your browser from analytics”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Plausible

Pobierz pliki rozszerzeń Plausible 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

                        For customers of Plausible, this extension allows you to block your own page views from being recorded. Please check full documentation at: https://docs.plausible.io/exclude-yourself-from-tracking                    

Podstawowe informacje o rozszerzeniu

Nazwa Plausible Plausible
ID delphjfchnbdapgmanafejhdpccdihnh
Oficjalny URL https://chromewebstore.google.com/detail/plausible/delphjfchnbdapgmanafejhdpccdihnh
Opis Plausible extension to exclude your browser from analytics
Rozmiar pliku 37.49 KB
Liczba instalacji 185
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2019-06-22
Data Publikacji 2019-06-19
Deweloper https://plausible.io
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plausible",
    "version": "1.2",
    "description": "Plausible extension to exclude your browser from analytics",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "activeTab",
        ""
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "36": "images\/plausible_favicon.png",
            "128": "images\/plausible_128.png"
        }
    },
    "icons": {
        "36": "images\/plausible_favicon.png",
        "128": "images\/plausible_128.png"
    },
    "manifest_version": 2
}