Stormii Cloud | Shell Shockers Theme

New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!

Τι είναι το Stormii Cloud | Shell Shockers Theme;

Το Stormii Cloud | Shell Shockers Theme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Stormii Cloud, και η κύρια λειτουργία του είναι "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Stormii Cloud | Shell Shockers Theme

Λήψη αρχείων επέκτασης Stormii Cloud | Shell Shockers Theme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension will edit the entire page layout and scope of shellshock.io to a more blue experience fit with clouds and a custom title.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Stormii Cloud | Shell Shockers Theme Stormii Cloud | Shell Shockers Theme
ID bncffgalbnlflcenmpcbfdnbfblidcpk
Επίσημο URL https://chrome.google.com/webstore/detail/stormii-cloud-shell-shock/bncffgalbnlflcenmpcbfdnbfblidcpk
Περιγραφή New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!
Μέγεθος Αρχείου 15.31 KB
Αριθμός Εγκαταστάσεων 247
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2022-01-27
Ημερομηνία Δημοσίευσης 2022-01-21
Αξιολόγηση 4.38/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Stormii Cloud
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stormii Cloud | Shell Shockers Theme",
    "version": "1.5",
    "author": "Designed by Stormii Cloud#9228 | Programmed by Agent Adam#5972",
    "description": "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/egghead.institute\/*",
                "*:\/\/shellshock.io\/*",
                "*:\/\/violentegg.club\/*",
                "*:\/\/algebra.vip\/*"
            ]
        }
    ],
    "icons": {
        "128": "theme_icon.png"
    }
}