GIF Tracking Protection

Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.

GIF Tracking Protectionคืออะไร?

GIF Tracking Protection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 0x01h และคุณลักษณะหลักของมันคือ "Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy."

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

screenshot
screenshot
screenshot

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

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

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

                        Prevent privacy-invasive mostly 1x1 hidden GIF pixels that collect your personal data by stripping parameters and using DuckDuckGo proxy.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GIF Tracking Protection GIF Tracking Protection
ID bnebjfffgnmoeaobccnifnlmppdenako
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gif-tracking-protection/bnebjfffgnmoeaobccnifnlmppdenako
คำอธิบาย Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.
ขนาดไฟล์ 25.44 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2020-05-02
วันที่เผยแพร่ 2020-05-01
ผู้พัฒนา 0x01h
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/0x01h/gif-tracking-protection/
URL หน้าช่วยเหลือ https://github.com/0x01h/gif-tracking-protection/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GIF Tracking Protection",
    "short_name": "gif-tracking-protection",
    "version": "0.0.1",
    "author": "Or\u00e7un \u00d6zdemir",
    "homepage_url": "https:\/\/github.com\/0x01h\/gif-tracking-protection",
    "description": "Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.",
    "icons": {
        "48": "icons\/48x48.png",
        "96": "icons\/96x96.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "48": "icons\/48x48.png",
            "96": "icons\/96x96.png"
        },
        "default_title": "GIF Tracking Protection",
        "theme_icons": [
            {
                "light": "icons\/48x48_white.png",
                "dark": "icons\/48x48.png",
                "size": 48
            },
            {
                "light": "icons\/96x96_white.png",
                "dark": "icons\/96x96.png",
                "size": 96
            }
        ]
    },
    "permissions": [
        "webRequest",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    }
}