Cellofrag

Welcome to Cellofrag Twitch Chrome Extension !

What is Cellofrag?

Cellofrag is a Chrome extension developed by Cellofrag, and its main feature is "Welcome to Cellofrag Twitch Chrome Extension !".

Extension Screenshots

screenshot

Download Cellofrag Extension CRX File

Download Cellofrag extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Cellofrag Cellofrag
ID cchpplfnififabjdpbkebmdllcdcfiam
Official URL https://chrome.google.com/webstore/detail/cellofrag/cchpplfnififabjdpbkebmdllcdcfiam
Description Welcome to Cellofrag Twitch Chrome Extension !
File Size 1.66 MB
Installation Count 34
Current Version 1.1.0
Last Updated 2021-05-05
Publish Date 2021-05-05
Rating 5.00/5 Total 1 Ratings
Developer Cellofrag
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}