Habbo Avatar Clone, Effect without Avatar
Habbo Avatar Clone, Effect without Avatar
Hvad er Habbo Avatar Clone, Effect without Avatar?
Habbo Avatar Clone, Effect without Avatar er en Chrome-udvidelse udviklet af P88L, og dens hovedfunktion er "Habbo Avatar Clone, Effect without Avatar".
Udvidelsesskærmbilleder
Download Habbo Avatar Clone, Effect without Avatar-udvidelses-CRX-fil
Download Habbo Avatar Clone, Effect without Avatar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nolmmlckccblcbohpjloclpcdkgkkbdb |
| Officiel URL | https://chromewebstore.google.com/detail/habbo-avatar-clone-effect/nolmmlckccblcbohpjloclpcdkgkkbdb |
| Beskrivelse | Habbo Avatar Clone, Effect without Avatar |
| Filstørrelse | 5.98 KB |
| Antal Installationer | 60 |
| Nuværende Version | 1.0.3 |
| Senest Opdateret | 2024-02-27 |
| Udgivelsesdato | 2019-09-28 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | P88L |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://pastebin.com/raw/CRdjX3P1 |
| Understøttede Sprog | 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';"
}
} | |