NeoGAF Dota 2 Emoticons
This extension adds the Dota 2 emoticons into the NeoGAF reply box.
Cos'è NeoGAF Dota 2 Emoticons?
NeoGAF Dota 2 Emoticons è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension adds the Dota 2 emoticons into the NeoGAF reply box.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NeoGAF Dota 2 Emoticons
Scarica i file di estensione NeoGAF Dota 2 Emoticons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension adds the Dota 2 animated emoticons into a smiley box located below the standard NeoGAF reply box.
Informazioni di Base sull'Estensione
Nome | NeoGAF Dota 2 Emoticons |
ID | beefjioejjdkeeeebbgdmpfeaocjpmhm |
URL Ufficiale | https://chromewebstore.google.com/detail/neogaf-dota-2-emoticons/beefjioejjdkeeeebbgdmpfeaocjpmhm |
Descrizione | This extension adds the Dota 2 emoticons into the NeoGAF reply box. |
Dimensione del File | 46.41 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2016-04-05 |
Data di Pubblicazione | 2016-04-04 |
Valutazione | 4.00/5 Totale 7 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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*" ] } ] } |