Solitaire Collection & FreeCell Deal Finder

▶️Play Solitaire, Spider & FreeCell. ✅Lookup FreeCell Deals by Game Number. ✅10000+ free card games.

O que é Solitaire Collection & FreeCell Deal Finder?

Solitaire Collection & FreeCell Deal Finder é uma extensão do Chrome desenvolvida por https://online-solitaire.com, e sua principal característica é "▶️Play Solitaire, Spider & FreeCell. ✅Lookup FreeCell Deals by Game Number. ✅10000+ free card games.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Solitaire Collection & FreeCell Deal Finder

Baixe arquivos de extensão Solitaire Collection & FreeCell Deal Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Look up Microsoft Freecell deals using this extension from Online Solitaire. As a bonus, we've included our Solitaire collection which lets you play Solitaire, Spider, and Freecell.

Input a game number from 1 to 32.000 and you'll get the corresponding starting deal from the original Microsoft FreeCell game. So all you nostalgic FreeCell players can check up on a starting deal for your favorite Windows FreeCell game and play it in real life!

Our game contains unlimited free gameplays, undo's, and hints. You can toggle sound, set autoplay, turn 3 cards or turn 1 card at a time, change the design, and much more under settings.

We hope you'll enjoy our card game as much as the 20.000+ people who play over 100.000 games of Solitaire each day through our app.

Have fun! 

Solitaire rules: https://online-solitaire.com/#rules
Privacy policy: https://online-solitaire.com/privacy-policy
Help: https://online-solitaire.com/contact                    

Informações Básicas da Extensão

Nome Solitaire Collection & FreeCell Deal Finder Solitaire Collection & FreeCell Deal Finder
ID mgkfpkgbbiidhahnbapaljpplahoakgc
URL Oficial https://chromewebstore.google.com/detail/solitaire-collection-free/mgkfpkgbbiidhahnbapaljpplahoakgc
Descrição ▶️Play Solitaire, Spider & FreeCell. ✅Lookup FreeCell Deals by Game Number. ✅10000+ free card games.
Tamanho do Arquivo 2.06 MB
Contagem de Instalações 32,495
Versão Atual 3.0.2
Última Atualização 2021-04-19
Data de Publicação 2020-05-03
Classificação 1.89/5 Total de 1075 Avaliações
Desenvolvedor https://online-solitaire.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://online-solitaire.com/
URL da Página de Ajuda https://online-solitaire.com/contact
URL da Página de Política de Privacidade https://online-solitaire.com/privacy-policy
Idiomas Suportados id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,ta,te,kn-IN,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.0.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Alfred Torbjonsen",
    "homepage_url": "https:\/\/online-solitaire.com\/",
    "short_name": "Solitaire",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    }
}