Cellofrag

Welcome to Cellofrag Twitch Chrome Extension !

Что такое Cellofrag?

Cellofrag - это расширение Chrome, разработанное Cellofrag, и его основная функция - "Welcome to Cellofrag Twitch Chrome Extension !".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Cellofrag

Скачайте файлы расширений Cellofrag в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Cellofrag Cellofrag
ID cchpplfnififabjdpbkebmdllcdcfiam
Официальный URL https://chrome.google.com/webstore/detail/cellofrag/cchpplfnififabjdpbkebmdllcdcfiam
Описание Welcome to Cellofrag Twitch Chrome Extension !
Размер файла 1.66 MB
Количество установок 34
Текущая Версия 1.1.0
Последнее Обновление 2021-05-05
Дата публикации 2021-05-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Cellofrag
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}