I Need Healing
I am Genji. I need healing.
Vad är I Need Healing?
I Need Healing är en Chrome-tillägg utvecklad av Xuezheng Ma, och dess huvudfunktion är "I am Genji. I need healing.".
Tilläggsskärmbilder
Ladda ner I Need Healing-förlängningens CRX-fil
Ladda ner I Need Healing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
I am Genji. I need healing.
Click the extension icon to play "I need healing" voice line by Genji from Overwatch. Grundläggande Information om Tillägg
| Namn | |
| ID | ifjangmbmgigcbpejdbifapfdgkbnnpm |
| Officiell webbadress | https://chromewebstore.google.com/detail/i-need-healing/ifjangmbmgigcbpejdbifapfdgkbnnpm |
| Beskrivning | I am Genji. I need healing. |
| Filstorlek | 56.69 KB |
| Antal Installationer | 295 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2017-06-30 |
| Publiceringsdatum | 2017-06-29 |
| Betyg | 5.00/5 Totalt 28 Betyg |
| Utvecklare | Xuezheng Ma |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/xuezhma/i-need-healing |
| Stödda Språk | 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"
}
} | |