NeoGAF Dota 2 Emoticons
This extension adds the Dota 2 emoticons into the NeoGAF reply box.
NeoGAF Dota 2 Emoticons là gì?
NeoGAF Dota 2 Emoticons là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension adds the Dota 2 emoticons into the NeoGAF reply box.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NeoGAF Dota 2 Emoticons
Tải xuống các tệp mở rộng NeoGAF Dota 2 Emoticons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension adds the Dota 2 animated emoticons into a smiley box located below the standard NeoGAF reply box.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NeoGAF Dota 2 Emoticons |
ID | beefjioejjdkeeeebbgdmpfeaocjpmhm |
URL Chính Thức | https://chromewebstore.google.com/detail/neogaf-dota-2-emoticons/beefjioejjdkeeeebbgdmpfeaocjpmhm |
Mô tả | This extension adds the Dota 2 emoticons into the NeoGAF reply box. |
Kích Thước Tệp | 46.41 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2016-04-05 |
Ngày Phát Hành | 2016-04-04 |
Đánh Giá | 4.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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*" ] } ] } |