Cozy.tv Sticker Saver

Save cozy.tv stickers for use on any channel

Cozy.tv Sticker Saverคืออะไร?

Cozy.tv Sticker Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EbicDB และคุณลักษณะหลักของมันคือ "Save cozy.tv stickers for use on any channel"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cozy.tv Sticker Saver

ดาวน์โหลดไฟล์ส่วนขยาย Cozy.tv Sticker Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}