Trakkin Extension for trakkin.me

It's your data, earn bitcoin for it

ما هو Trakkin Extension for trakkin.me؟

Trakkin Extension for trakkin.me هو إضافة Chrome تم تطويرها بواسطة https://trakkin.me، والميزة الرئيسية لها هي "It's your data, earn bitcoin for it".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Trakkin Extension for trakkin.me

قم بتنزيل ملفات الامتداد Trakkin Extension for trakkin.me بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://trakkin.me
عنوان صفحة سياسة الخصوصية 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"
    ]
}