Habbo Avatar Clone, Effect without Avatar

Habbo Avatar Clone, Effect without Avatar

Cos'è Habbo Avatar Clone, Effect without Avatar?

Habbo Avatar Clone, Effect without Avatar è un'estensione di Chrome sviluppata da P88L, e la sua funzione principale è "Habbo Avatar Clone, Effect without Avatar".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Habbo Avatar Clone, Effect without Avatar

Scarica i file di estensione Habbo Avatar Clone, Effect without Avatar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        You can Clone a Look in all Official Habbo Hotels with this Extension.
After Cloning you need reolad the Room to see changes.

made by @QDave                    

Informazioni di Base sull'Estensione

Nome Habbo Avatar Clone, Effect without Avatar Habbo Avatar Clone, Effect without Avatar
ID nolmmlckccblcbohpjloclpcdkgkkbdb
URL Ufficiale https://chromewebstore.google.com/detail/habbo-avatar-clone-effect/nolmmlckccblcbohpjloclpcdkgkkbdb
Descrizione Habbo Avatar Clone, Effect without Avatar
Dimensione del File 5.98 KB
Conteggio Installazioni 60
Versione Corrente 1.0.3
Ultimo Aggiornamento 2024-02-27
Data di Pubblicazione 2019-09-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore P88L
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://pastebin.com/raw/CRdjX3P1
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Habbo Avatar Clone, Effect without Avatar",
    "version": "1.0.3",
    "description": "Habbo Avatar Clone, Effect without Avatar",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.habbo.com\/*",
                "https:\/\/www.habbo.com.br\/*",
                "https:\/\/www.habbo.com.tr\/*",
                "https:\/\/www.habbo.fi\/*",
                "https:\/\/www.habbo.nl\/*",
                "https:\/\/www.habbo.es\/*",
                "https:\/\/www.habbo.de\/*",
                "https:\/\/www.habbo.it\/*",
                "https:\/\/www.habbo.fr\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}