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
官方網址 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"
    ]
}