Powerline Name Extender
An extension that lets you enter and use a longer name on powerline.io. You don't need this to do it, but it makes it a lot easier
¿Qué es Powerline Name Extender?
Powerline Name Extender es una extensión de Chrome desarrollada por apartypineapple, y su función principal es "An extension that lets you enter and use a longer name on powerline.io. You don't need this to do it, but it makes it a lot easier".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Powerline Name Extender
Descarga archivos de extensión Powerline Name Extender 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
An extension that makes it easy to use a longer name on powerline.io.
Información Básica de la Extensión
Nombre | Powerline Name Extender |
ID | eefnkdfimajimjhlhohmgjiokophhpgk |
URL Oficial | https://chromewebstore.google.com/detail/powerline-name-extender/eefnkdfimajimjhlhohmgjiokophhpgk |
Descripción | An extension that lets you enter and use a longer name on powerline.io. You don't need this to do it, but it makes it a lot easier |
Tamaño del Archivo | 14 KB |
Cantidad de Instalaciones | 216 |
Versión Actual | 1.0 |
Última Actualización | 2020-11-15 |
Fecha de Publicación | 2020-11-14 |
Calificación | 2.00/5 Total de 1 Calificaciones |
Desarrollador | apartypineapple |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://site.partypineapple.repl.co/powerline-name-extender.html |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Powerline Name Extender", "version": "1.0", "description": "An extension that lets you enter and use a longer name on powerline.io. You don't need this to do it, but it makes it a lot easier", "manifest_version": 2, "icons": { "16": "PLN_16.png", "48": "PLN_48.png", "128": "PLN_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/powerline.io\/*" ], "js": [ "\/content_script.js" ], "run_at": "document_end" } ] } |