Sappy React
Get ready to revolutionize your Twitter game with Sappy React, the ultimate meme reacting extension for Google Chrome. With our…
What is Sappy React?
Sappy React is a Chrome extension developed by https://sappyseals.com, and its main feature is "Get ready to revolutionize your Twitter game with Sappy React, the ultimate meme reacting extension for Google Chrome. With our…".
Extension Screenshots
Download Sappy React Extension CRX File
Download Sappy React extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Sappy React |
ID | jcalgimklilgldebopiighdhpgbmkmdi |
Official URL | https://chromewebstore.google.com/detail/sappy-react/jcalgimklilgldebopiighdhpgbmkmdi |
Description | Get ready to revolutionize your Twitter game with Sappy React, the ultimate meme reacting extension for Google Chrome. With our… |
File Size | 23.96 KB |
Installation Count | 823 |
Current Version | 1.0.4 |
Last Updated | 2023-01-10 |
Publish Date | 2023-01-04 |
Rating | 5.00/5 Total 11 Ratings |
Developer | https://sappyseals.com |
[email protected] | |
Payment Type | free |
Extension Website | https://mememachine.sappyseals.io/ |
Privacy Policy Page URL | https://classifier.sappyseals.io/privacy |
Supported Languages | 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" } } |