Habbo Flash Client

#SaveHabbo

Habbo Flash Client란 무엇입니까?

Habbo Flash Client은(는) Effryx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "#SaveHabbo"입니다.

확장 프로그램 스크린샷

screenshot

Habbo Flash Client 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Support to use Habbo Flash Client (2021):

PT: Essa extensão recupera o seu acesso único TEMPORÁRIO no jogo e inicia o aplicativo "Habbo", permitindo entrar no game de forma individual. Como diz o próprio nome, é temporário, portanto, você deverá logar novamente toda vez que quiser jogar na antiga cliente.

EN: This extension recovers your TEMPORARY single access to the game and launches the "Habbo" application, allowing you to enter the game individually. As the name says, it is temporary, so you must log in again every time you want to play on the old client.

ES: Esta extensión recupera tu acceso único TEMPORAL al juego y lanza la aplicación "Habbo", permitiéndote ingresar al juego individualmente. Como dice el nombre, es temporal, por lo que debes iniciar sesión nuevamente cada vez que quieras jugar en el cliente anterior.

• DOWNLOAD FOR APPLICATION :: 
https://github.com/Rodriqo/HabboFlashClient/releases                    

확장 프로그램 기본 정보

이름 Habbo Flash Client Habbo Flash Client
ID gpmdjhgcahpkbaahbdlmpebnmplcnbni
공식 URL https://chromewebstore.google.com/detail/habbo-flash-client/gpmdjhgcahpkbaahbdlmpebnmplcnbni
설명 #SaveHabbo
파일 크기 95.08 KB
설치 횟수 83
현재 버전 1.0
최근 업데이트 2021-02-08
출시 날짜 2021-02-07
개발자 Effryx
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Rodriqo/HabboFlashClient/releases
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Habbo Flash Client",
    "version": "1.0",
    "description": "#SaveHabbo",
    "icons": {
        "16": ".\/icons\/icone_16x.png",
        "19": ".\/icons\/icone_19x.png",
        "24": ".\/icons\/icone_24x.png",
        "32": ".\/icons\/icone_32x.png",
        "38": ".\/icons\/icone_38x.png",
        "48": ".\/icons\/icone_48x.png",
        "96": ".\/icons\/icone_96x.png",
        "128": ".\/icons\/icone_128x.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.habbo.com\/*",
                "https:\/\/www.habbo.com.br\/*",
                "https:\/\/www.habbo.com.tr\/*",
                "https:\/\/www.habbo.es\/*",
                "https:\/\/www.habbo.fi\/*",
                "https:\/\/www.habbo.nl\/*",
                "https:\/\/www.habbo.it\/*",
                "https:\/\/www.habbo.fr\/*",
                "https:\/\/www.habbo.de\/*"
            ],
            "js": [
                "client.js"
            ]
        }
    ],
    "manifest_version": 2
}