Shell Shockers Play
For Shell Shockers lovers, it is the browser add-on of one-click access to play
什么是Shell Shockers Play?
Shell Shockers Play是由ylnzdmrkr开发的Chrome扩展程序,该扩展的主要功能是“For Shell Shockers lovers, it is the browser add-on of one-click access to play”。
扩展截图
下载Shell Shockers Play扩展crx文件
下载Shell Shockers Play扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can click on the button on your Chrome extension then quickly access to Shell Shockers tips and guides
扩展基本信息
名称 | |
ID | kaibiiplgnmagagcjddplhkngbgoafpj |
官方URL | https://chrome.google.com/webstore/detail/shell-shockers-play/kaibiiplgnmagagcjddplhkngbgoafpj |
简介 | For Shell Shockers lovers, it is the browser add-on of one-click access to play |
文件大小 | 1.42 MB |
安装次数 | 59 |
当前版本 | 3.0 |
更新时间 | 2022-04-28 |
上架时间 | 2022-04-28 |
开发者 | ylnzdmrkr |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://yuhho.com/shell-shockers |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shell Shockers Play", "description": "For Shell Shockers lovers, it is the browser add-on of one-click access to play", "version": "3.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": ".\/img\/16.png", "48": ".\/img\/48.png", "128": ".\/img\/128.png" }, "action": { "default_popup": ".\/popup.html" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ] } |