NeoGAF Dota 2 Emoticons
This extension adds the Dota 2 emoticons into the NeoGAF reply box.
Vad är NeoGAF Dota 2 Emoticons?
NeoGAF Dota 2 Emoticons är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension adds the Dota 2 emoticons into the NeoGAF reply box.".
Tilläggsskärmbilder
Ladda ner NeoGAF Dota 2 Emoticons-förlängningens CRX-fil
Ladda ner NeoGAF Dota 2 Emoticons-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
This extension adds the Dota 2 animated emoticons into a smiley box located below the standard NeoGAF reply box. Grundläggande Information om Tillägg
| Namn | |
| ID | beefjioejjdkeeeebbgdmpfeaocjpmhm |
| Officiell webbadress | https://chromewebstore.google.com/detail/neogaf-dota-2-emoticons/beefjioejjdkeeeebbgdmpfeaocjpmhm |
| Beskrivning | This extension adds the Dota 2 emoticons into the NeoGAF reply box. |
| Filstorlek | 46.41 KB |
| Antal Installationer | 42 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2016-04-05 |
| Publiceringsdatum | 2016-04-04 |
| Betyg | 4.00/5 Totalt 7 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NeoGAF Dota 2 Emoticons",
"description": "This extension adds the Dota 2 emoticons into the NeoGAF reply box.",
"version": "2.1",
"permissions": [
"http:\/\/www.neogaf.com\/"
],
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"css": [
"style.css"
],
"js": [
"jquery-2.1.3.min.js",
"WaitForKeyElements.js",
"emoticons.user.js"
],
"matches": [
"http:\/\/www.neogaf.com\/forum\/newreply.php*",
"http:\/\/www.neogaf.com\/forum\/newthread.php*",
"http:\/\/www.neogaf.com\/forum\/editpost.php*",
"http:\/\/www.neogaf.com\/forum\/private.php*"
]
}
]
} | |