PixelBlock
PixelBlock is a Gmail extension that blocks people from tracking when you open their emails.
Co je PixelBlock?
PixelBlock je rozšíření Chrome vyvinuté omar.w.qureshi, a jeho hlavní funkcí je „PixelBlock is a Gmail extension that blocks people from tracking when you open their emails.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PixelBlock
Stáhněte si soubory rozšíření PixelBlock ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
PixelBlock is an Gmail extension that blocks email tracking attempts used to detect when you open and read emails. PixelBlock displays a 'red eye' when it finds and blocks a tracking attempt inside of an email.
Základní Informace o Rozšíření
Název | PixelBlock |
ID | jmpmfcjnflbcoidlgapblgpgbilinlem |
Oficiální URL | https://chromewebstore.google.com/detail/pixelblock/jmpmfcjnflbcoidlgapblgpgbilinlem |
Popis | PixelBlock is a Gmail extension that blocks people from tracking when you open their emails. |
Velikost souboru | 177 KB |
Počet instalací | 100,004 |
Aktuální Verze | 2023.12.13 |
Poslední Aktualizace | 2023-12-12 |
Datum Vydání | 2019-04-09 |
Hodnocení | 3.66/5 Celkem 206 Hodnocení |
Vývojář | omar.w.qureshi |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://pixelblock.neocities.org |
URL Stránky Zásad Ochrany Soukromí | https://pixelblock.neocities.org |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PixelBlock", "version": "2023.12.13", "permissions": [ "*:\/\/*.googleusercontent.com\/proxy\/*", "*:\/\/*.googleusercontent.com\/meips\/*", "*:\/\/mail.google.com\/*", "webRequest", "webRequestBlocking" ], "description": "PixelBlock is a Gmail extension that blocks people from tracking when you open their emails.", "background": { "scripts": [ "bg.js" ], "persistent": true }, "icons": { "48": "images\/logo48.png", "128": "images\/logo128.png" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "scripts\/jquery.js", "cs.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "scripts\/*.js", "images\/*.png", "styles\/*.css" ] } |