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. 拡張機能の基本情報
| 名前 | |
| ID | beefjioejjdkeeeebbgdmpfeaocjpmhm |
| 公式URL | 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*"
]
}
]
} | |