Solitaired: Play Solitaire Online, 100% Free
Play Classic Solitaire. Totally free. Right in your browser.
What is Solitaired: Play Solitaire Online, 100% Free?
Solitaired: Play Solitaire Online, 100% Free is a Chrome extension developed by http://solitaired.com, and its main feature is "Play Classic Solitaire. Totally free. Right in your browser.".
Extension Screenshots
Download Solitaired: Play Solitaire Online, 100% Free Extension CRX File
Download Solitaired: Play Solitaire Online, 100% Free extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Get easy access to the best card game out there - Solitaire! Our classic version of Klondike Solitaire includes all the features you expect: - Classic style and card images - Timer - Easy double click to move card - Retina display - Fast loading We love Solitaire and hope you do too!
Extension Basic Information
Name | |
ID | onccdeecidgjobaphccmdinndofbkmha |
Official URL | https://chrome.google.com/webstore/detail/solitaired-play-solitaire/onccdeecidgjobaphccmdinndofbkmha |
Description | Play Classic Solitaire. Totally free. Right in your browser. |
File Size | 3.72 MB |
Installation Count | 633 |
Current Version | 1.0.3 |
Last Updated | 2020-06-10 |
Publish Date | 2020-06-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://solitaired.com |
Payment Type | free |
Extension Website | https://solitaired.com |
Help Page URL | https://solitaired.com/contact |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Solitaired: Play Solitaire Online, 100% Free", "short_name": "Solitaired: Classic Solitaire", "description": "Play Classic Solitaire. Totally free. Right in your browser.", "version": "1.0.3", "browser_action": { "default_icon": { "16": "icons\/red-cards\/soli-logo_red-cards-16-v1.png", "24": "icons\/red-cards\/soli-logo_red-cards-24-v1.png", "32": "icons\/red-cards\/soli-logo_red-cards-32-v1.png" }, "default_title": "Solitaired" }, "homepage_url": "https:\/\/solitaired.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icons\/red-cards\/[email protected]", "48": "icons\/red-cards\/soli-logo_red-cards-96-v1.png", "128": "icons\/red-cards\/[email protected]" } } |