Trakkin Extension for trakkin.me

It's your data, earn bitcoin for it

Trakkin Extension for trakkin.me क्या है?

Trakkin Extension for trakkin.me https://trakkin.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's your data, earn bitcoin for it"।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension is similar to an ad blocker. To protect your personal data, it obscures the data that websites try to request from you in the background. It then politely asks them to pay you for your data. Once they've paid you, the data will flow like normal through channels like google analytics and mixpanel. Support for more trackers coming soon!

Update v0.2.2
- Roll back user-agent obfuscation due to user experience issues                    

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

नाम Trakkin Extension for trakkin.me Trakkin Extension for trakkin.me
ID mminmjmebgdbfdljmffabngnkghapobg
आधिकारिक URL https://chrome.google.com/webstore/detail/trakkin-extension-for-tra/mminmjmebgdbfdljmffabngnkghapobg
विवरण It's your data, earn bitcoin for it
फ़ाइल का आकार 1.13 MB
स्थापना संख्या 342
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2020-08-12
प्रकाशन तिथि 2020-05-16
रेटिंग 1.89/5 कुल 9 रेटिंग्स
डेवलपर https://trakkin.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://trakkin.me
सहायता पृष्ठ URL https://trakkin.me
गोपनीयता नीति पृष्ठ URL https://trakkin.me/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trakkin Extension for trakkin.me",
    "version": "0.2.2",
    "manifest_version": 2,
    "description": "It's your data, earn bitcoin for it",
    "icons": {
        "16": "static\/icon-16.png",
        "128": "static\/icon-128.png"
    },
    "background": {
        "scripts": [
            "backgroundScript.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trakkin.me\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "omnibox": {
        "keyword": "trakkin"
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/icon-19-dark.png",
            "38": "static\/icon-38-dark.png"
        },
        "default_title": "trakkin.me | It's your data, get paid for it",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "static\/icon-48.png"
    ]
}