Cozy.tv Sticker Saver

Save cozy.tv stickers for use on any channel

What is Cozy.tv Sticker Saver?

Cozy.tv Sticker Saver is a Chrome extension developed by EbicDB, and its main feature is "Save cozy.tv stickers for use on any channel".

Extension Screenshots

screenshot
screenshot

Download Cozy.tv Sticker Saver Extension CRX File

Download Cozy.tv Sticker Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cozy.tv Sticker Saver Cozy.tv Sticker Saver
ID pcfofmkfelkhmpaiobbkhjcdkpfclang
Official URL https://chromewebstore.google.com/detail/cozytv-sticker-saver/pcfofmkfelkhmpaiobbkhjcdkpfclang
Description Save cozy.tv stickers for use on any channel
File Size 15.13 KB
Installation Count 137
Current Version 1.0.7
Last Updated 2023-12-17
Publish Date 2023-06-23
Developer EbicDB
Email [email protected]
Payment Type free
Privacy Policy Page URL https://ebicdb.github.io/cozy.tv_sticker_saver_privacy_policy
Supported Languages 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\/*"
            ]
        }
    ]
}