PixelBlock 2
PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.
Qu'est-ce que PixelBlock 2 ?
PixelBlock 2 est une extension Chrome développée par Tab Manager Plus, et sa fonction principale est "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PixelBlock 2
Téléchargez les fichiers d'extension PixelBlock 2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. Informations de Base sur l'Extension
| Nom | |
| ID | eaheehidcidghlmmpdogfhgmibpelndm |
| URL Officiel | https://chromewebstore.google.com/detail/pixelblock-2/eaheehidcidghlmmpdogfhgmibpelndm |
| Description | PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original. |
| Taille du Fichier | 156 KB |
| Nombre d'Installations | 9,000 |
| Version Actuelle | 2018.06.27 |
| Dernière Mise à Jour | 2018-06-27 |
| Date de Publication | 2018-06-27 |
| Évaluation | 3.40/5 Total 5 Évaluations |
| Développeur | Tab Manager Plus |
| [email protected] | |
| Type de Paiement | free |
| URL de la Page de Politique de Confidentialité | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
| Langues Prises en Charge | 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"
]
} | |