Memotes
Add meme emotes everywhere
Memotesคืออะไร?
Memotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FreshTe.ch และคุณลักษณะหลักของมันคือ "Add meme emotes everywhere"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Memotes
ดาวน์โหลดไฟล์ส่วนขยาย Memotes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Designed to bring twitch, BetterTTV, FFZ and other emotes to the web whenever you browse. Other Extensions always miss good emotes like ":gun:" or "OMEGALUL" or "PogU". Created my free logo at LogoMakr.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Memotes |
ID | omkhcojfbdmammghnnhhnbfcedllekbf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/memotes/omkhcojfbdmammghnnhhnbfcedllekbf |
คำอธิบาย | Add meme emotes everywhere |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 1,508 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-06-07 |
วันที่เผยแพร่ | 2019-06-02 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | FreshTe.ch |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Memotes", "version": "1.1", "description": "Add meme emotes everywhere", "permissions": [ "*:\/\/*\/*" ], "background": { "scripts": [ "jquery-3.4.1.min.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.4.1.min.js", "replace.js" ], "run_at": "document_end" } ], "icons": { "128": "img\/memotes_icon128.png" }, "manifest_version": 2 } |