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
What is Powerline Name Extender?
Powerline Name Extender is a Chrome extension developed by apartypineapple, and its main feature is "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".
Extension Screenshots
Download Powerline Name Extender Extension CRX File
Download Powerline Name Extender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension that makes it easy to use a longer name on powerline.io.
Extension Basic Information
Name | Powerline Name Extender |
ID | eefnkdfimajimjhlhohmgjiokophhpgk |
Official URL | https://chromewebstore.google.com/detail/powerline-name-extender/eefnkdfimajimjhlhohmgjiokophhpgk |
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 |
File Size | 14 KB |
Installation Count | 216 |
Current Version | 1.0 |
Last Updated | 2020-11-15 |
Publish Date | 2020-11-14 |
Rating | 2.00/5 Total 1 Ratings |
Developer | apartypineapple |
[email protected] | |
Payment Type | free |
Extension Website | https://site.partypineapple.repl.co/powerline-name-extender.html |
Supported Languages | 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" } ] } |