Free the Pink
Pink-ify button and link elements. #FreeThePink
¿Qué es Free the Pink?
Free the Pink es una extensión de Chrome desarrollada por Winter LaMon, y su función principal es "Pink-ify button and link elements. #FreeThePink".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Free the Pink
Descarga archivos de extensión Free the Pink 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
With the click of a button, transform all buttons and links to glorious magenta calls to action. You get magenta! And you get magenta! Magenta for everyone!
Información Básica de la Extensión
Nombre | Free the Pink |
ID | dlpefelmhiokdeoejmijfoahdagppcdm |
URL Oficial | https://chromewebstore.google.com/detail/free-the-pink/dlpefelmhiokdeoejmijfoahdagppcdm |
Descripción | Pink-ify button and link elements. #FreeThePink |
Tamaño del Archivo | 14.79 KB |
Cantidad de Instalaciones | 333 |
Versión Actual | 0.1 |
Última Actualización | 2019-11-25 |
Fecha de Publicación | 2019-11-24 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | Winter LaMon |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free the Pink", "short_name": "Free the Pink", "version": "0.1", "description": "Pink-ify button and link elements. #FreeThePink", "permissions": [ "activeTab" ], "browser_action": { "default_title": "Free the Pink", "default_popup": "popup.html", "default_icon": { "16": "images\/ftp_16.png", "32": "images\/ftp_32.png", "48": "images\/ftp_48.png", "128": "images\/ftp_128.png" } }, "icons": { "16": "images\/ftp_16.png", "32": "images\/ftp_32.png", "48": "images\/ftp_48.png", "128": "images\/ftp_128.png" }, "manifest_version": 2 } |