Unity Answers $$anonymous$$ fix
Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.
ما هو Unity Answers $$anonymous$$ fix؟
Unity Answers $$anonymous$$ fix هو إضافة Chrome تم تطويرها بواسطة paolo pedercini، والميزة الرئيسية لها هي "Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unity Answers $$anonymous$$ fix
قم بتنزيل ملفات الامتداد Unity Answers $$anonymous$$ fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | colofafhdnhgopgnbigiadgknpbgfcgk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/unity-answers-anonymous-f/colofafhdnhgopgnbigiadgknpbgfcgk |
| الوصف | Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts. |
| حجم الملف | 22.2 KB |
| عدد التثبيتات | 276 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2023-03-17 |
| تاريخ النشر | 2023-03-16 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | paolo pedercini |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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"
}
]
} | |