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文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}