PixelBlock 2
PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.
Vad är PixelBlock 2?
PixelBlock 2 är en Chrome-tillägg utvecklad av Tab Manager Plus, och dess huvudfunktion är "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.".
Tilläggsskärmbilder
Ladda ner PixelBlock 2-förlängningens CRX-fil
Ladda ner PixelBlock 2-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
PixelBlock 2 is a Gmail extension that blocks people from tracking when you open or read their emails. Note: PixelBlock 2 is a fork of the original PixelBlock extension, with small improvements to make it work with the new Gmail Inbox interface.
Grundläggande Information om Tillägg
Namn | PixelBlock 2 |
ID | eaheehidcidghlmmpdogfhgmibpelndm |
Officiell webbadress | https://chromewebstore.google.com/detail/pixelblock-2/eaheehidcidghlmmpdogfhgmibpelndm |
Beskrivning | PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original. |
Filstorlek | 156 KB |
Antal Installationer | 9,000 |
Aktuell Version | 2018.06.27 |
Senast Uppdaterad | 2018-06-27 |
Publiceringsdatum | 2018-06-27 |
Betyg | 3.40/5 Totalt 5 Betyg |
Utvecklare | Tab Manager Plus |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PixelBlock 2", "short_name": "PixelBlock 2", "version": "2018.06.27", "permissions": [ "*:\/\/*.googleusercontent.com\/proxy\/*", "webRequest", "webRequestBlocking" ], "description": "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open\/read their emails. A fork of the original.", "background": { "scripts": [ "bg.js" ], "persistent": true }, "icons": { "48": "images\/logo48.png", "128": "images\/logo128.png" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "cs.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "scripts\/*.js", "images\/*.png", "styles\/*.css" ] } |