PixelBlock 2
PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.
Wat is PixelBlock 2?
PixelBlock 2 is een Chrome-extensie ontwikkeld door Tab Manager Plus, en de belangrijkste functie is "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.".
Extensie Screenshots
Download het CRX-bestand van de extensie PixelBlock 2
Download PixelBlock 2-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | eaheehidcidghlmmpdogfhgmibpelndm |
| Officiële URL | https://chromewebstore.google.com/detail/pixelblock-2/eaheehidcidghlmmpdogfhgmibpelndm |
| Beschrijving | PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original. |
| Bestandsgrootte | 156 KB |
| Aantal Installaties | 9,000 |
| Huidige Versie | 2018.06.27 |
| Laatst Bijgewerkt | 2018-06-27 |
| Publicatiedatum | 2018-06-27 |
| Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Tab Manager Plus |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
| Ondersteunde Talen | 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"
]
} | |