Zorro - Interest-Based Ad-Blocker
Pioneer in passive online browsing. Protect your data, block ads, but still enjoy ads matching your interests.
¿Qué es Zorro - Interest-Based Ad-Blocker?
Zorro - Interest-Based Ad-Blocker es una extensión de Chrome desarrollada por Unknown, y su función principal es "Pioneer in passive online browsing. Protect your data, block ads, but still enjoy ads matching your interests.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Zorro - Interest-Based Ad-Blocker
Descarga archivos de extensión Zorro - Interest-Based Ad-Blocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Zorro is an ad-blocker that only shows ads that matches a user's interests. A user would fill out their interests, and Zorro would fetch those relevant ads, all the while ensuring that the user's data is protected while they browse the web. Users can also see their online ads-click statistics and the financial value of the data they provide unknowingly to the online ad-tech ecosystem.
Información Básica de la Extensión
Nombre | |
ID | nohffnloalhahmmfjifahgfjadhjcepi |
URL Oficial | https://chromewebstore.google.com/detail/zorro-interest-based-ad-b/nohffnloalhahmmfjifahgfjadhjcepi |
Descripción | Pioneer in passive online browsing. Protect your data, block ads, but still enjoy ads matching your interests. |
Tamaño del Archivo | 1.08 MB |
Cantidad de Instalaciones | 25 |
Versión Actual | 0.0.3.2 |
Última Actualización | 2020-04-25 |
Fecha de Publicación | 2020-04-23 |
Desarrollador | Unknown |
Tipo de Pago | free |
Sitio Web de la Extensión | https://zorro-mit.github.io/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zorro - Interest-Based Ad-Blocker", "short_name": "Zorro", "description": "Pioneer in passive online browsing. Protect your data, block ads, but still enjoy ads matching your interests.", "version": "0.0.3.2", "permissions": [ "webRequest", "storage", "tabs", "https:\/\/*\/", "http:\/\/*\/", "privacy", "alarms", "identity", "identity.email", "webRequestBlocking" ], "background": { "page": ".\/background.html" }, "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery\/jquery-1.7.1.min.js", ".\/Content\/content.js", "Chart\/Chart.min.js" ], "css": [ "Content\/content.css" ] } ], "browser_action": { "default_icon": ".\/Icons\/icon128.png", "default_popup": ".\/Popup\/popup.html" }, "icons": { "16": ".\/Icons\/icon16.png", "48": ".\/Icons\/icon48.png", "128": ".\/Icons\/icon128.png" } } |