2048 cheat

Click on extension to activate 2048 cheat!

2048 cheatとは何ですか?

2048 cheatはbonkdevelopmentによって開発されたChromeの拡張機能で、その主な機能は「Click on extension to activate 2048 cheat!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

2048 cheat拡張機能のCRXファイルをダウンロード

2048 cheat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows you to spawn in 2048 tiles in the game "2048" hosted on "https://play2048.co/​". Simply enter the amount of 2048 tiles you want (1-10) then press "Ok" , or chose to play the game regularly. To reset simply press the extension icon in the top right 
 to re-activate the cheat, refresh the page.                    

拡張機能の基本情報

名前 2048 cheat 2048 cheat
ID fkolcdediciljlifkplpncdgaalfoibg
公式URL https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg
説明 Click on extension to activate 2048 cheat!
ファイルサイズ 13.71 KB
インストール数 3,076
現在のバージョン 1.1
最終更新日 2023-11-08
公開日 2021-04-03
評価 5.00/5 合計 9 レビュー
開発者 bonkdevelopment
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2048 cheat",
    "action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 3,
    "version": "1.1",
    "description": "Click on extension to activate 2048 cheat!",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play2048.co\/"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}