Drumpfinator++
Add this app to your Chrome browser to make reading new articles great again.
¿Qué es Drumpfinator++?
Drumpfinator++ es una extensión de Chrome desarrollada por McRain, y su función principal es "Add this app to your Chrome browser to make reading new articles great again.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Drumpfinator++
Descarga archivos de extensión Drumpfinator++ 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
Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit. The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.
Información Básica de la Extensión
Nombre | |
ID | eojeglolelohngdhhddhpogkinjpedpi |
URL Oficial | https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi |
Descripción | Add this app to your Chrome browser to make reading new articles great again. |
Tamaño del Archivo | 150 KB |
Cantidad de Instalaciones | 73 |
Versión Actual | 1.0 |
Última Actualización | 2016-03-13 |
Fecha de Publicación | 2016-03-13 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | McRain |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drumpfinator++", "version": "1.0", "description": "Add this app to your Chrome browser to make reading new articles great again.", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Make Donald Drumpf Again!", "default_popup": "popup.html" } } |