GIF Tracking Protection
Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.
Vad är GIF Tracking Protection?
GIF Tracking Protection är en Chrome-tillägg utvecklad av 0x01h, och dess huvudfunktion är "Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.".
Tilläggsskärmbilder
Ladda ner GIF Tracking Protection-förlängningens CRX-fil
Ladda ner GIF Tracking Protection-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Prevent privacy-invasive mostly 1x1 hidden GIF pixels that collect your personal data by stripping parameters and using DuckDuckGo proxy.
Grundläggande Information om Tillägg
Namn | GIF Tracking Protection |
ID | bnebjfffgnmoeaobccnifnlmppdenako |
Officiell webbadress | https://chromewebstore.google.com/detail/gif-tracking-protection/bnebjfffgnmoeaobccnifnlmppdenako |
Beskrivning | Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy. |
Filstorlek | 25.44 KB |
Antal Installationer | 38 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2020-05-02 |
Publiceringsdatum | 2020-05-01 |
Utvecklare | 0x01h |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/0x01h/gif-tracking-protection/ |
Hjälpsida URL | https://github.com/0x01h/gif-tracking-protection/ |
Stödda Språk | 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", " |