NeoGAF Dota 2 Emoticons
This extension adds the Dota 2 emoticons into the NeoGAF reply box.
NeoGAF Dota 2 Emoticonsคืออะไร?
NeoGAF Dota 2 Emoticons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension adds the Dota 2 emoticons into the NeoGAF reply box."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NeoGAF Dota 2 Emoticons
ดาวน์โหลดไฟล์ส่วนขยาย 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*"
]
}
]
} | |