Microsoft Solitaire Collection with Search
Your favorite Microsoft Solitaire Collection games powered by Microsoft Search
Microsoft Solitaire Collection with Searchคืออะไร?
Microsoft Solitaire Collection with Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Microsoft Corporation และคุณลักษณะหลักของมันคือ "Your favorite Microsoft Solitaire Collection games powered by Microsoft Search"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Microsoft Solitaire Collection with Search
ดาวน์โหลดไฟล์ส่วนขยาย Microsoft Solitaire Collection with Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you want to get rid of the annoying ads in your Solitaire game? Your favorite games just got better with this extension! By installing this extension, joining the Microsoft Rewards program and searching the web, you will be able to earn a voucher redeemable for Microsoft Solitaire Collection premium edition on Windows 10, which will give you: o No advertisements o Double coins for Daily Challenges o A boost for every game of TriPeaks and Pyramid This extension sets Bing as your default search engine so you can earn your reward points faster. From this extension you can also quickly launch and discover new Microsoft Casual Games. Microsoft Solitaire Collection games are free to play and bring together 5 different card games in one app: o Klondike o Spider o FreeCell o Pyramid o TriPeaks
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Microsoft Solitaire Collection with Search |
ID | acehchockcmgigjilbjhecnepiohkfld |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/microsoft-solitaire-colle/acehchockcmgigjilbjhecnepiohkfld |
คำอธิบาย | Your favorite Microsoft Solitaire Collection games powered by Microsoft Search |
ขนาดไฟล์ | 870 KB |
จำนวนการติดตั้ง | 133,231 |
เวอร์ชันปัจจุบัน | 0.0.0.26 |
อัปเดตครั้งล่าสุด | 2022-10-07 |
วันที่เผยแพร่ | 2020-03-10 |
คะแนน | 3.79/5 รวมทั้งหมด 43 คะแนน |
ผู้พัฒนา | Microsoft Corporation |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://go.microsoft.com/fwlink?LinkId=521839 |
ภาษาที่รองรับ | de,en,fr,nl,no,es,es-419,it,pt-BR,pt-PT,sv,zh-CN,zh-TW,ja |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js", "ping.js", ".\/scripts\/firstSearchNotification-chrome.js", "extensionTracking.js" ] }, "browser_action": { "default_icon": { "16": "images\/solitaire16.png", "32": "images\/solitaire32.png" }, "default_popup": "popup.html" }, "chrome_settings_overrides": { "search_provider": { "is_default": true, "prepopulated_id": 3, "search_url": "https:\/\/www.bing.com\/search?FORM=U476DF&PC=U476&q={searchTerms}", "suggest_url": "https:\/\/www.bing.com\/osjson.aspx?FORM=U476DF&PC=U476&q={searchTerms}" } }, "default_locale": "en", "description": "__MSG_extensionDescription__", "externally_connectable": { "matches": [ "https:\/\/microsoftcasualgames.com\/*", "https:\/\/*.microsoftcasualgames.com\/*", "https:\/\/*.msn.com\/*", "https:\/\/*.microsoft.com\/*", "https:\/\/*.bing.com\/*" ] }, "icons": { "128": "images\/solitaire128.png", "16": "images\/solitaire16.png", "32": "images\/solitaire32.png", "48": "images\/solitaire48.png" }, "manifest_version": 2, "name": "__MSG_extensionName__", "permissions": [ "cookies", "tabs", "https:\/\/*.msn.com\/*", "https:\/\/*.microsoft.com\/*", "https:\/\/*.bing.com\/*", "storage", "alarms" ], "short_name": "__MSG_extensionShortName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.0.26", "web_accessible_resources": [ "images\/solitaire32.png" ] } |