Cellofrag

Welcome to Cellofrag Twitch Chrome Extension !

O que é Cellofrag?

Cellofrag é uma extensão do Chrome desenvolvida por Cellofrag, e sua principal característica é "Welcome to Cellofrag Twitch Chrome Extension !".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cellofrag

Baixe arquivos de extensão Cellofrag 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

                        This extension will :
- Send you a Google Notification when I am live on Twitch
- Add the Elementalist Logo to the top right of your browser that turns color when I am live on Twitch                    

Informações Básicas da Extensão

Nome Cellofrag Cellofrag
ID cchpplfnififabjdpbkebmdllcdcfiam
URL Oficial https://chrome.google.com/webstore/detail/cellofrag/cchpplfnififabjdpbkebmdllcdcfiam
Descrição Welcome to Cellofrag Twitch Chrome Extension !
Tamanho do Arquivo 1.66 MB
Contagem de Instalações 34
Versão Atual 1.1.0
Última Atualização 2021-05-05
Data de Publicação 2021-05-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Cellofrag
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Killian_Thvn",
    "name": "Cellofrag",
    "version": "1.1.0",
    "description": "Welcome to Cellofrag Twitch Chrome Extension !",
    "icons": {
        "16": ".\/images\/logo-16x16.png",
        "32": ".\/images\/logo-32x32.png",
        "48": ".\/images\/logo-48x48.png",
        "128": ".\/images\/logo-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/images\/logo-16x16.png",
            "32": ".\/images\/logo-32x32.png",
            "48": ".\/images\/logo-48x48.png",
            "128": ".\/images\/logo-128x128.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}