news_19 | Shell Shockers Theme
New Shell Shockers Theme by Skullgeto#0001, released on 14th of September 2022!
什么是news_19 | Shell Shockers Theme?
news_19 | Shell Shockers Theme是由news19shells开发的Chrome扩展程序,该扩展的主要功能是“New Shell Shockers Theme by Skullgeto#0001, released on 14th of September 2022!”。
扩展截图
下载news_19 | Shell Shockers Theme扩展crx文件
下载news_19 | Shell Shockers Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
news_19 personalized shell shockers theme. made by Skullgeto#0001 and inspired by news pfps :3
扩展基本信息
名称 | |
ID | dadjgfginpngjmbjdbgdjflaoecdciac |
官方URL | https://chrome.google.com/webstore/detail/news19-shell-shockers-the/dadjgfginpngjmbjdbgdjflaoecdciac |
简介 | New Shell Shockers Theme by Skullgeto#0001, released on 14th of September 2022! |
文件大小 | 16.43 KB |
安装次数 | 32 |
当前版本 | 1 |
更新时间 | 2022-09-15 |
上架时间 | 2022-09-15 |
评分 | 5.00/5 共1次评分 |
开发者 | news19shells |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://www.youtube.com/channel/UC-56OBn3zRiov8AgtScki2Q |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "news_19 | Shell Shockers Theme", "version": "1", "author": "Designed and Programmed by Skullgeto#0001 | Uploaded by news#5907", "description": "New Shell Shockers Theme by Skullgeto#0001, released on 14th of September 2022!", "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/egghead.institute\/*", "https:\/\/shellshock.io\/*", "https:\/\/violentegg.club\/*", "https:\/\/deadlyegg.com\/*", "https:\/\/geometry.monster\/*", "https:\/\/humanorganising.org\/*", "https:\/\/algebra.vip\/*", "https:\/\/mathdrills.info\/*" ] } ], "icons": { "128": "egg.png" } } |