Solitaire Spider, Klondike, Scorpion. 3 in 1.

Play Solitaire Klondike, Spider or Scorpion in popup. 3 in 1.

Solitaire Spider, Klondike, Scorpion. 3 in 1.คืออะไร?

Solitaire Spider, Klondike, Scorpion. 3 in 1. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MiMiMi และคุณลักษณะหลักของมันคือ "Play Solitaire Klondike, Spider or Scorpion in popup. 3 in 1."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Solitaire Spider, Klondike, Scorpion. 3 in 1.

ดาวน์โหลดไฟล์ส่วนขยาย Solitaire Spider, Klondike, Scorpion. 3 in 1. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The 3 in 1 Solitaire game is a browser extension that allows players to choose between three different solitaire modes: Solitaire Spider, Solitaire Klondike, and Solitaire Scorpion. When the player opens the extension, they will be presented with a pop-up window where they can select which mode they would like to play.

Solitaire Spider is a game in which the player must arrange a deck of cards into suits in order to clear them from the board. This game can be played with one or two decks of cards and has 10 difficulty levels to choose from.

To win Klondike Solitaire you must move all the cards to the four goals. Each foundation can only hold one suit and you must put the cards sequencing from Ace to King. You have to complete all suits to win the game: clubs, diamonds, hearts and spades.

Solitaire Scorpion is a game in which the player must arrange a deck of cards into suits in a specific pattern in order to clear them from the board. This game is similar to Spider, but has a different layout and requires more strategy.

Overall, the 3 in 1 Solitaire game is a fun and challenging way to pass the time and exercise your brain. With three different modes to choose from, players can switch things up and try something new whenever they want.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Solitaire Spider, Klondike, Scorpion. 3 in 1. Solitaire Spider, Klondike, Scorpion. 3 in 1.
ID bhepobfngomchdgpacboabjgaclpkkmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/solitaire-spider-klondike/bhepobfngomchdgpacboabjgaclpkkmh
คำอธิบาย Play Solitaire Klondike, Spider or Scorpion in popup. 3 in 1.
ขนาดไฟล์ 8.6 MB
จำนวนการติดตั้ง 38,569
เวอร์ชันปัจจุบัน 3.2.0.5
อัปเดตครั้งล่าสุด 2023-12-23
วันที่เผยแพร่ 2021-09-12
คะแนน 4.78/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา MiMiMi
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://bit.ly/3mwTz8q
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/superagent.js",
            "js\/anticheat.js",
            "js\/bg.js",
            "js\/typ_push.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "contentSettings",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "https:\/\/*\/*"
    ],
    "sandbox": {
        "pages": [
            "game\/app.html"
        ]
    },
    "version": "3.2.0.5",
    "web_accessible_resources": [
        "game\/static\/*"
    ]
}