Unity Answers $$anonymous$$ fix
Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.
Was ist Unity Answers $$anonymous$$ fix?
Unity Answers $$anonymous$$ fix ist eine Chrome-Erweiterung, die von paolo pedercini entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.".
Erweiterungsscreenshots
Unity Answers $$anonymous$$ fix-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unity Answers $$anonymous$$ fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | colofafhdnhgopgnbigiadgknpbgfcgk | 
| Offizielle URL | https://chromewebstore.google.com/detail/unity-answers-anonymous-f/colofafhdnhgopgnbigiadgknpbgfcgk | 
| Beschreibung | Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts. | 
| Dateigröße | 22.2 KB | 
| Installationsanzahl | 276 | 
| Aktuelle Version | 0.1 | 
| Letztes Update | 2023-03-17 | 
| Veröffentlichungsdatum | 2023-03-16 | 
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | paolo pedercini | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
        }
    ]
}  |  |