Cellofrag

Welcome to Cellofrag Twitch Chrome Extension !

什么是Cellofrag?

Cellofrag是由Cellofrag开发的Chrome扩展程序,该扩展的主要功能是“Welcome to Cellofrag Twitch Chrome Extension !”。

扩展截图

screenshot

下载Cellofrag扩展crx文件

下载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"
    ]
}