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はStormii Cloudによって開発されたChromeの拡張機能で、その主な機能は「New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!」です。
拡張機能のスクリーンショット
Stormii Cloud | Shell Shockers Theme拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |