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是由https://online-solitaire.com开发的Chrome扩展程序,该扩展的主要功能是“▶️Play Solitaire, Spider & FreeCell. ✅Lookup FreeCell Deals by Game Number. ✅10000+ free card games.”。
扩展截图
下载Solitaire Collection & FreeCell Deal Finder扩展crx文件
下载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"
}
} | |