Meno || Shell Shockers
Meno Shell Shockers Theme
什麼是Meno || Shell Shockers?
Meno || Shell Shockers是由jayvandev開發的Chrome擴展程式,該擴展的主要功能是“Meno Shell Shockers Theme”。
擴展截圖
下載Meno || Shell Shockers擴展crx文件
下載Meno || Shell Shockers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Shell Shockers Theme made for MenoXD, a twitch streamer and Blue Wizard Digital Content Creator This theme features - Custom Scope - Custom Crosshair - Custom UI designed for the new UI - Much More! Update: Moved CSS to local files
擴展基本資訊
名稱 | Meno || Shell Shockers |
ID | oncipepcafldlcladghpgkejfeflkkmh |
官方網址 | https://chromewebstore.google.com/detail/meno-shell-shockers/oncipepcafldlcladghpgkejfeflkkmh |
簡介 | Meno Shell Shockers Theme |
檔案大小 | 22.22 KB |
安裝次數 | 1,549 |
目前版本 | 2.1 |
更新時間 | 2023-04-11 |
上架時間 | 2023-02-23 |
評分 | 4.57/5 共 7 次評分 |
開發者 | jayvandev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Meno || Shell Shockers", "version": "2.1", "author": "Jayvan", "description": "Meno Shell Shockers Theme", "content_scripts": [ { "js": [ "content.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/shellshock.io\/*" ] } ], "icons": { "128": "egg.png" } } |