Cozy.tv Sticker Saver

Save cozy.tv stickers for use on any channel

Cozy.tv Sticker Saver란 무엇입니까?

Cozy.tv Sticker Saver은(는) EbicDB에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save cozy.tv stickers for use on any channel"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cozy.tv Sticker Saver 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save Cozy.tv stickers for use on any channel. Not affiliated with Cozy.tv. Save stickers from the channel sticker menu by clicking the save icon, or save chat stickers by clicking them.                    

확장 프로그램 기본 정보

이름 Cozy.tv Sticker Saver Cozy.tv Sticker Saver
ID pcfofmkfelkhmpaiobbkhjcdkpfclang
공식 URL https://chromewebstore.google.com/detail/cozytv-sticker-saver/pcfofmkfelkhmpaiobbkhjcdkpfclang
설명 Save cozy.tv stickers for use on any channel
파일 크기 15.13 KB
설치 횟수 137
현재 버전 1.0.7
최근 업데이트 2023-12-17
출시 날짜 2023-06-23
개발자 EbicDB
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://ebicdb.github.io/cozy.tv_sticker_saver_privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": {
        "email": "[email protected]"
    },
    "name": "Cozy.tv Sticker Saver",
    "description": "Save cozy.tv stickers for use on any channel",
    "version": "1.0.7",
    "icons": {
        "128": "images\/sticker-icon.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/main.js"
            ],
            "matches": [
                "https:\/\/cozy.tv\/*"
            ]
        }
    ]
}