Unity Answers $$anonymous$$ fix

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

Wat is Unity Answers $$anonymous$$ fix?

Unity Answers $$anonymous$$ fix is een Chrome-extensie ontwikkeld door paolo pedercini, en de belangrijkste functie is "Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Unity Answers $$anonymous$$ fix

Download Unity Answers $$anonymous$$ fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Unity Answers $$anonymous$$ fix Unity Answers $$anonymous$$ fix
ID colofafhdnhgopgnbigiadgknpbgfcgk
Officiële URL https://chromewebstore.google.com/detail/unity-answers-anonymous-f/colofafhdnhgopgnbigiadgknpbgfcgk
Beschrijving Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.
Bestandsgrootte 22.2 KB
Aantal Installaties 276
Huidige Versie 0.1
Laatst Bijgewerkt 2023-03-17
Publicatiedatum 2023-03-16
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar paolo pedercini
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}