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