GIF Tracking Protection
Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.
O que é GIF Tracking Protection?
GIF Tracking Protection é uma extensão do Chrome desenvolvida por 0x01h, e sua principal característica é "Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GIF Tracking Protection
Baixe arquivos de extensão GIF Tracking Protection no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Prevent privacy-invasive mostly 1x1 hidden GIF pixels that collect your personal data by stripping parameters and using DuckDuckGo proxy.
Informações Básicas da Extensão
Nome | GIF Tracking Protection |
ID | bnebjfffgnmoeaobccnifnlmppdenako |
URL Oficial | https://chromewebstore.google.com/detail/gif-tracking-protection/bnebjfffgnmoeaobccnifnlmppdenako |
Descrição | Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy. |
Tamanho do Arquivo | 25.44 KB |
Contagem de Instalações | 38 |
Versão Atual | 0.0.1 |
Última Atualização | 2020-05-02 |
Data de Publicação | 2020-05-01 |
Desenvolvedor | 0x01h |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/0x01h/gif-tracking-protection/ |
URL da Página de Ajuda | https://github.com/0x01h/gif-tracking-protection/ |
Idiomas Suportados | 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", " |