UntrackMe
Removes the part of the URLs that is used to track you on the web
UntrackMe क्या है?
UntrackMe https://credizian.gitlab.io/untrackme द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the part of the URLs that is used to track you on the web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UntrackMe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Would you want someone following you around your home, grocery store, work, friend's house, local bar and anywhere else you fancy going? That's exactly what's happening right now on the web when you are casually sipping a cup of coffee or wine or just warm milk and surfing the web - someone is watching your steps - without your permission. We want to fix that. UntrackMe is: - simply removing tracking information from URLs - For e.g. removing "?utm_campaign=socialflow_lifehacker_facebook&utm_source=lifehacker_facebook&utm_medium=socialflow" from "http://lifehacker.com/nine-simple-tips-for-improving-your-table-manners-at-fa-1782221528?utm_campaign=socialflow_lifehacker_facebook&utm_source=lifehacker_facebook&utm_medium=socialflow" UntrackMe is not: - ad blocking tool - tracking or storing your data - a heavy appication that will slow down your browser Try on this URL: http://lifehacker.com/nine-simple-tips-for-improving-your-table-manners-at-fa-1782221528?utm_campaign=socialflow_lifehacker_facebook&utm_source=lifehacker_facebook&utm_medium=socialflow This is just the first step in helping free us from the unfettered access data brokers have to us and our data. We will come out with other ways of doing this. Have a suggestion? Reach out to us at: [email protected] BTW you can write it as Untrack Me or UntrackMe
एक्सटेंशन की मूल जानकारी
नाम | UntrackMe |
ID | obgcmibolhhaohbfkkjkcbfcdjdjimoa |
आधिकारिक URL | https://chromewebstore.google.com/detail/untrackme/obgcmibolhhaohbfkkjkcbfcdjdjimoa |
विवरण | Removes the part of the URLs that is used to track you on the web |
फ़ाइल का आकार | 10.5 KB |
स्थापना संख्या | 532 |
वर्तमान संस्करण | 1.4.2 |
अंतिम अपडेट | 2020-04-12 |
प्रकाशन तिथि | 2020-04-10 |
रेटिंग | 4.60/5 कुल 10 रेटिंग्स |
डेवलपर | https://credizian.gitlab.io/untrackme |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://credizian.gitlab.io/untrackme/ |
सहायता पृष्ठ URL | https://docs.google.com/document/d/1GV1dfXbrq5PLXryA1qyXsfSZIpJjZB-WsKKNID10G28/edit |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UntrackMe", "short_name": "UntrackMe", "description": "Removes the part of the URLs that is used to track you on the web", "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ "icon-128.png" ], "version": "1.4.2", "author": "qurb.xyz", "homepage_url": "https:\/\/credizian.gitlab.io\/untrackme\/", "browser_action": { "default_icon": "icon.png", "default_title": "Protecting you from being tracked", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ " |