Habbo Avatar Clone, Effect without Avatar
Habbo Avatar Clone, Effect without Avatar
Wat is Habbo Avatar Clone, Effect without Avatar?
Habbo Avatar Clone, Effect without Avatar is een Chrome-extensie ontwikkeld door P88L, en de belangrijkste functie is "Habbo Avatar Clone, Effect without Avatar".
Extensie Screenshots
Download het CRX-bestand van de extensie Habbo Avatar Clone, Effect without Avatar
Download Habbo Avatar Clone, Effect without Avatar-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
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
Basisinformatie over de Extensie
Naam | Habbo Avatar Clone, Effect without Avatar |
ID | nolmmlckccblcbohpjloclpcdkgkkbdb |
Officiële URL | https://chromewebstore.google.com/detail/habbo-avatar-clone-effect/nolmmlckccblcbohpjloclpcdkgkkbdb |
Beschrijving | Habbo Avatar Clone, Effect without Avatar |
Bestandsgrootte | 5.98 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2024-02-27 |
Publicatiedatum | 2019-09-28 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | P88L |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://pastebin.com/raw/CRdjX3P1 |
Ondersteunde Talen | 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';" } } |