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
Eメール [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"
    ]
}