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
Eメール [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\/*"
            ]
        }
    ]
}