Novosuper || Shell Shockers
Novosuper Shell Shockers Theme
什麼是Novosuper || Shell Shockers?
Novosuper || Shell Shockers是由jayvandev開發的Chrome擴展程式,該擴展的主要功能是“Novosuper Shell Shockers Theme”。
擴展截圖
下載Novosuper || Shell Shockers擴展crx文件
下載Novosuper || Shell Shockers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Custom shell shockers theme for twitch streamer Novosuper for the new UI! Features: - Custom Scope - Custom Crosshair - Custom UI
擴展基本資訊
名稱 | Novosuper || Shell Shockers |
ID | ioadidicdpcaejfnhppggnedbhcijgfh |
官方網址 | https://chromewebstore.google.com/detail/novosuper-shell-shockers/ioadidicdpcaejfnhppggnedbhcijgfh |
簡介 | Novosuper Shell Shockers Theme |
檔案大小 | 16.39 KB |
安裝次數 | 64 |
目前版本 | 1.0 |
更新時間 | 2023-03-21 |
上架時間 | 2023-03-21 |
開發者 | jayvandev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Novosuper || Shell Shockers", "version": "1.0", "author": "Jayvan", "description": "Novosuper Shell Shockers Theme", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/shellshock.io\/*" ] } ], "icons": { "128": "egg.png" } } |