Redacted
Redacted -
¿Qué es Redacted?
Redacted es una extensión de Chrome desarrollada por https://jamestomasino.com, y su función principal es "Redacted -".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Redacted
Descarga archivos de extensión Redacted 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
Are you sick and tired of seeing a name, word, or phrase online? Facebook friends talking about your ex, too many politicians in your Twitter feed, totally over the that reality TV show? Redacted allows you to black-out words or phrases that bother you. Add as many phrases as you like and watch as your browser transforms. Right click the icon and choose "options" to choose your phrases. Click the icon to toggle Redacted on/off.
Información Básica de la Extensión
Nombre | Redacted |
ID | bgfkfggjjpdconmpcdnenfffaeelhdom |
URL Oficial | https://chromewebstore.google.com/detail/redacted/bgfkfggjjpdconmpcdnenfffaeelhdom |
Descripción | Redacted - |
Tamaño del Archivo | 59.78 KB |
Cantidad de Instalaciones | 378 |
Versión Actual | 0.0.1 |
Última Actualización | 2016-03-06 |
Fecha de Publicación | 2016-03-05 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://jamestomasino.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/jamestomasino/redacted |
URL de la Página de Ayuda | https://github.com/jamestomasino/redacted/issues |
Idiomas Soportados | en-US |
manifest.json | |
{ "author": "James Tomasino", "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "Redacted", "default_icon": "icon128.png", "default_title": "Redacted" }, "content_scripts": [ { "css": [ "main.css" ], "js": [ "jquery.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Redacted - ", "homepage_url": "http:\/\/github.com\/jamestomasino\/redacted", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Redacted", "offline_enabled": true, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage" ], "short_name": "Redacted", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1", "web_accessible_resources": [ "fonts\/redacted-regular.eot", "fonts\/redacted-regular.svg", "fonts\/redacted-regular.ttf", "fonts\/redacted-regular.woff", "fonts\/redacted-regular.woff2" ] } |