Cellofrag

Welcome to Cellofrag Twitch Chrome Extension !

ما هو Cellofrag؟

Cellofrag هو إضافة Chrome تم تطويرها بواسطة Cellofrag، والميزة الرئيسية لها هي "Welcome to Cellofrag Twitch Chrome Extension !".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Cellofrag

قم بتنزيل ملفات الامتداد Cellofrag بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}