Cellofrag
Welcome to Cellofrag Twitch Chrome Extension !
Wat is Cellofrag?
Cellofrag is een Chrome-extensie ontwikkeld door Cellofrag, en de belangrijkste functie is "Welcome to Cellofrag Twitch Chrome Extension !".
Extensie Screenshots
Download het CRX-bestand van de extensie Cellofrag
Download Cellofrag-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | cchpplfnififabjdpbkebmdllcdcfiam |
Officiële URL | https://chrome.google.com/webstore/detail/cellofrag/cchpplfnififabjdpbkebmdllcdcfiam |
Beschrijving | Welcome to Cellofrag Twitch Chrome Extension ! |
Bestandsgrootte | 1.66 MB |
Aantal Installaties | 34 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2021-05-05 |
Publicatiedatum | 2021-05-05 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Cellofrag |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |