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はpaolo pederciniによって開発されたChromeの拡張機能で、その主な機能は「Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.」です。
拡張機能のスクリーンショット
Unity Answers $$anonymous$$ fix拡張機能のCRXファイルをダウンロード
Unity Answers $$anonymous$$ fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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 | 
| Eメール | [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"
        }
    ]
}  |  |