GIF Tracking Protection

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

¿Qué es GIF Tracking Protection?

GIF Tracking Protection es una extensión de Chrome desarrollada por 0x01h, y su función principal es "Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GIF Tracking Protection

Descarga archivos de extensión GIF Tracking Protection en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre GIF Tracking Protection GIF Tracking Protection
ID bnebjfffgnmoeaobccnifnlmppdenako
URL Oficial https://chromewebstore.google.com/detail/gif-tracking-protection/bnebjfffgnmoeaobccnifnlmppdenako
Descripción Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.
Tamaño del Archivo 25.44 KB
Cantidad de Instalaciones 38
Versión Actual 0.0.1
Última Actualización 2020-05-02
Fecha de Publicación 2020-05-01
Desarrollador 0x01h
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/0x01h/gif-tracking-protection/
URL de la Página de Ayuda https://github.com/0x01h/gif-tracking-protection/
Idiomas Soportados 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"
        ]
    }
}