Solitaire Collection & FreeCell Deal Finder
▶️Play Solitaire, Spider & FreeCell. ✅Lookup FreeCell Deals by Game Number. ✅10000+ free card games.
Что такое Solitaire Collection & FreeCell Deal Finder?
Solitaire Collection & FreeCell Deal Finder - это расширение Chrome, разработанное https://online-solitaire.com, и его основная функция - "▶️Play Solitaire, Spider & FreeCell. ✅Lookup FreeCell Deals by Game Number. ✅10000+ free card games.".
Снимки экрана расширения
Скачать файл CRX расширения Solitaire Collection & FreeCell Deal Finder
Скачайте файлы расширений Solitaire Collection & FreeCell Deal Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | mgkfpkgbbiidhahnbapaljpplahoakgc |
| Официальный URL | https://chromewebstore.google.com/detail/solitaire-collection-free/mgkfpkgbbiidhahnbapaljpplahoakgc |
| Описание | ▶️Play Solitaire, Spider & FreeCell. ✅Lookup FreeCell Deals by Game Number. ✅10000+ free card games. |
| Размер файла | 2.06 MB |
| Количество установок | 32,495 |
| Текущая Версия | 3.0.2 |
| Последнее Обновление | 2021-04-19 |
| Дата публикации | 2020-05-03 |
| Рейтинг | 1.89/5 Всего 1075 оценок |
| Разработчик | https://online-solitaire.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://online-solitaire.com/ |
| URL страницы помощи | https://online-solitaire.com/contact |
| URL страницы политики конфиденциальности | https://online-solitaire.com/privacy-policy |
| Поддерживаемые языки | 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"
}
} | |