Cozy.tv Sticker Saver
Save cozy.tv stickers for use on any channel
O que é Cozy.tv Sticker Saver?
Cozy.tv Sticker Saver é uma extensão do Chrome desenvolvida por EbicDB, e sua principal característica é "Save cozy.tv stickers for use on any channel".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cozy.tv Sticker Saver
Baixe arquivos de extensão Cozy.tv Sticker Saver no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Cozy.tv Sticker Saver |
ID | pcfofmkfelkhmpaiobbkhjcdkpfclang |
URL Oficial | https://chromewebstore.google.com/detail/cozytv-sticker-saver/pcfofmkfelkhmpaiobbkhjcdkpfclang |
Descrição | Save cozy.tv stickers for use on any channel |
Tamanho do Arquivo | 15.13 KB |
Contagem de Instalações | 137 |
Versão Atual | 1.0.7 |
Última Atualização | 2023-12-17 |
Data de Publicação | 2023-06-23 |
Desenvolvedor | EbicDB |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://ebicdb.github.io/cozy.tv_sticker_saver_privacy_policy |
Idiomas Suportados | 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\/*" ] } ] } |