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
公式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
Eメール [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"
    ]
}