NeoGAF Dota 2 Emoticons
This extension adds the Dota 2 emoticons into the NeoGAF reply box.
Hvad er NeoGAF Dota 2 Emoticons?
NeoGAF Dota 2 Emoticons er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "This extension adds the Dota 2 emoticons into the NeoGAF reply box.".
Udvidelsesskærmbilleder
Download NeoGAF Dota 2 Emoticons-udvidelses-CRX-fil
Download NeoGAF Dota 2 Emoticons-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension adds the Dota 2 animated emoticons into a smiley box located below the standard NeoGAF reply box.
Grundlæggende oplysninger om udvidelsen
Navn | NeoGAF Dota 2 Emoticons |
ID | beefjioejjdkeeeebbgdmpfeaocjpmhm |
Officiel URL | https://chromewebstore.google.com/detail/neogaf-dota-2-emoticons/beefjioejjdkeeeebbgdmpfeaocjpmhm |
Beskrivelse | This extension adds the Dota 2 emoticons into the NeoGAF reply box. |
Filstørrelse | 46.41 KB |
Antal Installationer | 42 |
Nuværende Version | 2.1 |
Senest Opdateret | 2016-04-05 |
Udgivelsesdato | 2016-04-04 |
Bedømmelse | 4.00/5 Samlet 7 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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*" ] } ] } |