Deep Tracking Blocker

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

Deep Tracking Blockerคืออะไร?

Deep Tracking Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dtb_upc และคุณลักษณะหลักของมันคือ "Block trackers and others element of the internet that vulnerate your privacy"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deep Tracking Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Deep Tracking Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}