NeoGAF Dota 2 Emoticons
This extension adds the Dota 2 emoticons into the NeoGAF reply box.
What is NeoGAF Dota 2 Emoticons?
NeoGAF Dota 2 Emoticons is a Chrome extension developed by Unknown, and its main feature is "This extension adds the Dota 2 emoticons into the NeoGAF reply box.".
Extension Screenshots
Download NeoGAF Dota 2 Emoticons Extension CRX File
Download NeoGAF Dota 2 Emoticons 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
This extension adds the Dota 2 animated emoticons into a smiley box located below the standard NeoGAF reply box.
Extension Basic Information
Name | NeoGAF Dota 2 Emoticons |
ID | beefjioejjdkeeeebbgdmpfeaocjpmhm |
Official URL | https://chromewebstore.google.com/detail/neogaf-dota-2-emoticons/beefjioejjdkeeeebbgdmpfeaocjpmhm |
Description | This extension adds the Dota 2 emoticons into the NeoGAF reply box. |
File Size | 46.41 KB |
Installation Count | 42 |
Current Version | 2.1 |
Last Updated | 2016-04-05 |
Publish Date | 2016-04-04 |
Rating | 4.00/5 Total 7 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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*" ] } ] } |