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!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Stormii Cloud | Shell Shockers Theme Stormii Cloud | Shell Shockers Theme
ID bncffgalbnlflcenmpcbfdnbfblidcpk
官方網址 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"
    }
}