Stormii Cloud | Shell Shockers Theme
New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!
Was ist Stormii Cloud | Shell Shockers Theme?
Stormii Cloud | Shell Shockers Theme ist eine Chrome-Erweiterung, die von Stormii Cloud entwickelt wurde, und ihr Hauptmerkmal ist "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!".
Erweiterungsscreenshots
Stormii Cloud | Shell Shockers Theme-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stormii Cloud | Shell Shockers Theme-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bncffgalbnlflcenmpcbfdnbfblidcpk |
Offizielle URL | https://chrome.google.com/webstore/detail/stormii-cloud-shell-shock/bncffgalbnlflcenmpcbfdnbfblidcpk |
Beschreibung | New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022! |
Dateigröße | 15.31 KB |
Installationsanzahl | 247 |
Aktuelle Version | 1.5 |
Letztes Update | 2022-01-27 |
Veröffentlichungsdatum | 2022-01-21 |
Bewertung | 4.38/5 Insgesamt 8 Bewertungen |
Entwickler | Stormii Cloud |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |