Unity Answers $$anonymous$$ fix
Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.
Co to jest Unity Answers $$anonymous$$ fix?
Unity Answers $$anonymous$$ fix to rozszerzenie Chrome opracowane przez paolo pedercini, a jego główną funkcją jest „Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Unity Answers $$anonymous$$ fix
Pobierz pliki rozszerzeń Unity Answers $$anonymous$$ fix 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
For years, the popular game development forum answers.unity.com has been plagued by a hack that replaced all instances of "hi" with the string "$$anonymous$$" . In some instances this makes the post unreadable. This extensions restores the original text by executing a single string replacement line of javascript.
Podstawowe informacje o rozszerzeniu
Nazwa | Unity Answers $$anonymous$$ fix |
ID | colofafhdnhgopgnbigiadgknpbgfcgk |
Oficjalny URL | https://chromewebstore.google.com/detail/unity-answers-anonymous-f/colofafhdnhgopgnbigiadgknpbgfcgk |
Opis | Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts. |
Rozmiar pliku | 22.2 KB |
Liczba instalacji | 276 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2023-03-17 |
Data Publikacji | 2023-03-16 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | paolo pedercini |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unity Answers $$anonymous$$ fix", "description": "Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.", "version": "0.1", "author": "Molleindustria", "short_name": "Unity Answers fix", "manifest_version": 3, "icons": { "16": "resources\/anon16.png", "48": "resources\/anon48.png", "32": "resources\/anon32.png", "128": "resources\/anon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/answers.unity.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |