Little Alchemy

Little Alchemy game to play in browser offline for free unblocked.

Little Alchemy란 무엇입니까?

Little Alchemy은(는) Monkey Mart에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Little Alchemy game to play in browser offline for free unblocked."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Little Alchemy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Little Alchemy is a simple but addictive game. Discover the enchanting world of Little Alchemy, an irresistibly addictive game where creativity knows no bounds. Dive into the joy of experimentation as you combine basic elements to unlock a universe of possibilities.

Key Features:

🌟 580 Elements: Unleash your imagination with a vast array of 580 elements waiting to be discovered.

🔮 Mix and Match: Experiment with element combinations to craft fascinating, entertaining, and unexpected items.

🎮 Play at Your Pace: Enjoy the game at your own rhythm, savoring each moment of creation.

🧩 Puzzles Galore: Every combination presents a delightful puzzle for you to unravel.

📴 Offline Play: Stay entertained anytime, anywhere, even without an internet connection.

💾 Progress Saving: Your progress is always saved, ensuring your creations are never lost.

Experience the Freedom of Little Alchemy:

🚫 No Ads: Immerse yourself in the game without interruptions – absolutely ad-free.

💳 No In-App Payments: Unlock the full potential of Little Alchemy without any in-app purchases.

Embark on a whimsical journey of discovery with Little Alchemy – where the only limit is your imagination. Download now and let the magic of creation unfold!                    

확장 프로그램 기본 정보

이름 Little Alchemy Little Alchemy
ID gheakeccljeakclompepcnjbabbkakeh
공식 URL https://chromewebstore.google.com/detail/little-alchemy/gheakeccljeakclompepcnjbabbkakeh
설명 Little Alchemy game to play in browser offline for free unblocked.
파일 크기 2.36 MB
설치 횟수 4,000
현재 버전 1.0.2
최근 업데이트 2023-12-10
출시 날짜 2023-11-27
평점 3.67/5 총 3 개의 평점
개발자 Monkey Mart
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/browserextensionprivacypolicy?ref=2
지원되는 언어 en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "img\/48-alpha.png",
        "128": "img\/128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "alarms",
        "storage"
    ],
    "sandbox": {
        "pages": [
            "game1.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "js\/*",
                "css\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Little Alchemy",
        "default_icon": "img\/48-alpha.png"
    },
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "name": "Little Alchemy",
    "version": "1.0.2",
    "description": "Little Alchemy game to play in browser offline for free unblocked."
}