Twemoji for Instagram
Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)
Twemoji for Instagramคืออะไร?
Twemoji for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย megyland และคุณลักษณะหลักของมันคือ "Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twemoji for Instagram
ดาวน์โหลดไฟล์ส่วนขยาย Twemoji for Instagram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com), because emojis are greats ! If you want to Twemoji support for every website you visit on your browser, try my new extension Twemoji Everywhere! https://bit.ly/2CTBwpL 2.1 The extensions now uses the latest version of Twemoji library (v 2.3) If you like my extension and want to support me, you can use this link to make a little donation ! https://www.paypal.me/megyland
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twemoji for Instagram |
ID | pdelfnlllmbfhpleodmhdnghokfkield |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twemoji-for-instagram/pdelfnlllmbfhpleodmhdnghokfkield |
คำอธิบาย | Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com) |
ขนาดไฟล์ | 23.87 KB |
จำนวนการติดตั้ง | 766 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2020-08-24 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 4.38/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | megyland |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twemoji for Instagram", "description": "Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)", "version": "2.1", "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Twemoji for Instagram" }, "content_scripts": [ { "matches": [ "*:\/\/www.instagram.com\/*" ], "css": [ "twemoji.css" ], "js": [ "twemoji.min.js", "twemoji.js" ] } ], "permissions": [ "declarativeContent" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |