Plausible

Plausible extension to exclude your browser from analytics

What is Plausible?

Plausible is a Chrome extension developed by https://plausible.io, and its main feature is "Plausible extension to exclude your browser from analytics".

Extension Screenshots

screenshot

Download Plausible Extension CRX File

Download Plausible extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Plausible Plausible
ID delphjfchnbdapgmanafejhdpccdihnh
Official URL https://chromewebstore.google.com/detail/plausible/delphjfchnbdapgmanafejhdpccdihnh
Description Plausible extension to exclude your browser from analytics
File Size 37.49 KB
Installation Count 185
Current Version 1.2
Last Updated 2019-06-22
Publish Date 2019-06-19
Developer https://plausible.io
Payment Type free
Supported Languages 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
}