Unity Answers $$anonymous$$ fix

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

Qu'est-ce que Unity Answers $$anonymous$$ fix ?

Unity Answers $$anonymous$$ fix est une extension Chrome développée par paolo pedercini, et sa fonction principale est "Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Unity Answers $$anonymous$$ fix

Téléchargez les fichiers d'extension Unity Answers $$anonymous$$ fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Unity Answers $$anonymous$$ fix Unity Answers $$anonymous$$ fix
ID colofafhdnhgopgnbigiadgknpbgfcgk
URL Officiel https://chromewebstore.google.com/detail/unity-answers-anonymous-f/colofafhdnhgopgnbigiadgknpbgfcgk
Description Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.
Taille du Fichier 22.2 KB
Nombre d'Installations 276
Version Actuelle 0.1
Dernière Mise à Jour 2023-03-17
Date de Publication 2023-03-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur paolo pedercini
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}