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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}