Stormii Cloud | Shell Shockers Theme
New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!
Stormii Cloud | Shell Shockers Theme là gì?
Stormii Cloud | Shell Shockers Theme là một tiện ích mở rộng Chrome được phát triển bởi Stormii Cloud, và tính năng chính của nó là "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stormii Cloud | Shell Shockers Theme
Tải xuống các tệp mở rộng Stormii Cloud | Shell Shockers Theme dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bncffgalbnlflcenmpcbfdnbfblidcpk |
URL Chính Thức | https://chrome.google.com/webstore/detail/stormii-cloud-shell-shock/bncffgalbnlflcenmpcbfdnbfblidcpk |
Mô tả | New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022! |
Kích Thước Tệp | 15.31 KB |
Số Lần Cài Đặt | 247 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2022-01-27 |
Ngày Phát Hành | 2022-01-21 |
Đánh Giá | 4.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Stormii Cloud |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |