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
O que é Powerline Name Extender?
Powerline Name Extender é uma extensão do Chrome desenvolvida por apartypineapple, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Powerline Name Extender
Baixe arquivos de extensão Powerline Name Extender no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
An extension that makes it easy to use a longer name on powerline.io.
Informações Básicas da Extensão
Nome | Powerline Name Extender |
ID | eefnkdfimajimjhlhohmgjiokophhpgk |
URL Oficial | https://chromewebstore.google.com/detail/powerline-name-extender/eefnkdfimajimjhlhohmgjiokophhpgk |
Descrição | 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 |
Tamanho do Arquivo | 14 KB |
Contagem de Instalações | 216 |
Versão Atual | 1.0 |
Última Atualização | 2020-11-15 |
Data de Publicação | 2020-11-14 |
Classificação | 2.00/5 Total de 1 Avaliações |
Desenvolvedor | apartypineapple |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://site.partypineapple.repl.co/powerline-name-extender.html |
Idiomas Suportados | 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" } ] } |