Trakkin Extension for trakkin.me

It's your data, earn bitcoin for it

Qu'est-ce que Trakkin Extension for trakkin.me ?

Trakkin Extension for trakkin.me est une extension Chrome développée par https://trakkin.me, et sa fonction principale est "It's your data, earn bitcoin for it".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Trakkin Extension for trakkin.me

Téléchargez les fichiers d'extension Trakkin Extension for trakkin.me au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Trakkin Extension for trakkin.me Trakkin Extension for trakkin.me
ID mminmjmebgdbfdljmffabngnkghapobg
URL Officiel https://chrome.google.com/webstore/detail/trakkin-extension-for-tra/mminmjmebgdbfdljmffabngnkghapobg
Description It's your data, earn bitcoin for it
Taille du Fichier 1.13 MB
Nombre d'Installations 342
Version Actuelle 0.2.2
Dernière Mise à Jour 2020-08-12
Date de Publication 2020-05-16
Évaluation 1.89/5 Total 9 Évaluations
Développeur https://trakkin.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://trakkin.me
URL de la Page d'Aide https://trakkin.me
URL de la Page de Politique de Confidentialité https://trakkin.me/privacy
Langues Prises en Charge 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"
    ]
}