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
官方網址 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
}