Hazard | Shell Shockers Theme
A shellshockers theme for Hazard!
什麼是Hazard | Shell Shockers Theme?
Hazard | Shell Shockers Theme是由omeralp.tr開發的Chrome擴展程式,該擴展的主要功能是“A shellshockers theme for Hazard!”。
擴展截圖
下載Hazard | Shell Shockers Theme擴展crx文件
下載Hazard | Shell Shockers Theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This theme was coded by Magma, the design was all done by Hazard. Includes custom scope and crosshair! Hope you guys enjoy the theme! Thanks to Boolet for the template!
擴展基本資訊
名稱 | |
ID | kielfepkmaliafegkoeckblcglcnccmj |
官方網址 | https://chrome.google.com/webstore/detail/hazard-shell-shockers-the/kielfepkmaliafegkoeckblcglcnccmj |
簡介 | A shellshockers theme for Hazard! |
檔案大小 | 16.36 KB |
安裝次數 | 354 |
目前版本 | 1.3 |
更新時間 | 2022-08-18 |
上架時間 | 2022-08-14 |
評分 | 4.71/5 共 14 次評分 |
開發者 | omeralp.tr |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hazard | Shell Shockers Theme", "version": "1.3", "author": "Designed by Hazard | Programmed by Magma#9993", "description": "A shellshockers theme for Hazard!", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/egghead.institute\/*", "https:\/\/shellshock.io\/*", "https:\/\/violentegg.club\/*" ] } ], "icons": { "128": "egg.png" } } |