Alloha
Allo as a Chrome Extension
What is Alloha?
Alloha is a Chrome extension developed by siniux, and its main feature is "Allo as a Chrome Extension".
Extension Screenshots
Download Alloha Extension CRX File
Download Alloha 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
Want to run Allo on a standalone browser window, just like a grown up chat solution? Now you can!
Extension Basic Information
Name | Alloha |
ID | ibmlkeapapbcbgfgcknfhnkifngkldhe |
Official URL | https://chromewebstore.google.com/detail/alloha/ibmlkeapapbcbgfgcknfhnkifngkldhe |
Description | Allo as a Chrome Extension |
File Size | 71.04 KB |
Installation Count | 156 |
Current Version | 0.0.1 |
Last Updated | 2017-08-28 |
Publish Date | 2017-08-28 |
Rating | 4.64/5 Total 11 Ratings |
Developer | siniux |
[email protected] | |
Payment Type | free |
Extension Website | https://play.google.com/store/apps/developer?id=flick |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alloha", "description": "Allo as a Chrome Extension", "version": "0.0.1", "author": "siniux", "browser_action": { "default_icon": { "16": "assets\/icon_16.png", "24": "assets\/icon_24.png", "32": "assets\/icon_32.png" }, "default_title": "Alloha" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "96": "assets\/icon_96.png", "128": "assets\/icon_128.png", "256": "assets\/icon_256.png" }, "permissions": [ "notifications" ] } |