2048 Puzzle Game
2048 Puzzle Game single-player. You join the numbers and get to the 2048 tile
Cos'è 2048 Puzzle Game?
2048 Puzzle Game è un'estensione di Chrome sviluppata da Puzzle Games, e la sua funzione principale è "2048 Puzzle Game single-player. You join the numbers and get to the 2048 tile".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 2048 Puzzle Game
Scarica i file di estensione 2048 Puzzle Game 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
Install the extension to enjoy 2048 Puzzle Game in browser! Winning strategy can be broken down into a few key elements: - Use only two directions (as much as possible) - Never move your tiles up. - Keep your tiles tidy. - Focus on your goal. - Aggressively combine downward and horizontally as needed. Unlike many games, our game does not require fast internet and powerful computer. Play sliding puzzle at any time. 2048 Puzzle Game may add a convenient button to start this game from the serp, when you are searching for it. You can close this reminder permanently if you want. Our game saves game progress automatically. This extension is a self-dependent game, not a link to a website or iframe. This 2048 game always will be opened in the new tab, not in the popup window.
Informazioni di Base sull'Estensione
Nome | |
ID | pnafmlnabgcefklfljalmelpbnnofgdi |
URL Ufficiale | https://chrome.google.com/webstore/detail/2048-puzzle-game/pnafmlnabgcefklfljalmelpbnnofgdi |
Descrizione | 2048 Puzzle Game single-player. You join the numbers and get to the 2048 tile |
Dimensione del File | 2.62 MB |
Conteggio Installazioni | 771 |
Versione Corrente | 1.8.30 |
Ultimo Aggiornamento | 2021-04-19 |
Data di Pubblicazione | 2021-04-19 |
Sviluppatore | Puzzle Games |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://tryfunstorage.com/puzzle/privacy-policy |
Lingue Supportate | ms,de,en,en-GB,en-US,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,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "icons": { "128": "images\/128.png" }, "version": "1.8.30", "default_locale": "en", "content_scripts": [ { "run_at": "document_start", "js": [ "js\/reminder_2048_puzzle.js" ], "css": [ "css\/roboto.css", "css\/reminder_2048_puzzle.css" ], "matches": [ "https:\/\/ar.search.yahoo.com\/*", "https:\/\/mx.search.yahoo.com\/*", "https:\/\/au.search.yahoo.com\/*", "https:\/\/nl.search.yahoo.com\/*", "https:\/\/at.search.yahoo.com\/*", "https:\/\/nz.search.yahoo.com\/*", "https:\/\/br.search.yahoo.com\/*", "https:\/\/no.search.yahoo.com\/*", "https:\/\/ca.search.yahoo.com\/*", "https:\/\/fr.search.yahoo.com\/*", "https:\/\/pe.search.yahoo.com\/*", "https:\/\/cl.search.yahoo.com\/*", "https:\/\/ph.search.yahoo.com\/*", "https:\/\/co.search.yahoo.com\/*", "https:\/\/sg.search.yahoo.com\/*", "https:\/\/dk.search.yahoo.com\/*", "https:\/\/es.search.yahoo.com\/*", "https:\/\/fi.search.yahoo.com\/*", "https:\/\/se.search.yahoo.com\/*", "https:\/\/ch.search.yahoo.com\/*", "https:\/\/de.search.yahoo.com\/*", "https:\/\/tw.search.yahoo.com\/*", "https:\/\/hk.search.yahoo.com\/*", "https:\/\/th.search.yahoo.com\/*", "https:\/\/in.search.yahoo.com\/*", "https:\/\/gb.search.yahoo.com\/*", "https:\/\/id.search.yahoo.com\/*", "https:\/\/en.search.yahoo.com\/*", "https:\/\/ie.search.yahoo.com\/*", "https:\/\/ve.search.yahoo.com\/*", "https:\/\/it.search.yahoo.com\/*", "https:\/\/vn.search.yahoo.com\/*", "https:\/\/my.search.yahoo.com\/*", "https:\/\/www.bing.com\/*", "https:\/\/www.google.com\/*", "https:\/\/www.google.com.ar\/*", "https:\/\/www.google.com.mx\/*", "https:\/\/www.google.com.au\/*", "https:\/\/www.google.co.uk\/*", "https:\/\/www.google.com.au\/*", "https:\/\/www.google.nl\/*", "https:\/\/www.google.at\/*", "https:\/\/www.google.co.nz\/*", "https:\/\/www.google.br\/*", "https:\/\/www.google.no\/*", "https:\/\/www.google.ca\/*", "https:\/\/www.google.fr\/*", "https:\/\/www.google.cl\/*", "https:\/\/www.google.co.jp\/*", "https:\/\/www.google.com.ph\/*", "https:\/\/www.google.com.sg\/*", "https:\/\/www.google.dk\/*", "https:\/\/www.google.es\/*", "https:\/\/www.google.fi\/*", "https:\/\/www.google.se\/*", "https:\/\/www.google.ch\/*", "https:\/\/www.google.de\/*", "https:\/\/www.google.com.tw\/*", "https:\/\/www.google.com.hk\/*", "https:\/\/www.google.co.in\/*", "https:\/\/www.google.co.id\/*", "https:\/\/www.google.ie\/*", "https:\/\/www.google.co.ve\/*", "https:\/\/www.google.it\/*", "https:\/\/www.google.com.vn\/*", "https:\/\/www.google.com.my\/*", "https:\/\/search.yahoo.com\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "browser_action": { "default_icon": "images\/128.png", "default_title": "2048" }, "background": { "scripts": [ "js\/cache.js", "js\/background.js" ] }, "web_accessible_resources": [ "images\/*", "fonts\/*" ] } |