Cellofrag

Welcome to Cellofrag Twitch Chrome Extension !

Cellofrag là gì?

Cellofrag là một tiện ích mở rộng Chrome được phát triển bởi Cellofrag, và tính năng chính của nó là "Welcome to Cellofrag Twitch Chrome Extension !".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cellofrag

Tải xuống các tệp mở rộng Cellofrag dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cellofrag Cellofrag
ID cchpplfnififabjdpbkebmdllcdcfiam
URL Chính Thức https://chrome.google.com/webstore/detail/cellofrag/cchpplfnififabjdpbkebmdllcdcfiam
Mô tả Welcome to Cellofrag Twitch Chrome Extension !
Kích Thước Tệp 1.66 MB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-05-05
Ngày Phát Hành 2021-05-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Cellofrag
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}