NeoGAF Dota 2 Emoticons
This extension adds the Dota 2 emoticons into the NeoGAF reply box.
什麼是NeoGAF Dota 2 Emoticons?
NeoGAF Dota 2 Emoticons是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension adds the Dota 2 emoticons into the NeoGAF reply box.”。
擴展截圖
下載NeoGAF Dota 2 Emoticons擴展crx文件
下載NeoGAF Dota 2 Emoticons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds the Dota 2 animated emoticons into a smiley box located below the standard NeoGAF reply box.
擴展基本資訊
名稱 | NeoGAF Dota 2 Emoticons |
ID | beefjioejjdkeeeebbgdmpfeaocjpmhm |
官方網址 | https://chromewebstore.google.com/detail/neogaf-dota-2-emoticons/beefjioejjdkeeeebbgdmpfeaocjpmhm |
簡介 | This extension adds the Dota 2 emoticons into the NeoGAF reply box. |
檔案大小 | 46.41 KB |
安裝次數 | 42 |
目前版本 | 2.1 |
更新時間 | 2016-04-05 |
上架時間 | 2016-04-04 |
評分 | 4.00/5 共 7 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | 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*" ] } ] } |