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
}