I Need Healing
I am Genji. I need healing.
What is I Need Healing?
I Need Healing is a Chrome extension developed by Xuezheng Ma, and its main feature is "I am Genji. I need healing.".
Extension Screenshots
Download I Need Healing Extension CRX File
Download I Need Healing 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
I am Genji. I need healing.
Click the extension icon to play "I need healing" voice line by Genji from Overwatch. Extension Basic Information
| Name | |
| ID | ifjangmbmgigcbpejdbifapfdgkbnnpm |
| Official URL | https://chromewebstore.google.com/detail/i-need-healing/ifjangmbmgigcbpejdbifapfdgkbnnpm |
| Description | I am Genji. I need healing. |
| File Size | 56.69 KB |
| Installation Count | 295 |
| Current Version | 1.0.0 |
| Last Updated | 2017-06-30 |
| Publish Date | 2017-06-29 |
| Rating | 5.00/5 Total 28 Ratings |
| Developer | Xuezheng Ma |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/xuezhma/i-need-healing |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "I Need Healing",
"description": "I am Genji. I need healing.",
"version": "1.0.0",
"icons": {
"16": "img\/icon.png",
"48": "img\/icon.png",
"128": "img\/icon.png"
},
"background": {
"scripts": [
"js\/index.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_title": "I Need Healing"
}
} | |