Solitaire
Solitaire is a fascinating kind of card game.
Wat is Solitaire?
Solitaire is een Chrome-extensie ontwikkeld door karavchenkovika, en de belangrijkste functie is "Solitaire is a fascinating kind of card game.".
Extensie Screenshots
Download het CRX-bestand van de extensie Solitaire
Download Solitaire-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Solitaire is a fascinating kind of card game. Solitaire is definitely the most popular version of card games. The Solitaire goal is to build all four suits up from ace to king in separate piles.
Basisinformatie over de Extensie
Naam | |
ID | dlkifbnonojngfogohhpnienoemlcamm |
Officiële URL | https://chrome.google.com/webstore/detail/solitaire/dlkifbnonojngfogohhpnienoemlcamm |
Beschrijving | Solitaire is a fascinating kind of card game. |
Bestandsgrootte | 780 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 24.03.2021.1 |
Laatst Bijgewerkt | 2021-03-26 |
Publicatiedatum | 2021-03-26 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | karavchenkovika |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.chromethemer.com/privacy.html |
Ondersteunde Talen | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "files\/jquery.js", "files\/jquery.ajax-retry.js" ] }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html", "default_title": "__MSG_appButtonDesc__" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "version": "24.03.2021.1" } |