NoTrack - Block Redirection Tracking
Prevents redirect links from tracking you in popular search engines.
¿Qué es NoTrack - Block Redirection Tracking?
NoTrack - Block Redirection Tracking es una extensión de Chrome desarrollada por loora, y su función principal es "Prevents redirect links from tracking you in popular search engines.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NoTrack - Block Redirection Tracking
Descarga archivos de extensión NoTrack - Block Redirection Tracking 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
NoTrack - Block Redirection Tracking extension helps you prevent redirect URLs from tracking you in popular search engines. It is currently working for Google, Yahoo and Bing search engines. You can add desired rules (with regular expressions) in the options page. When a rule is matched with a redirect URL, it is blocked (or redirected) and therefore the host server won't be able to track you. You can add any regular expressions that you would like in the options page. But please note that you need to add rules comma separated. Before adding the rules please make sure they are working correctly otherwise it might break the add-on. Bade icon text shows you the number of blocked URLs. In order to report bugs, please fill the bug report form in the add-on's homepage (http://mybrowseraddon.com/notrack.html).
Información Básica de la Extensión
Nombre | |
ID | knjgjcgmkldnfeejjmacjojljgbhcdbf |
URL Oficial | https://chrome.google.com/webstore/detail/notrack-block-redirection/knjgjcgmkldnfeejjmacjojljgbhcdbf |
Descripción | Prevents redirect links from tracking you in popular search engines. |
Tamaño del Archivo | 62.21 KB |
Cantidad de Instalaciones | 700 |
Versión Actual | 0.1.0 |
Última Actualización | 2018-06-26 |
Fecha de Publicación | 2018-06-26 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | loora |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://mybrowseraddon.com/notrack.html |
URL de la Página de Ayuda | http://mybrowseraddon.com/notrack.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0", "manifest_version": 2, "short_name": "notrack", "name": "NoTrack - Block Redirection Tracking", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "http:\/\/mybrowseraddon.com\/notrack.html", "options_ui": { "chrome_style": true, "page": "data\/options\/options.html" }, "permissions": [ "storage", " |