Emotes Anywhere
Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
Emotes Anywhereคืออะไร?
Emotes Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rhenier Kloppers และคุณลักษณะหลักของมันคือ "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emotes Anywhere
ดาวน์โหลดไฟล์ส่วนขยาย Emotes Anywhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Having emotes everywhere in your browser gets old after a few days, and could ruin potentially important text - enjoy this minimalistic addon that offers a balance between work & play - the best of both worlds. Simply install and you're good to go! Currently supported sites: Youtube, Reddit
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Emotes Anywhere |
ID | emhlcogdclinbkednbjgmfbdocfajbgm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm |
คำอธิบาย | Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments |
ขนาดไฟล์ | 19.8 KB |
จำนวนการติดตั้ง | 270 |
เวอร์ชันปัจจุบัน | 0.87 |
อัปเดตครั้งล่าสุด | 2019-06-14 |
วันที่เผยแพร่ | 2019-06-14 |
ผู้พัฒนา | Rhenier Kloppers |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emotes Anywhere", "short_name": "Emotes", "version": "0.87", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.reddit.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "description": "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments", "author": "Rhenier Kloppers", "browser_action": { "default_icon": "emotesanywhere.png", "default_title": "Popup here." }, "permissions": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.reddit.com\/*", "tabs" ] } |