Unity Answers $$anonymous$$ fix

Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.

Unity Answers $$anonymous$$ fix là gì?

Unity Answers $$anonymous$$ fix là một tiện ích mở rộng Chrome được phát triển bởi paolo pedercini, và tính năng chính của nó là "Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unity Answers $$anonymous$$ fix

Tải xuống các tệp mở rộng Unity Answers $$anonymous$$ fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unity Answers $$anonymous$$ fix Unity Answers $$anonymous$$ fix
ID colofafhdnhgopgnbigiadgknpbgfcgk
URL Chính Thức https://chromewebstore.google.com/detail/unity-answers-anonymous-f/colofafhdnhgopgnbigiadgknpbgfcgk
Mô tả Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.
Kích Thước Tệp 22.2 KB
Số Lần Cài Đặt 276
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2023-03-17
Ngày Phát Hành 2023-03-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển paolo pedercini
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}