Kimetrak

This extension analyse who tracks you !

What is Kimetrak?

Kimetrak is a Chrome extension developed by http://nextinpact.com, and its main feature is "This extension analyse who tracks you !".

Download Kimetrak Extension CRX File

Download Kimetrak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Kimetrak (Who's tracking me) is an extension allowing you see at a glance what third-party domains are loaded from websites you visit.

You can access detailled statistics with a list allowing you to analyse what services are able to track you online, even if you use content blockers.

This tool can be used by internet users but also by publishers who want to know how many third-party domains are loaded from their websites. A precious information for GDPR/ePrivacy compliance.

The source code is available, under GPLv3 licence :
https://github.com/david-legrand/kimetrak                    

Extension Basic Information

Name Kimetrak Kimetrak
ID calbcnenngoldabnjpmjionopmijimpa
Official URL https://chrome.google.com/webstore/detail/kimetrak/calbcnenngoldabnjpmjionopmijimpa
Description This extension analyse who tracks you !
File Size 91.49 KB
Installation Count 1,804
Current Version 0.1.0.6
Last Updated 2018-04-30
Publish Date 2018-04-30
Rating 4.45/5 Total 11 Ratings
Developer http://nextinpact.com
Payment Type free
Extension Website http://www.kimetrak.fr
Privacy Policy Page URL https://www.nextinpact.com/charte-deontologique
Supported Languages en,fr,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kimetrak",
    "description": "__MSG_extDescription__",
    "version": "0.1.0.6",
    "default_locale": "en",
    "icons": {
        "16": "ico\/kimetrak-16.png",
        "24": "ico\/kimetrak-24.png",
        "32": "ico\/kimetrak-32.png",
        "64": "ico\/kimetrak-64.png",
        "128": "ico\/kimetrak-128.png",
        "256": "ico\/kimetrak-256.png",
        "512": "ico\/kimetrak-512.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ico\/kimetrak-32.png",
        "default_popup": "html\/popup.html"
    },
    "homepage_url": "http:\/\/www.kimetrak.fr"
}