Among Us Theme || Shell Shockers

by Jayvan & Helloworld

什麼是Among Us Theme || Shell Shockers?

Among Us Theme || Shell Shockers是由jayvandev開發的Chrome擴展程式,該擴展的主要功能是“by Jayvan & Helloworld”。

擴展截圖

screenshot

下載Among Us Theme || Shell Shockers擴展crx文件

下載Among Us Theme || Shell Shockers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Among Us in Shell Shockers! Enjoy a modified UI as well as in game mods, including custom particles, sussy eggs, and a custom skybox.                    

擴展基本資訊

名稱 Among Us Theme || Shell Shockers Among Us Theme || Shell Shockers
ID enajpjeakcobmhjdlbmipbknelalcioi
官方網址 https://chrome.google.com/webstore/detail/among-us-theme-shell-shoc/enajpjeakcobmhjdlbmipbknelalcioi
簡介 by Jayvan & Helloworld
檔案大小 32.32 KB
安裝次數 849
目前版本 1.0
更新時間 2022-04-11
上架時間 2022-04-11
評分 5.00/5 共 1 次評分
開發者 jayvandev
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Among Us Theme || Shell Shockers",
    "description": "by Jayvan & Helloworld",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "amongus.js"
            ],
            "matches": [
                "https:\/\/shellshock.io\/"
            ]
        }
    ]
}