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
公式URL 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
Eメール [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
}