Habbo Avatar Clone, Effect without Avatar
Habbo Avatar Clone, Effect without Avatar
什么是Habbo Avatar Clone, Effect without Avatar?
Habbo Avatar Clone, Effect without Avatar是由P88L开发的Chrome扩展程序,该扩展的主要功能是“Habbo Avatar Clone, Effect without Avatar”。
扩展截图
下载Habbo Avatar Clone, Effect without Avatar扩展crx文件
下载Habbo Avatar Clone, Effect without Avatar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Habbo Avatar Clone, Effect without Avatar |
ID | nolmmlckccblcbohpjloclpcdkgkkbdb |
官方URL | https://chromewebstore.google.com/detail/habbo-avatar-clone-effect/nolmmlckccblcbohpjloclpcdkgkkbdb |
简介 | Habbo Avatar Clone, Effect without Avatar |
文件大小 | 5.98 KB |
安装次数 | 60 |
当前版本 | 1.0.3 |
更新时间 | 2024-02-27 |
上架时间 | 2019-09-28 |
评分 | 5.00/5 共2次评分 |
开发者 | P88L |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://pastebin.com/raw/CRdjX3P1 |
支持的语言 | 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';" } } |