ShinyColors async app script
Make third-party userscripts load more stable by setting the async attribute on the game's app script
什么是ShinyColors async app script?
ShinyColors async app script是由蕾西亚开发的Chrome扩展程序,该扩展的主要功能是“Make third-party userscripts load more stable by setting the async attribute on the game's app script”。
扩展截图
下载ShinyColors async app script扩展crx文件
下载ShinyColors async app script扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use this extension to solve the problem that the ShinyColors localization script occasionally does not work.
扩展基本信息
名称 | ShinyColors async app script |
ID | caafhkjcgpbinkgnghkojaoipgdkbcbc |
官方URL | https://chromewebstore.google.com/detail/shinycolors-async-app-scr/caafhkjcgpbinkgnghkojaoipgdkbcbc |
简介 | Make third-party userscripts load more stable by setting the async attribute on the game's app script |
文件大小 | 45.53 KB |
安装次数 | 2,942 |
当前版本 | 1.2 |
更新时间 | 2022-06-11 |
上架时间 | 2022-05-02 |
评分 | 5.00/5 共1次评分 |
开发者 | 蕾西亚 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_desc__", "version": "1.2", "manifest_version": 2, "default_locale": "zh_CN", "content_scripts": [ { "matches": [ "*:\/\/shinycolors.enza.fun\/*" ], "run_at": "document_start", "js": [ "content-script.js" ] } ], "icons": { "128": "\/icon.png" } } |