Canfield Solitaire - Play Canfield Card Games
Play Canfield Solitaire - 100% free - classic solitaire card game!
Was ist Canfield Solitaire - Play Canfield Card Games?
Canfield Solitaire - Play Canfield Card Games ist eine Chrome-Erweiterung, die von https://solitaireparadise.com entwickelt wurde, und ihr Hauptmerkmal ist "Play Canfield Solitaire - 100% free - classic solitaire card game!".
Erweiterungsscreenshots
Canfield Solitaire - Play Canfield Card Games-Erweiterungs-CRX-Datei herunterladen
Laden Sie Canfield Solitaire - Play Canfield Card Games-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This game is a beautiful and easy-to-use version of the Canfield Solitaire game. Play the game at https://www.solitaireparadise.com/games_list/canfield-solitaire.html in any browser, on desktop, tablet or mobile.
It's 100% free to play Canfield. The game features unlimited undo's, detailed statistics, and it saves your progress so you can continue your game if you have to close early.
Not yet a seasoned Canfield player? We give a detailed explanation of the rules in the game so everybody can learn how to play. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lnldjiokdnjbbiknmkjkgnnailhefmap |
| Offizielle URL | https://chromewebstore.google.com/detail/canfield-solitaire-play-c/lnldjiokdnjbbiknmkjkgnnailhefmap |
| Beschreibung | Play Canfield Solitaire - 100% free - classic solitaire card game! |
| Dateigröße | 16.29 KB |
| Installationsanzahl | 106 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2020-07-18 |
| Veröffentlichungsdatum | 2020-07-17 |
| Entwickler | https://solitaireparadise.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.solitaireparadise.com/games_list/canfield-solitaire.html |
| Hilfeseite URL | https://www.solitaireparadise.com/contact.html |
| URL der Datenschutzrichtlinien-Seite | https://www.solitaireparadise.com/privacy_policy.html |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": ".\/img\/icon_32.png",
"default_title": "Canfield Solitaire"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"128": ".\/img\/icon_128.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "Canfield",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.3"
} | |