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開發的Chrome擴展程式,該擴展的主要功能是“It's your data, earn bitcoin for it”。

擴展截圖

screenshot
screenshot
screenshot

下載Trakkin Extension for trakkin.me擴展crx文件

下載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
官方網址 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"
    ]
}