NeoGAF Dota 2 Emoticons
This extension adds the Dota 2 emoticons into the NeoGAF reply box.
Was ist NeoGAF Dota 2 Emoticons?
NeoGAF Dota 2 Emoticons ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds the Dota 2 emoticons into the NeoGAF reply box.".
Erweiterungsscreenshots
NeoGAF Dota 2 Emoticons-Erweiterungs-CRX-Datei herunterladen
Laden Sie NeoGAF Dota 2 Emoticons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension adds the Dota 2 animated emoticons into a smiley box located below the standard NeoGAF reply box.
Grundlegende Informationen zur Erweiterung
Name | NeoGAF Dota 2 Emoticons |
ID | beefjioejjdkeeeebbgdmpfeaocjpmhm |
Offizielle URL | https://chromewebstore.google.com/detail/neogaf-dota-2-emoticons/beefjioejjdkeeeebbgdmpfeaocjpmhm |
Beschreibung | This extension adds the Dota 2 emoticons into the NeoGAF reply box. |
Dateigröße | 46.41 KB |
Installationsanzahl | 42 |
Aktuelle Version | 2.1 |
Letztes Update | 2016-04-05 |
Veröffentlichungsdatum | 2016-04-04 |
Bewertung | 4.00/5 Insgesamt 7 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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*" ] } ] } |