500 piece puzzles, daily hyper casual game

Huge collection of free jigsaw puzzles hyper casual games. Solve your favorites puzzles while browsing the web.

什麼是500 piece puzzles, daily hyper casual game?

500 piece puzzles, daily hyper casual game是由Best Extensions開發的Chrome擴展程式,該擴展的主要功能是“Huge collection of free jigsaw puzzles hyper casual games. Solve your favorites puzzles while browsing the web.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載500 piece puzzles, daily hyper casual game擴展crx文件

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

擴展使用說明

                        Thousands of free jigsaw puzzles that created by a large community and uploaded from all over the world.
Control the level of difficulty for fun by all the family, or a quick distraction at work, or boring days.

✔ Thousands of jigsaw puzzles images and topics.
✔ Upload your favorite images to solve as puzzles. 
✔ Add best puzzles to favorites for easy access.
✔ Click the puzzle button to show the puzzle on any page. Great for casually take a break from work.
✔ Auto save. Start solving a puzzle, take a break, continue solving where you left off. 
✔ Select the the difficulty by changing the number of puzzle pieces.
✔ free online 300 piece puzzles, 500 piece jigsaw puzzles and even 1000 piece puzzles.
✔ Best hyper casual games online for pc.                    

擴展基本資訊

名稱 500 piece puzzles, daily hyper casual game 500 piece puzzles, daily hyper casual game
ID lkopcphbdgfcnngabbfaibhciefbdooi
官方網址 https://chrome.google.com/webstore/detail/500-piece-puzzles-daily-h/lkopcphbdgfcnngabbfaibhciefbdooi
簡介 Huge collection of free jigsaw puzzles hyper casual games. Solve your favorites puzzles while browsing the web.
檔案大小 49.39 KB
安裝次數 542
目前版本 1.1.0.0
更新時間 2020-11-26
上架時間 2020-11-26
評分 2.60/5 共 5 次評分
開發者 Best Extensions
電子郵箱 [email protected]
付費類型 free
支援的語言 de,en,fr,nl,ca,da,et,es,it,hu,fi,sv,cs,el,bg,ru,uk,hi,th,ja
manifest.json
{
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Play!"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "manifest_version": 2,
    "version": "1.1.0.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}