GIF Tracking Protection

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

Was ist GIF Tracking Protection?

GIF Tracking Protection ist eine Chrome-Erweiterung, die von 0x01h entwickelt wurde, und ihr Hauptmerkmal ist "Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

GIF Tracking Protection-Erweiterungs-CRX-Datei herunterladen

Laden Sie GIF Tracking Protection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name GIF Tracking Protection GIF Tracking Protection
ID bnebjfffgnmoeaobccnifnlmppdenako
Offizielle URL https://chromewebstore.google.com/detail/gif-tracking-protection/bnebjfffgnmoeaobccnifnlmppdenako
Beschreibung Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.
Dateigröße 25.44 KB
Installationsanzahl 38
Aktuelle Version 0.0.1
Letztes Update 2020-05-02
Veröffentlichungsdatum 2020-05-01
Entwickler 0x01h
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/0x01h/gif-tracking-protection/
Hilfeseite URL https://github.com/0x01h/gif-tracking-protection/
Unterstützte Sprachen 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"
        ]
    }
}