GIF Tracking Protection

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

Cos'è GIF Tracking Protection?

GIF Tracking Protection è un'estensione di Chrome sviluppata da 0x01h, e la sua funzione principale è "Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GIF Tracking Protection

Scarica i file di estensione GIF Tracking Protection in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome GIF Tracking Protection GIF Tracking Protection
ID bnebjfffgnmoeaobccnifnlmppdenako
URL Ufficiale https://chromewebstore.google.com/detail/gif-tracking-protection/bnebjfffgnmoeaobccnifnlmppdenako
Descrizione Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.
Dimensione del File 25.44 KB
Conteggio Installazioni 38
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-05-02
Data di Pubblicazione 2020-05-01
Sviluppatore 0x01h
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/0x01h/gif-tracking-protection/
URL della Pagina di Aiuto https://github.com/0x01h/gif-tracking-protection/
Lingue Supportate 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"
        ]
    }
}