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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Habbo Avatar Clone, Effect without Avatar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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';"
    }
}