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