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文件

下載Little Alchemy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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."
}