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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    }
}