Kimetrak

This extension analyse who tracks you !

Kimetrak란 무엇입니까?

Kimetrak은(는) http://nextinpact.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension analyse who tracks you !"입니다.

Kimetrak 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Kimetrak Kimetrak
ID calbcnenngoldabnjpmjionopmijimpa
공식 URL https://chrome.google.com/webstore/detail/kimetrak/calbcnenngoldabnjpmjionopmijimpa
설명 This extension analyse who tracks you !
파일 크기 91.49 KB
설치 횟수 1,804
현재 버전 0.1.0.6
최근 업데이트 2018-04-30
출시 날짜 2018-04-30
평점 4.45/5 총 11 개의 평점
개발자 http://nextinpact.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.kimetrak.fr
개인정보 보호 정책 페이지 URL https://www.nextinpact.com/charte-deontologique
지원되는 언어 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"
}