Cellofrag
Welcome to Cellofrag Twitch Chrome Extension !
Cellofrag क्या है?
Cellofrag Cellofrag द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Welcome to Cellofrag Twitch Chrome Extension !"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cellofrag एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |