Habbo Avatar Clone, Effect without Avatar
Habbo Avatar Clone, Effect without Avatar
Vad är Habbo Avatar Clone, Effect without Avatar?
Habbo Avatar Clone, Effect without Avatar är en Chrome-tillägg utvecklad av P88L, och dess huvudfunktion är "Habbo Avatar Clone, Effect without Avatar".
Tilläggsskärmbilder
Ladda ner Habbo Avatar Clone, Effect without Avatar-förlängningens CRX-fil
Ladda ner Habbo Avatar Clone, Effect without Avatar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | nolmmlckccblcbohpjloclpcdkgkkbdb |
| Officiell webbadress | https://chromewebstore.google.com/detail/habbo-avatar-clone-effect/nolmmlckccblcbohpjloclpcdkgkkbdb |
| Beskrivning | Habbo Avatar Clone, Effect without Avatar |
| Filstorlek | 5.98 KB |
| Antal Installationer | 60 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2024-02-27 |
| Publiceringsdatum | 2019-09-28 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | P88L |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://pastebin.com/raw/CRdjX3P1 |
| Stödda Språk | 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';"
}
} | |