GIF Tracking Protection

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

Wat is GIF Tracking Protection?

GIF Tracking Protection is een Chrome-extensie ontwikkeld door 0x01h, en de belangrijkste functie is "Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GIF Tracking Protection

Download GIF Tracking Protection-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam GIF Tracking Protection GIF Tracking Protection
ID bnebjfffgnmoeaobccnifnlmppdenako
Officiële URL https://chromewebstore.google.com/detail/gif-tracking-protection/bnebjfffgnmoeaobccnifnlmppdenako
Beschrijving Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.
Bestandsgrootte 25.44 KB
Aantal Installaties 38
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-05-02
Publicatiedatum 2020-05-01
Ontwikkelaar 0x01h
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/0x01h/gif-tracking-protection/
Help Pagina-URL https://github.com/0x01h/gif-tracking-protection/
Ondersteunde Talen 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"
        ]
    }
}