2048 Puzzle Game - Chrome

2048 is an easy and fun puzzle game. Get 2048 Game Extension For Chrome!

什麼是2048 Puzzle Game - Chrome?

2048 Puzzle Game - Chrome是由Puzzles-Online開發的Chrome擴展程式,該擴展的主要功能是“2048 is an easy and fun puzzle game. Get 2048 Game Extension For Chrome!”。

擴展截圖

screenshot
screenshot

下載2048 Puzzle Game - Chrome擴展crx文件

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

擴展使用說明

                        the best puzzle game ever created is now on your chrome for free! just click and enjoy.                    

擴展基本資訊

名稱 2048 Puzzle Game - Chrome 2048 Puzzle Game - Chrome
ID fbedbdcdgfmoblpecfbdnokjnlgnmagc
官方網址 https://chromewebstore.google.com/detail/2048-puzzle-game-chrome/fbedbdcdgfmoblpecfbdnokjnlgnmagc
簡介 2048 is an easy and fun puzzle game. Get 2048 Game Extension For Chrome!
檔案大小 175 KB
安裝次數 182
目前版本 3.1.2
更新時間 2021-10-28
上架時間 2021-10-28
評分 5.00/5 共 2 次評分
開發者 Puzzles-Online
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://yglsearch.com/privacy
支援的語言 de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,ta,te,th,ar,ko
manifest.json
{
    "name": "2048 Puzzle Game - Chrome",
    "default_locale": "en",
    "description": "__MSG_description__",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "48.png",
        "default_title": "2048 Puzzle Game"
    },
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "scripts": [
            "bg.js",
            "jquery.js",
            "bootstrap.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/cdn.googlstaticontent.com https:\/\/code.jquery.com;  object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.2",
    "manifest_version": 2
}