2048 - Classic Games

Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!

Cos'è 2048 - Classic Games?

2048 - Classic Games è un'estensione di Chrome sviluppata da Retro Games, e la sua funzione principale è "Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 2048 - Classic Games

Scarica i file di estensione 2048 - Classic Games in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Hello there!

2048:
2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!
The 2048 addictive puzzle game is at your chrome browser, and it's totally free!
Now you can play 2048 game directly from your browser with a single click only! We promise you that the 2048 game/extension will always be free, and you could play as much as you want, no limits whatsoever! The only thing you need to do is to install it and click on the icon, then the puzzle game will open.

How To Play 2048?
Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!
The purpose of 2048 is: (Be surprise ---- get to the 2048 tile!)
The 2048 addictive puzzle game is at your chrome browser, and it's totally free!
Now you can play 2048 game directly from your browser with a single click only! We promise you that the twenty forty eight game/extension will always be free, and you could play as much as you want, no limits whatsoever! The only thing you need to do is to install it and click on the icon, then the puzzle game will open.


What else:
With this extension you are able to play Super Contra, Flappy Bird, PacMan and other flash games with the click of a button!

PACMAN:
Play classic Pacman game offline version on your Google Chrome!
Pacman Classic Offline Version 

Play Pacman on your Google Chrome Browser. 

DINO:
Play Chrome's Dino game without disconnecting to the Internet.
Click the Chrome Dino button at a line with games and start playing the game.

FLAPPY BIRD:
The classic Flappy Bird game offline version on your Google Chrome!
Flappy Bird Classic Offline Version 

"Wanna try something new?
INTRODUCTION
Play Flappy Bird on your Google Chrome Browser with our simple & lightweight extension - No Internet required.

MARIO (coming soon):
Play Infinite Mario Bros Offline on your Google Chrome!
This is a clone of Infinite Mario Bros, written in JavaScript for web browsers using HTML5.

1. Install extension, pin the Infinite Mario Bros icon on the toolbar
2. Click the Infinite Mario Bros icon on the Chrome extension the toolbar 
and then we will open a Infinite Mario Bros for you to play the game! You don’t need to do anything else! You also can play Infinite Mario Bros from any Chrome Tab.
Have fun!
Welcome to the funniest and most addictive game ever - 2048 !
With this extension, you can play the popular game directly from your chrome browser page and by opening the extension itself in a popunder.

DINO:
Play Chrome Dino from any tab!
Chrome Dino Offline Game Version

Play Chrome Dino Game on your Google Chrome Browser. Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!

1. Install extension
2. Click the Chrome Dino Game icon on the Chrome extension toolbar and then we will open a Chrome Dino Game for you to play the game! You don’t need to do anything else! You also can play Chrome Dino Game from any Chrome Tab.

Mahjong is a game of skill, strategy, and calculation and involves a degree of chance.To play the game, all you have to do is to click on the Games extension icon after installing.

Slither. Just start, pick a nickname and begin to grow your snake. It is so much fun. Maybe you will see a very long snake, be careful, it might drive you into a corner and make you destroy.


Drop a line in comments what games do you want to see in a list.                    

Informazioni di Base sull'Estensione

Nome 2048 - Classic Games 2048 - Classic Games
ID hnaenmhgjlogfiaikmlieimdpjdmbfgh
URL Ufficiale https://chrome.google.com/webstore/detail/2048-megapack-of-classic/hnaenmhgjlogfiaikmlieimdpjdmbfgh
Descrizione Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!
Dimensione del File 813 KB
Conteggio Installazioni 161,712
Versione Corrente 1.0.8
Ultimo Aggiornamento 2023-01-24
Data di Pubblicazione 2021-03-05
Valutazione 4.41/5 Totale 91 Valutazioni
Sviluppatore Retro Games
Email [email protected]
Tipo di Pagamento free
Lingue Supportate id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "2048"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/geoguessr.com\/*"
            ],
            "css": [
                "css\/geoguessr.css"
            ],
            "js": [
                "js\/geoguessr.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/geoguessr.com\/*",
                "*:\/\/fflashgames.com\/*",
                "*:\/\/www.yiv.com\/*",
                "*:\/\/html5.gamedistribution.com\/*",
                "*:\/\/slither.io\/*"
            ],
            "css": [
                "css\/sidebar.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/gamesList.js",
                "js\/sidebar.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/slither.io\/*",
                "*:\/\/www.trex-game.skipser.com\/*",
                "*:\/\/html5.gamedistribution.com\/*",
                "*:\/\/www.free-play-mahjong.com\/*"
            ],
            "js": [
                "js\/resourcesCleaner.js"
            ],
            "css": [
                "css\/resourcesCleaner.css"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/fflashgames.com\/*"
            ],
            "js": [
                "js\/neptunjs.js"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "img\/*"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "version": "1.0.8"
}