Plausible

Plausible extension to exclude your browser from analytics

什么是Plausible?

Plausible是由https://plausible.io开发的Chrome扩展程序,该扩展的主要功能是“Plausible extension to exclude your browser from analytics”。

扩展截图

screenshot

下载Plausible扩展crx文件

下载Plausible扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Plausible Plausible
ID delphjfchnbdapgmanafejhdpccdihnh
官方URL https://chromewebstore.google.com/detail/plausible/delphjfchnbdapgmanafejhdpccdihnh
简介 Plausible extension to exclude your browser from analytics
文件大小 37.49 KB
安装次数 185
当前版本 1.2
更新时间 2019-06-22
上架时间 2019-06-19
开发者 https://plausible.io
付费类型 free
支持的语言 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
}