ShinyColors async app script
Make third-party userscripts load more stable by setting the async attribute on the game's app script
Co to jest ShinyColors async app script?
ShinyColors async app script to rozszerzenie Chrome opracowane przez 蕾西亚, a jego główną funkcją jest „Make third-party userscripts load more stable by setting the async attribute on the game's app script”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ShinyColors async app script
Pobierz pliki rozszerzeń ShinyColors async app script w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Use this extension to solve the problem that the ShinyColors localization script occasionally does not work.
Podstawowe informacje o rozszerzeniu
Nazwa | ShinyColors async app script |
ID | caafhkjcgpbinkgnghkojaoipgdkbcbc |
Oficjalny URL | https://chromewebstore.google.com/detail/shinycolors-async-app-scr/caafhkjcgpbinkgnghkojaoipgdkbcbc |
Opis | Make third-party userscripts load more stable by setting the async attribute on the game's app script |
Rozmiar pliku | 45.53 KB |
Liczba instalacji | 2,942 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2022-06-11 |
Data Publikacji | 2022-05-02 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | 蕾西亚 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |