$heriff_v2

$heriff - The price discrimination (PD) add-on.

$heriff_v2 क्या है?

$heriff_v2 https://sheriff-v2.dynu.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "$heriff - The price discrimination (PD) add-on."।

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

screenshot

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

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

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

                        Before you install:
1. $heriff is not intended for user under the age of 13.
2. From version 0.1.1 and later, the tool is also fetching product prices from other $heriff users within the same country using the webRTC protocol.

$heriff is an experimental service that allows to search for traces of price discrimination in the Internet. We want to see whether e-retailers vary their prices dynamically based on the information that they can collect online for the potential customer (such as her location, browser/OS, incoming link, navigation history, etc.).
We encourage the users to enable cookie and browser history donation from the options menu. By default the add-on is not collecting any information from the user's browser. When donation is enable we collect only cookies from the selected website (and third party domains) that the request is send. We don't collect any session cookies or personal data. For more details and news please visit our website: http://sheriff-v2.dynu.net                    

एक्सटेंशन की मूल जानकारी

नाम $heriff_v2 $heriff_v2
ID emobhicogmenmngifjhjbfliohhjijjl
आधिकारिक URL https://chromewebstore.google.com/detail/heriffv2/emobhicogmenmngifjhjbfliohhjijjl
विवरण $heriff - The price discrimination (PD) add-on.
फ़ाइल का आकार 409 KB
स्थापना संख्या 117
वर्तमान संस्करण 0.1.10
अंतिम अपडेट 2018-04-27
प्रकाशन तिथि 2018-04-27
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर https://sheriff-v2.dynu.net
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL http://sheriff-v2.dynu.net
गोपनीयता नीति पृष्ठ URL http://sheriff-v2.dynu.net/views/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.1.10",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/sheriffLarge.png",
        "default_popup": "src\/browser_action\/popup.html"
    },
    "background": {
        "scripts": [
            "src\/page_action\/jquery.js",
            "src\/bg\/peer.js",
            "src\/bg\/biginteger.js",
            "src\/bg\/ElGamal.js",
            "src\/page_action\/support.js",
            "src\/bg\/peerHandler.js",
            "src\/bg\/sanbox.js",
            "src\/bg\/blacklist.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/page_action\/jquery.js",
                "src\/page_action\/support.js",
                "src\/page_action\/inject.js"
            ]
        }
    ],
    "icons": {
        "64": "icons\/sheriffLarge.png"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "tabs",
        "storage",
        "history",
        "*:\/\/*\/*",
        "cookies",
        "webNavigation",
        "contextMenus"
    ]
}