Stop Tracking Me on Reddit

Reddit tracks every outbound link you click, even if you are logged out. Protect yourself from tracking with this extension.

Stop Tracking Me on Reddit क्या है?

Stop Tracking Me on Reddit https://www.morningstarsecurity.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reddit tracks every outbound link you click, even if you are logged out. Protect yourself from tracking with this extension."।

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

screenshot
screenshot

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

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

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

                        Reddit is tracking every outbound link you click. Even if you are not logged in, every news article, image, or website you visit from Reddit is being recorded. 

I made this because there wasn't any other Chrome extension that would block Reddit link tracking in August, 2016. Although you can turn off tracking in your user preferences, that is only useful if you are logged in. This extension disables tracking even when logged out.

Be aware that this only stops Reddit's outbound link tracking. This should be used in combination with other extensions that block other types of tracking.

* HTTP Everywhere - Always view Reddit on https://
* Privacy Badger - Block more trackers
* Adblock - Block even more trackers                    

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

नाम Stop Tracking Me on Reddit Stop Tracking Me on Reddit
ID cbebgcijnnddaopldijabckkahpbimgi
आधिकारिक URL https://chromewebstore.google.com/detail/stop-tracking-me-on-reddi/cbebgcijnnddaopldijabckkahpbimgi
विवरण Reddit tracks every outbound link you click, even if you are logged out. Protect yourself from tracking with this extension.
फ़ाइल का आकार 6.91 KB
स्थापना संख्या 1,025
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-08-06
प्रकाशन तिथि 2016-08-06
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://www.morningstarsecurity.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Tracking Me on Reddit",
    "description": "Reddit tracks every outbound link you click, even if you are logged out. Protect yourself from tracking with this extension.",
    "version": "1.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "disable_outgoing_link_tracking.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/www.morningstarsecurity.com\/",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon_128.png"
    },
    "permissions": [
        "http:\/\/*.reddit.com\/",
        "https:\/\/*.reddit.com\/"
    ]
}