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 |
官方網址 | 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" } } |