Habbo Avatar Clone, Effect without Avatar

Habbo Avatar Clone, Effect without Avatar

Habbo Avatar Clone, Effect without Avatar là gì?

Habbo Avatar Clone, Effect without Avatar là một tiện ích mở rộng Chrome được phát triển bởi P88L, và tính năng chính của nó là "Habbo Avatar Clone, Effect without Avatar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Habbo Avatar Clone, Effect without Avatar

Tải xuống các tệp mở rộng Habbo Avatar Clone, Effect without Avatar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Habbo Avatar Clone, Effect without Avatar Habbo Avatar Clone, Effect without Avatar
ID nolmmlckccblcbohpjloclpcdkgkkbdb
URL Chính Thức https://chromewebstore.google.com/detail/habbo-avatar-clone-effect/nolmmlckccblcbohpjloclpcdkgkkbdb
Mô tả Habbo Avatar Clone, Effect without Avatar
Kích Thước Tệp 5.98 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2019-09-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển P88L
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://pastebin.com/raw/CRdjX3P1
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}