History Blocker by Site
prevents the logging of specified websites
¿Qué es History Blocker by Site?
History Blocker by Site es una extensión de Chrome desarrollada por Frosation, y su función principal es "prevents the logging of specified websites".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión History Blocker by Site
Descarga archivos de extensión History Blocker by Site 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
*coded by CZ* Black lists specified websites from being logged into history. - Supports wildcard (*) for domains - Disregards www's and protocols (http, https, etc) - Disregards path Feel free to suggest any design, ui, or feature improvements (fully aware the current icon looks abysmal) __________________________________________ v1.2 - 18.08-2016: -fixed logic: *.site.com now matches site.com v1.1 - 17.08.2016: -added pointless copyright notice v1.0 - 16.08.2016: -initial
Información Básica de la Extensión
Nombre | History Blocker by Site |
ID | keamekimefemnbgegbfkdkmbomaahfai |
URL Oficial | https://chromewebstore.google.com/detail/history-blocker-by-site/keamekimefemnbgegbfkdkmbomaahfai |
Descripción | prevents the logging of specified websites |
Tamaño del Archivo | 22.96 KB |
Cantidad de Instalaciones | 6,291 |
Versión Actual | 1.2 |
Última Actualización | 2017-10-02 |
Fecha de Publicación | 2017-10-02 |
Calificación | 2.75/5 Total de 68 Calificaciones |
Desarrollador | Frosation |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Blocker by Site", "short_name": "History Blocker", "description": "prevents the logging of specified websites", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "45", "background": { "scripts": [ "backg.js" ], "persistent": true }, "icons": { "16": "img\/filter16.png", "48": "img\/filter48.png", "128": "img\/filter128.png" }, "browser_action": { "default_icon": { "19": "img\/filter19.png", "39": "img\/filter38.png" }, "default_title": "Configure Options" }, "options_page": "options\/options.html", "permissions": [ "background", "history", "storage" ] } |