Kimetrak

This extension analyse who tracks you !

Kimetrak là gì?

Kimetrak là một tiện ích mở rộng Chrome được phát triển bởi http://nextinpact.com, và tính năng chính của nó là "This extension analyse who tracks you !".

Tải xuống tệp CRX của tiện ích mở rộng Kimetrak

Tải xuống các tệp mở rộng Kimetrak dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kimetrak Kimetrak
ID calbcnenngoldabnjpmjionopmijimpa
URL Chính Thức https://chrome.google.com/webstore/detail/kimetrak/calbcnenngoldabnjpmjionopmijimpa
Mô tả This extension analyse who tracks you !
Kích Thước Tệp 91.49 KB
Số Lần Cài Đặt 1,804
Phiên Bản Hiện Tại 0.1.0.6
Cập Nhật Lần Cuối 2018-04-30
Ngày Phát Hành 2018-04-30
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển http://nextinpact.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.kimetrak.fr
URL Trang Chính Sách Bảo Mật https://www.nextinpact.com/charte-deontologique
Ngôn Ngữ Được Hỗ Trợ 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"
}