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 レビュー |
開発者 | 蕾西亚 |
Eメール | [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" } } |