Plausible

Plausible extension to exclude your browser from analytics

Plausible क्या है?

Plausible https://plausible.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plausible extension to exclude your browser from analytics"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Plausible एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}