Cellofrag

Welcome to Cellofrag Twitch Chrome Extension !

Cellofragคืออะไร?

Cellofrag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cellofrag และคุณลักษณะหลักของมันคือ "Welcome to Cellofrag Twitch Chrome Extension !"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cellofrag

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}