Dexole
Leitura anônima em sites diversos. Restringe o acesso as informações pessoais do usuário. Compatível c/: - Gazeta do Povo - O Globo
Was ist Dexole?
Dexole ist eine Chrome-Erweiterung, die von Mansur Dev. entwickelt wurde, und ihr Hauptmerkmal ist "Leitura anônima em sites diversos. Restringe o acesso as informações pessoais do usuário. Compatível c/: - Gazeta do Povo - O Globo".
Dexole-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dexole-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Permite a leitura anônima em sites de notícias e afins, bloqueando a contagem de acessos e demais informações pessoais do usuário. Compatível com: - Gazeta do Povo (gazetadopovo.com.br) - O Globo (oglobo.globo.com)
Grundlegende Informationen zur Erweiterung
Name | Dexole |
ID | gaffnodmgeljmpkhenmjlopkjocidfal |
Offizielle URL | https://chromewebstore.google.com/detail/dexole/gaffnodmgeljmpkhenmjlopkjocidfal |
Beschreibung | Leitura anônima em sites diversos. Restringe o acesso as informações pessoais do usuário. Compatível c/: - Gazeta do Povo - O Globo |
Dateigröße | 239 KB |
Installationsanzahl | 10 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-05-04 |
Veröffentlichungsdatum | 2018-05-03 |
Entwickler | Mansur Dev. |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dexole", "description": "Leitura an\u00f4nima em sites diversos. Restringe o acesso as informa\u00e7\u00f5es pessoais do usu\u00e1rio. Compat\u00edvel c\/:\n- Gazeta do Povo \n- O Globo", "version": "1.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "context_gazetadopovo.js" ], "permissions": [ "cookies", "*:\/\/*.netdeal.com.br\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.gazetadopovo.com.br\/*" ], "js": [ "jquery.js", "dexole.js", "content_script_gazetadopovo.js" ], "css": [ "octicons.css", "font.css", "dexole.css", "modal.css" ] }, { "matches": [ "*:\/\/oglobo.globo.com\/*" ], "js": [ "jquery.js", "dexole.js", "content_script_oglobo.js" ], "css": [ "octicons.css", "font.css", "dexole.css", "modal.css" ] } ] } |