Plausible

Plausible extension to exclude your browser from analytics

Wat is Plausible?

Plausible is een Chrome-extensie ontwikkeld door https://plausible.io, en de belangrijkste functie is "Plausible extension to exclude your browser from analytics".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Plausible

Download Plausible-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Plausible Plausible
ID delphjfchnbdapgmanafejhdpccdihnh
Officiële URL https://chromewebstore.google.com/detail/plausible/delphjfchnbdapgmanafejhdpccdihnh
Beschrijving Plausible extension to exclude your browser from analytics
Bestandsgrootte 37.49 KB
Aantal Installaties 185
Huidige Versie 1.2
Laatst Bijgewerkt 2019-06-22
Publicatiedatum 2019-06-19
Ontwikkelaar https://plausible.io
Betalingswijze free
Ondersteunde Talen 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
}