Deep Tracking Blocker

Block trackers and others element of the internet that vulnerate your privacy

Deep Tracking Blocker란 무엇입니까?

Deep Tracking Blocker은(는) dtb_upc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block trackers and others element of the internet that vulnerate your privacy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Deep Tracking Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome extension to avoid being tracked online and protect your personal information while browsing the website. 

- The web tracking detection is performed by means of a Deep Neural Network trained with millions of URLs to distinguish between tracking and safe URL calls. It is the result of a research publication made by the Universitat Politècnica de Catalunya publicly available at "URL-based Web Tracking Detection Using Deep Learning" (https://dl.ifip.org/db/conf/cnsm/cnsm2020/1570659553.pdf).

- Deep Tracking Blocker runs locally in your browser and doesn't store any of your personal data. 

- DTB shows the users in every moment which requests have been blocked and it allows to unblock them one by one if they want in order to facilitate a more personalized experience.

****************************************************************************
Code of this extension can be found on: https://github.com/CBA-UPC/DTB
****************************************************************************                    

확장 프로그램 기본 정보

이름 Deep Tracking Blocker Deep Tracking Blocker
ID jjhinlfobgkmbbplbaaegglolichbfol
공식 URL https://chromewebstore.google.com/detail/deep-tracking-blocker/jjhinlfobgkmbbplbaaegglolichbfol
설명 Block trackers and others element of the internet that vulnerate your privacy
파일 크기 12.68 MB
설치 횟수 408
현재 버전 1.1.3
최근 업데이트 2021-04-21
출시 날짜 2021-02-11
평점 4.00/5 총 4 개의 평점
개발자 dtb_upc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/CBA-UPC/DTB
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deep Tracking Blocker",
    "version": "1.1.3",
    "description": "Block trackers and others element of the internet that vulnerate your privacy",
    "homepage_url": "https:\/\/github.com\/CBA-UPC\/DTB",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_16.png",
        "default_popup": "extension_popup.html"
    },
    "background": {
        "scripts": [
            "resource_scripts\/tf.min.js",
            "resource_scripts\/jquery-3.5.1.min.js",
            "background.js"
        ]
    }
}