Sappy React
Get ready to revolutionize your Twitter game with Sappy React, the ultimate meme reacting extension for Google Chrome. With our…
Sappy Reactคืออะไร?
Sappy React เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sappyseals.com และคุณลักษณะหลักของมันคือ "Get ready to revolutionize your Twitter game with Sappy React, the ultimate meme reacting extension for Google Chrome. With our…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sappy React
ดาวน์โหลดไฟล์ส่วนขยาย Sappy React ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get ready to revolutionize your Twitter game with Sappy React, the ultimate meme reacting extension for Google Chrome. With our extension, you'll have access to a vast library of custom memes created by in-house and community artists, all at your fingertips. Easily share these memes with your friends and followers, featuring your very own custom seal. No more scrolling through unorganized folders or spending hours searching for the perfect meme - simply click your seal profile picture on Twitter and instantly access a variety of iconic memes. Then, click the meme you want to use and our extension will automatically insert it into your post! Take your reply-guy game to the next level with lightning-fast custom memes. Download Sappy React today and never run out of custom meme options again! ----------------------------------- Change Log for v1.0.4 - Added Analytics (Stores data on click of reply button) - Fixed Favorites functionality - Fixed the weird scrollbar issues on windows version of extension on meme cards
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sappy React |
ID | jcalgimklilgldebopiighdhpgbmkmdi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sappy-react/jcalgimklilgldebopiighdhpgbmkmdi |
คำอธิบาย | Get ready to revolutionize your Twitter game with Sappy React, the ultimate meme reacting extension for Google Chrome. With our… |
ขนาดไฟล์ | 23.96 KB |
จำนวนการติดตั้ง | 823 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-01-10 |
วันที่เผยแพร่ | 2023-01-04 |
คะแนน | 5.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://sappyseals.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mememachine.sappyseals.io/ |
URL หน้านโยบายความเป็นส่วนตัว | https://classifier.sappyseals.io/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sappy React", "version": "1.0.4", "permissions": [ "https:\/\/twitter.com\/*", "scripting", "background" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/twitter.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |