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是由https://sappyseals.com開發的Chrome擴展程式,該擴展的主要功能是“Get ready to revolutionize your Twitter game with Sappy React, the ultimate meme reacting extension for Google Chrome. With our…”。

擴展截圖

screenshot
screenshot

下載Sappy React擴展crx文件

下載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 Sappy React
ID jcalgimklilgldebopiighdhpgbmkmdi
官方網址 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"
    }
}