Help
RSS
API
Feed
Maltego
Contact
Domain > play.g0oglen.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-15
18.245.113.24
(
ClassC
)
2026-02-25
3.169.173.5
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 177008Connection: keep-aliveServer: nginx/1.27.2Date: Wed, 25 Feb 2026 18:47:13 GMTLast-Modified: Tue, 03 Feb 2026 10:21:51 GMTAccept-Ranges: bytesETag: 6981cc3f-2b370X-Cache: Miss from cloudfrontVia: 1.1 bc4e0a32a1893d7693b91555def3133e.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: rLNkqHZrIy3MMYI-Yk6ntTxq79VbPF3mRhcY71M55vYhm4v8LByfrw !DOCTYPE html>html langen-US dirltr> head> meta http-equivContent-Type contenttext/html; charsetUTF-8 /> base href/ /> meta namereferrer contentorigin /> meta nameviewport contentwidthdevice-width, initial-scale1 /> meta namemobile-web-app-capable contentyes /> meta nameapple-mobile-web-app-capable contentyes /> meta namegoogle-site-verification contentsBw2N8uateIzRr93vmFze5MF_35vMk5F1wG04L5JcJE /> meta namegoogle-site-verification contentPJKdyVFC5jlu_l8Wo_hirJkhs1cmitmn44fgpOc3zFc /> link relshortcut icon href/favicon_v3.ico /> link typetext/css relstylesheet href/css/style.css /> meta contentNOODP namerobots /> meta contentwebsite propertyog:type /> meta nametitle propertyog:title content acname actitle /> title idmain-title>Apps on Google Play/title> meta namedescription propertyog:description content /> meta nametwitter:card contentsummary_large_image /> meta nametwitter:site content@GooglePlay /> meta nametwitter:title content acname actitle /> meta nametwitter:description content acdes acdes /> meta nameappstore:bundle_id content /> meta nameappstore:store_id content /> !-- Google tag (gtag.js) -->script async srchttps://www.googletagmanager.com/gtag/js?idAW-16720991166>/script>script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, AW-16720991166);/script> script srchttps://d15pul2n430ors.cloudfront.net/configs/js/jquery-3.6.0.min.js>/script> script srchttps://d15pul2n430ors.cloudfront.net/configs/js/Adjustscript.js>/script> !-- Meta Pixel Code --> script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;nf.fbqfunction(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbqn;n.pushn;n.loaded!0;n.version2.0; n.queue;tb.createElement(e);t.async!0; t.srcv;sb.getElementsByTagName(e)0; s.parentNode.insertBefore(t,s)}(window, document,script, https://connect.facebook.net/en_US/fbevents.js); /script> !-- End Meta Pixel Code --> style> @media screen and (max-width: 1024px) { .select-en { position: absolute; right: -10px; top: 10px; z-index: 100; } #select { background: rgba(0, 0, 0, 0); width: 80px; height: 22px; font-family: 微软雅黑; font-size: 14px; color: white; border: 1px #1a1a1a solid; border-radius: 5px; } .select-head { overflow: hidden; width: 80px; height: 22px; box-sizing: border-box; padding: 0 10px; line-height: 22px; } .select-head .select-head-cont { float: left; } .select-head .select-icon { float: right; font-size: 12px; } .option { text-indent: 10px; margin-top: 1px; width: 80px; color: #fff; background: rgba(236, 111, 111, 0.1); line-height: 25px; border: 1px #cfcfcf solid; display: none; } .option-item:hover { background: rgba(204, 106, 67, 0.3); } } @media screen and (min-width: 1024px) { .select-en { position: absolute; right: 10px; top: 10px; z-index: 100; } #select { background: rgba(0, 0, 0, 0); width: 120px; height: 24px; font-family: 微软雅黑; font-size: 16px; color: white; border: 1px #1a1a1a solid; border-radius: 5px; } .select-head { overflow: hidden; width: 120px; height: 24px; box-sizing: border-box; padding: 0 10px; line-height: 24px; } .select-head .select-head-cont { float: left; } .select-head .select-icon { float: right; font-size: 13px; } .option { text-indent: 10px; margin-top: 1px; width: 120px; color: #fff; background: rgba(236, 111, 111, 0.1); line-height: 25px; border: 1px #cfcfcf solid; display: none; } .option-item:hover { background: rgba(204, 106, 67, 0.3); } } /style> script> var zwq null; window.onload () > { const swiperBox document.querySelector(#swiperBox); const items document.querySelectorAll(.ULeU3b); const bts document.querySelectorAll(.hWUu9); let index 0; zwq (e) > { if (e 1) index--; if (e 2) index++; if (index 0) bts0.style.display none; if (index items.length - 1) bts1.style.display none; if (index > 0 && index items.length - 1) bts.forEach((el) > (el.style.display block)); swiperBox.scrollTo({ left: itemsindex.offsetLeft, behavior: smooth }); }; var selectHead document.getElementsByClassName(select-head)0; var selectHeadCont document.getElementsByClassName(select-head-cont); var Option document.getElementsByClassName(option)0; var optionItem document.getElementsByClassName(option-item); /*默认是第一个选项*/ selectHeadCont0.innerHTML optionItem0.innerHTML; /*点击后出现下拉框*/ selectHead.addEventListener( click, function() { Option.style.display block; }, false ); /*点击选项后出现在下拉框*/ var len optionItem.length; for (var i 0; i len; i++) { optionItemi.index i; optionItemi.addEventListener( click, function() { selectHeadCont0.innerHTML optionItemthis.index.innerHTML; Option.style.display none; }, false ); } /*点击其他地方时,select会收起来*/ document.body.addEventListener( click, function() { Option.style.display none; }.false ); const optionItems document.querySelectorAll(.option-item); optionItems1.style.color #000; change(1); // 初始化语言 }; const arr { class: q2, text: 应用内购买, In-app purchases }, { class: q3, text: 60.8M 评价, 139K reviews }, { class: q4, text: 安装, Install }, { class: q5, text: 特别推荐, Editors Choice }, { class: q6, text: 所有人 10+, Everyone 10+ }, { class: q7, text: `span classnC7tdd _msttexthash627842592 _msthash66>在 Windows 上安装此游戏需要 Google Play 游戏测试版。下载测试版即表示您同意 Google 服务条款和a hrefhttps://play.google.com/about/play-terms/index.html target_blank classcOP9Jc Nhvwuf _istranslated1>Google Play 服务条款/a>。a hrefhttps://policies.google.com/terms target_blank classcOP9Jc Nhvwuf _istranslated1>/a>a href/googleplaygames target_blank classcOP9Jc Nhvwuf _istranslated1>了解更多/a>。/span>`, `span classnC7tdd>Google Play Games is required to install this game on Windows. By downloading the game, you agree to the a hrefhttps://policies.google.com/terms target_blank classcOP9Jc Nhvwuf>Google Terms of Service/a> and a hrefhttps://play.google.com/about/play-terms/index.html target_blank classcOP9Jc Nhvwuf>Google Play Terms of Service/a>. a href/googleplaygames target_blank classcOP9Jc Nhvwuf>Learn more/a>./span>`, , }, { class: q8, text: 关于游戏, About this game }, { class: q9, text: 数据安全, Data safety }, { class: q10, text: 评分和评论, Ratings and reviews }, { class: q11, text: 电话, Phone }, { class: q12, text: 片, Tablet }, { class: q13, text: 看, Watch }, { class: q14, text: 笔记本, Chromebook }, { class: q15, text: 电视, TV }, { class: q16, text: `div classHc0nne>section> span classGMGZAc>Google Play/span>a hrefhttps://play.google.com/about/play-pass target_blank jslog197536; 1:3121|qgIF0gECEAE; track:impression,click; classAU8vyc>p classCmHxkb>Play Pass/p>/a>a href/store/points/enroll target_blank jslog197536; 1:3121|qgIF0gECEAI; track:impression,click; classAU8vyc>p classCmHxkb>Play Points/p>/a>a hrefhttps://play.google.com/about/giftcards target_blank jslog197536; 1:3121|qgIF0gECEAM; track:impression,click; classAU8vyc>p classCmHxkb>Gift cards/p>/a>a href/redeem target_blank jslog197536; 1:3121|qgIF0gECEAQ; track:impression,click; classAU8vyc>p classCmHxkb>Redeem/p>/a>a hrefhttps://support.google.com/googleplay/answer/134336 target_blank jslog197536; 1:3121|qgIF0gECEAU; track:impression,click; classAU8vyc>p classCmHxkb>Refund policy/p>/a>/section>section> span classGMGZAc>Kids & family/span>a hrefhttps://support.google.com/googleplay?ppff_parentguide target_blank jslog197536; 1:3121|qgIF0gECEAc; track:impression,click; classAU8vyc>p classCmHxkb>Parent Guide/p>/a>a hrefhttps://support.google.com/googleplay/answer/7007852 target_blank jslog197536; 1:3121|qgIF0gECEAg; track:impression,click; classAU8vyc>p classCmHxkb>Family sharing/p>/a>/section>/div>div classsv9Noe>div classKvNvKe> a hrefhttps://play.google.com/intl/en-US_us/about/play-terms.html target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf>Terms of Service/p>/a>/div>div classKvNvKe> a hrefhttps://policies.google.com/privacy target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf>Privacy/p>/a>/div>div classKvNvKe> a hrefhttps://support.google.com/googleplay/?pabout_play target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf>About Google Play/p>/a>/div>div classKvNvKe> a hrefhttp://developer.android.com/index.html target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf>Developers/p>/a>/div>div classKvNvKe> a hrefhttps://store.google.com/?playredirecttrue target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf>Google Store/p>/a>/div>div classKvNvKe avtIH> div classAJ34ce> img srchttps://ssl.gstatic.com/store/images/regionflags/us.png classGrpFfc aria-hiddentrue data-atffalse data-iml1617.2999999970198> div classyVZQTb>United States (English (United States))/div> /div>/div>/div>`, `div classHc0nne>section> span classGMGZAc _msttexthash12507898 _msthash28>谷歌播放/span>a hrefhttps://play.google.com/about/play-pass target_blank jslog197536; 1:3121|qgIF0gECEAE; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash19009016 _msthash29>播放通行证/p>/a>a href/store/points/enroll target_blank jslog197536; 1:3121|qgIF0gECEAI; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash11560263 _msthash30>游戏积分/p>/a>a hrefhttps://play.google.com/about/giftcards target_blank jslog197536; 1:3121|qgIF0gECEAM; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash7578129 _msthash31>礼品卡/p>/a>a href/redeem target_blank jslog197536; 1:3121|qgIF0gECEAQ; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash5604586 _msthash32>赎回/p>/a>a hrefhttps://support.google.com/googleplay/answer/134336 target_blank jslog197536; 1:3121|qgIF0gECEAU; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash13346983 _msthash33>退款政策/p>/a>/section>section> span classGMGZAc _msttexthash14215032 _msthash34>儿童和家庭/span>a hrefhttps://support.google.com/googleplay?ppff_parentguide target_blank jslog197536; 1:3121|qgIF0gECEAc; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash11856299 _msthash35>家长指南/p>/a>a hrefhttps://support.google.com/googleplay/answer/7007852 target_blank jslog197536; 1:3121|qgIF0gECEAg; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash9289917 _msthash36>家人共享/p>/a>/section>/div>div classsv9Noe>div classKvNvKe> a hrefhttps://play.google.com/intl/en-US_us/about/play-terms.html target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf _msttexthash11266008 _msthash37>服务条款/p>/a>/div>div classKvNvKe> a hrefhttps://policies.google.com/privacy target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf _msttexthash6749080 _msthash38>隐私/p>/a>/div>div classKvNvKe> a hrefhttps://support.google.com/googleplay/?pabout_play target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf _msttexthash4168008 _msthash39>关于 Google Play/p>/a>/div>div classKvNvKe> a hrefhttp://developer.android.com/index.html target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf _msttexthash9609626 _msthash40>开发 人员/p>/a>/div>div classKvNvKe> a hrefhttps://store.google.com/?playredirecttrue target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf _msttexthash11825177 _msthash41>谷歌商店/p>/a>/div>div classKvNvKe avtIH> div classAJ34ce> img srchttps://ssl.gstatic.com/store/images/regionflags/us.png classGrpFfc aria-hiddentrue data-atffalse data-iml1617.2999999970198> div classyVZQTb _msttexthash113495174 _msthash42>United States (英语(美国))/div> /div>/div>/div>`, , }, { class: q17, text: 电脑上玩, Play on PC }, { class: q18, text: 在 Windows PC 上使用 Google Play 玩此游戏, Play this game on your Windows PC with Google Play Games }, { class: q19, text: 了解更多, Learn more }, { class: q20, text: 官方检验, Official Google experience }, { class: q21, text: 更大的屏幕, Bigger screen }, { class: q22, text: 通过改进的控件升级, Level up with improved controls }, { class: q23, text: 跨设备无缝同步*, Seamless sync across devices* }, { class: q24, text: 赚取 Google Play 积分, Earn Google Play Points }, { class: q25, text: 最低要求, Minimum Requirements }, { class: q26, text: `ul classVEnvi>li>em classZUTAk _msttexthash21765562 _msthash221>操作系统:/em> em classUpM1oc _msttexthash32445725 _msthash222>Windows 10 (v2004)/em>/li>li>em classZUTAk _msttexthash11916138 _msthash223>存储:/em> em classUpM1oc _msttexthash120650166 _msthash224>具有 10 GB 可用存储空间的固态硬盘 (SSD)/em>/li>li>em classZUTAk _msttexthash12206844 _msthash225>图形:/em> em classUpM1oc _msttexthash74961861 _msthash226>Intel(R) UHD Graphics 630 GPU 或类似产品/em>/li>li>em classZUTAk _msttexthash16240536 _msthash227>处理器:/em> em classUpM1oc _msttexthash105549392 _msthash228>4 个 CPU 物理内核(某些游戏需要 Intel CPU)/em>/li>li>em classZUTAk _msttexthash13444834 _msthash229>记忆:/em> em classUpM1oc _msttexthash6077084 _msthash230>8 GB 内存/em>/li>li>em classUpM1oc _msttexthash27346865 _msthash231>Windows 管理员帐户/em>/li>li>em classUpM1oc _msttexthash34525920 _msthash232>必须打开硬件虚拟化/em>/li>/ul>`, `ul classVEnvi>li>em classZUTAk>OS:/em> em classUpM1oc>Windows 10 (v2004)/em>/li>li>em classZUTAk>Storage:/em> em classUpM1oc>Solid state drive (SSD) with 10 GB of available storage space/em>/li>li>em classZUTAk>Graphics:/em> em classUpM1oc>IntelⓇ UHD Graphics 630 GPU or comparable/em>/li>li>em classZUTAk>Processor:/em> em classUpM1oc>4 CPU physical cores (some games require an Intel CPU)/em>/li>li>em classZUTAk>Memory:/em> em classUpM1oc>8 GB of RAM/em>/li>li>em classUpM1oc>Windows admin account/em>/li>li>em classUpM1oc>Hardware virtualization must be turned on/em>/li>/ul>`, , }, { class: q27, text: `要详细了解这些要求,请访问a hrefhttps://support.google.com/googleplaygamesonpc?peligibility_troubleshooting classEsSi1b _istranslated1>帮助中心/a>`, `To learn more about these requirements, visit the a hrefhttps://support.google.com/googleplaygamesonpc?peligibility_troubleshooting classEsSi1b>Help Center/a>`, , }, { class: q28, text: 英特尔是英特尔公司或其子公司的注册商标。Windows 是 Microsoft 集团公司的商标。, Intel is a registered trademark of Intel Corporation or its subsidiaries. Windows is a trademark of the Microsoft group of companies., , }, { class: q29, text: * Might not be available for this game, * 此游戏可能不可用 }, { class: q30, text: 其他, More by Supercell }, { class: q31, text: 类似游戏, Similar games }, { class: q31, text: 类似游戏, Similar games }, { class: q32, text: 分享, Share }, { class: q33, text: 加入收藏夹, Add to wishlist }, { class: q34, text: 安装, Install }, { class: q35, text: 更新于, Updated on }, ; // 中英切换 function change(e) { arr.forEach((v) > { const els document.querySelectorAll(. + v.class); els.forEach((el) > (el.innerHTML v.texte)); }); // 中英切换颜色 const items document.querySelectorAll(.option-item); items.forEach((el) > (el.style.color #000)); itemse.style.color #fff; } // 中英切换 //int /script> meta http-equivorigin-trial contentAymqwRC7u88Y4JPvfIF2F37QKylC04248hLCdJAsh8xgOfe/dVJPV3XS3wLFca1ZMVOtnBfVjaCMTVudWM//5g4AAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1RoaXJkUGFydHkiOnRydWV9 /> /head> body idyDmH0d jscontrollerpjICDe jsactionrcuQ6b:npT2md; click:FAbpgf; auxclick:FAbpgf;UjQMac:.CLIENT;c0v8t:.CLIENT;keydown:.CLIENT;keyup:.CLIENT;keypress:.CLIENT;nHjqDd:.CLIENT;asggkf:.CLIENT;LhiQec:.CLIENT;GvneHb:.CLIENT;qako4e:.CLIENT classtQj5Y ghyPEc IqBfM ecJEib EWZcud EIlDfe cjGgHb d8Etdd LcUz9d uOat3d data-has-headertrue data-has-footertrue stylemin-height: 569px> header classfixed top-0 z-3 flex w-full flex-col bg-white md:flex-row styletransition:box-shadow .2s ease-in-out;box-shadow:none> div classflex w-full justify-between> div classflex h-56px w-full flex-1 items-center md:h-64px headleft>a idgglogo aria-labelGoogle Play logo classz-1 mx-4 flex h-64px items-center text-xl font-semibold text-rgb(95,99,104) md:ml-7 md:mr-4>svg classmr-2 h-10 w-10 aria-hiddentrue viewBox0 0 40 40 xmlnshttp://www.w3.org/2000/svg stylewidth:40px;height:40px> path fillnone dM0,0h40v40H0V0z>/path> g> path dM19.7,19.2L4.3,35.3c0,0,0,0,0,0c0.5,1.7,2.1,3,4,3c0.8,0,1.5-0.2,2.1-0.6l0,0l17.4-9.9L19.7,19.2z fill#EA4335>/path> path dM35.3,16.4L35.3,16.4l-7.5-4.3l-8.4,7.4l8.5,8.3l7.5-4.2c1.3-0.7,2.2-2.1,2.2-3.6C37.5,18.5,36.6,17.1,35.3,16.4z fill#FBBC04>/path> path dM4.3,4.7C4.2,5,4.2,5.4,4.2,5.8v28.5c0,0.4,0,0.7,0.1,1.1l16-15.7L4.3,4.7z fill#4285F4>/path> path dM19.8,20l8-7.9L10.5,2.3C9.9,1.9,9.1,1.7,8.3,1.7c-1.9,0-3.6,1.3-4,3c0,0,0,0,0,0L19.8,20z fill#34A853>/path> /g> /svg>span aria-hiddentrue stylefont-family:"Google Sans",Roboto,Helvetica,Arial,sans-serif>Google Play/span>/a> nav rolenavigation idnav classrelative flex transform-none overflow-auto will-change-transform hidden md:flex headnavstyle>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 > span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Games/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 > span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em text-#01875f>Apps/span>span styleheight:100%;display:flex; class pointer-events-none absolute left-0 top-0 z-1 hidden w-full justify-center md:flex md:h-full>span classmx-2px flex w-full min-w-24px self-end rounded-t-sm border-t-3px styletransition:.25s transform cubic-bezier(.4,0,.2,1);transform-origin:left;border:2px solid #01875f>/span>/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 > span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Movies & TV/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 > span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Books/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 > span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Kids/span>/span>/a>/nav> /div> div classmr-3 flex items-center headright>button classrelative flex h-12 min-h-40px w-12 min-w-40px cursor-pointer items-center justify-center overflow-visible rounded-full border-none bg-transparent fill-current text-2xl text-rgb(95,99,104) outline-none hover:bg-#f5f5f5 styletransition:opacity 15ms linear,background-color 15ms linear;will-change:transform,opacity>span classflex h-6 w-6 items-center justify-center>span classmaterial-icons-outlined>search/span>/span>/button>button classrelative flex h-12 min-h-40px w-12 min-w-40px cursor-pointer items-center justify-center overflow-visible rounded-full border-none bg-transparent fill-current text-2xl text-rgb(95,99,104) outline-none hover:bg-#f5f5f5 styletransition:opacity 15ms linear,background-color 15ms linear;will-change:transform,opacity>span classflex h-6 w-6 items-center justify-center>span classmaterial-icons-outlined>help_outline/span>/span>/button>button classrelative flex h-12 min-h-40px w-12 min-w-40px cursor-pointer items-center justify-center overflow-visible rounded-full border-none bg-transparent fill-current text-2xl text-rgb(95,99,104) outline-none hover:bg-#f5f5f5 styletransition:opacity 15ms linear,background-color 15ms linear;will-change:transform,opacity>span classflex items-center justify-center>img altuser loadinglazy width32 height32 decodingasync data-nimg1 stylecolor:transparent srcset/img/logo_avatar_anonymous_color_1x_web_32dp.png src/img/logo_avatar_anonymous_color_1x_web_32dp.png>/span>/button> /div> /div> div classh-12 bg-white text-center hidden idnav2 > nav rolenavigation classrelative flex transform-none overflow-auto will-change-transform flex w-full justify-around headnavstyle> a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 >span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Games/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 >span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em text-#01875f>Apps/span>span class pointer-events-none absolute left-0 top-0 z-1 hidden w-full justify-center md:flex md:h-full>span classmx-2px flex w-full min-w-24px self-end rounded-t-sm border-t-3px styletransition:.25s transform cubic-bezier(.4,0,.2,1);transform-origin:left;border-color:#01875f>/span>/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 >span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Movies & TV/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 >span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Books/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 >span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Kids/span>/span>/a>/nav> /div> /header> c-wiz jsrendererdfkSTe idkO001e jsshadow jsdatadeferred-c0 data-p%.@.1,1,0,0,0 data-node-index0;0 autoupdate jsmodelhc6Ubd c-wiz> div jscontrollerBfdUQc jsactiono3VKB:eQqUMb>/div> c-data idc0 jsdata tjNwSb;_;$0>/c-data> /c-wiz> c-wiz jsrendererZ5wzge classSSPGKf jsdatadeferred-i5 data-p%.@.com.hpt.bosshiwin001,7,null,false,null,true,96,108,72,100,27,183,222,8,57,169,110,11,184,16,1,139,152,194,165,68,163,211,9,71,31,195,12,64,151,150,148,113,104,55,56,145,32,34,10,122,7,31,1,52,43,112,92,58,69,31,19,96,103,null,true,null,1,null,,null,null,null,null,null,2,null,null,null,null,null,null,null,null,null,null,null,null,null,null,1,null,,null,null,true,null,,null,true,null,,null,null,null,null,,,null,2,null,null,1 jscontrolleroEJvKc data-node-index0;0 autoupdate jsmodelhc6Ubd view c-wiz data-ogpc jslog43407; 1:2|CAESSwgFIiISIAoaY29tLnN1cGVyY2VsbC5jbGFzaG9mY2xhbnMQARgDWhMI3r+7yYWqggMVy1YIBB1tfw9QggENCAASCQoFZW4tVVMQAKoCRQpDCgxERVRBSUxTX1BBR0USMwogChpjb20uc3VwZXJjZWxsLmNsYXNob2ZjbGFucxABGAMaDwoNCAASCQoFZW4tVVMQAA; track:impression> div classT4LgNb jsnamea9kxte> div jsnameqJTHM classkFwPee> div jsactionrcuQ6b:JqRO3d jscontrollerq4UNLc>/div> div classtU8Y5c> !-- P9KVBf --> div class> div classdzkqwc> div classwkMJlb YWi3ub> div classselect-en styledisplay: none;> ul idselect classselect> li> div classselect-head> span classselect-head-cont>/span> span classselect-icon>▼/span> /div> ul classoption> li classoption-item onclickchange(0)>中文/li> li classoption-item onclickchange(1)>English/li> /ul> /li> /ul> /div> !-- 纯图片 --> c-wiz jsrendererXMEW5d jsshadow jsdatadeferred-i6 data-p%.@.null,true,com.gamegou.perfectkick2,7,3 data-node-index8;0 jsmodelhc6Ubd c-wiz> div classMqg6jb Mhrnjf> img src classT75of nm4vBd arM4bb appiconreset aria-hiddentrue altIcon image itempropimage data-atffalse data-iml3750.7999999970198 /> img src classT75of Q3MhI NXRaDe appiconreset aria-hiddentrue data-atffalse data-iml3752.199999988079 /> /div> div classhnnXjf> div classIl7kR> img src classT75of cN0oRe fFmL2e appiconreset aria-hiddentrue altIcon image itempropimage data-atffalse data-iml3752.0999999940395 /> div> h1 classFd93Bb F5UCq p5VxAd itempropname idappname>/h1> div classtv4jIf> div classVbfug auoIOc> span classq1 idsub_tit>HPT GAMES/span> !--a href/store/apps/developer?idGamegou+Limited>/a>--> /div> div classulKokd> div class>span classUIuSk q2>In-app purchases/div> /div> /div> /div> /div> div classJU1wdd> div classl8YSdd> div classw7Iutd> div classwVqUob> div classClM7O> div itempropstarRating> div classTT9eCd aria-labelRated 4.9 stars out of five stars> 4.9i classgoogle-material-icons ERwvGb aria-hiddentrue>star/i>/div> /div> /div> div classg1rdde q3>139K reviews/div> /div> div classwVqUob> div classClM7O>10M+/div> div classg1rdde q4>Install/div> /div> div classwVqUob> div classClM7O> span classYVLXxf aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg width20 height20 viewBox0 0 24 24 xml:spacepreserve> rect fillnone width20 height20>/rect> path dM10.54,11.09L8.66,9.22l-1.02,1.02l2.9,2.9l5.8-5.8l-1.02-1.01L10.54,11.09z M15.8,16.24H8.2L4.41,9.66L8.2,3h7.6l3.79,6.66 L15.8,16.24z M17,1H7L2,9.66l5,8.64V23l5-2l5,2v-4.69l5-8.64L17,1z> /path> /svg> /span> /div> div classg1rdde q5 _msttexthash14137890 _msthash48>特别推荐/div> /div> div classwVqUob> div classClM7O> img srchttps://play-lh.googleusercontent.com/IciOnDFecb5Xt50Q2jlcNC0LPI7LEGxNojroo-s3AozcyS-vDCwtq4fn7u3wZmRna8OewG9PBrWC-i7iw48-h16-rw srcsethttps://play-lh.googleusercontent.com/IciOnDFecb5Xt50Q2jlcNC0LPI7LEGxNojroo-s3AozcyS-vDCwtq4fn7u3wZmRna8OewG9PBrWC-i7iw96-h32-rw 2x classT75of xGa6dd altContent rating itempropimage data-atftrue data-iml3257.5 /> /div> div classg1rdde> span itempropcontentRating>span _msttexthash7410000 _msthash50 classq6>所有人 10+/span>/span> /div> /div> /div> /div> /div> /div> /c-wiz> !-- 带视频的 --> !-- c-wiz jsrendererXMEW5d jsshadow jsdatadeferred-i6 data-p%.@.null,true,com.supercell.clashofclans,7,3 data-node-index8;0 jsmodelhc6Ubd c-wiz> div classPyyLUd _msthidden3> video autoplay jscontrolleryABLaf jsactionrcuQ6b:mLIhuf classoiEt0d jsnamecrqSuf preloadauto muted posterhttps://i.ytimg.com/vi/C4uzmiVn8Og/hqdefault.jpg tabindex-1 loop> source src./img2/video.mp4 typevideo/mp4 /> /video> div classjaQz3d>/div> div classkuvzJc atwQXd _msthidden3> button aria-labelPlay trailer classcvriud jscontrollerHnDLGf jsactionclick:axChxd jsnamepWHZ7d data-should-show-kavtrue data-trailer-urlhttps://play.google.com/video/lava/web/player/yt:movie:C4uzmiVn8Og?autoplay1&embedplay data-web-presentation1 data-stop-propagating-eventstrue data-item-idcom.supercell.clashofclans data-item-type7 _msthidden2 _mstaria-label182728 _msthash34 > i classgoogle-material-icons CAYEaf aria-hiddentrue _msttexthash163631 _msthidden1 _msthash35>play_arrow/i> font _mstmutation1 _msttexthash94965 _msthidden1 _msthash36>Trailer/font> /button> /div> /div> div classhnnXjf> div classqxNhq> img src./img2/plus_icon_1024.png classT75of cN0oRe fFmL2e aria-hiddentrue altIcon image itempropimage data-atffalse data-iml1419.699999988079 _msthiddenA _mstalt131079 _msthash37 /> div> h1 classFd93Bb ynrBgc xwcR9d itempropname _msttexthash13420316 _msthash38>部落冲突/h1> div classtv4jIf> div classVbfug auoIOc> a href/store/apps/dev?id6715068722362591614>span _msttexthash11804702 _msthash39 classq1>超级单体/span>/a> /div> div classulKokd> div class>span classUIuSk q2 _msttexthash15333903 _msthash40>应用内购买/span>/div> /div> /div> /div> /div> div classJU1wdd> div classl8YSdd> img src./img2/2.webp classT75of QhHVZd aria-hiddentrue alt图标图像 itempropimage data-atffalse data-iml1419.800000011921 _mstalt131079 _msthash41 /> div classw7Iutd> div classwVqUob> div classClM7O> div itempropstarRating> div classTT9eCd aria-labelRated 4.5 stars out of five stars>4.5i classgoogle-material-icons ERwvGb aria-hiddentrue>star/i>/div> /div> /div> div classg1rdde q3 _msttexthash12914005 _msthash45>60.8M份评价/div> /div> div classwVqUob> div classClM7O _msttexthash4163250 _msthash46>500M+/div> div classg1rdde q4 _msttexthash5638321 _msthash47>下载/div> /div> div classwVqUob> div classClM7O> span classYVLXxf aria-hiddentrue >svg xmlnshttp://www.w3.org/2000/svg width20 height20 viewBox0 0 24 24 xml:spacepreserve> rect fillnone width20 height20>/rect> path dM10.54,11.09L8.66,9.22l-1.02,1.02l2.9,2.9l5.8-5.8l-1.02-1.01L10.54,11.09z M15.8,16.24H8.2L4.41,9.66L8.2,3h7.6l3.79,6.66 L15.8,16.24z M17,1H7L2,9.66l5,8.64V23l5-2l5,2v-4.69l5-8.64L17,1z >/path>/svg >/span> /div> div classg1rdde q5 _msttexthash14137890 _msthash48>特别推荐/div> /div> div classwVqUob> div classClM7O> img src./img2/3.webp classT75of xGa6dd alt内容分级 itempropimage data-atftrue data-iml1420.300000011921 _mstalt234975 _msthash49 /> /div> div classg1rdde> span itempropcontentRating>span _msttexthash7410000 _msthash50 classq6>所有人 10+/span>/span> /div> /div> /div> /div> /div> /div> c-data idi6 jsdata W902Ue;_;11>/c-data> /c-wiz> --> div classkk2r5b> div classedaMIf> div classbGJWSe> c-wiz jsrendererqk5AGd classFuSudc jsshadow jsdatadeferred-i7 data-p%.@.com.hpt.bosshiwin001,7,true,true data-node-index4;0 autoupdate jsmodelhc6Ubd c-wiz> div classVAgTTd LMcLV> c-wiz jsrendererkdbckd jsshadow jsdatadeferred-i8 data-p%.@.com.hpt.bosshiwin001,true,true data-node-index1;0 jsmodelhc6Ubd c-wiz> div> div jscontrollert7vw0b jsactionJIbuQc:U8myM jslog171442; 1:4207;track:click,impression;> div classu4ICaf> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button iddownloadbtn classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-k8QpJ VfPpkd-LgbsSe-OWXEXe-dgl2Hf nCP5yc AjY5Oe DuMIQc LQeN7 MjT6xe sOCCfd brKGGd BhQfub ishze jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label在 Windows 上安装 _mstaria-label323219 _msthash53> div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span jsnameV67aGc classVfPpkd-vQzf8d q34 idbtntext aria-hiddentrue _msttexthash18646329 _msthash54>Install/span> /button> /div> /div> /div> /div> c-data idi8>/c-data> /c-wiz> !-- div jscontrollerchfSwc jsmodelUfnShf jsactionJIbuQc:MH7vAb data-item-id%.@.com.supercell.clashofclans,7 data-is-freetrue jslog38052; 1:223|CAIaSwoiEiAKGmNvbS5zdXBlcmNlbGwuY2xhc2hvZmNsYW5zEAEYAxAAMhMI3r+7yYWqggMVy1YIBB1tfw9QigENCAASCQoFZW4tVVMQAKoCTxpNCAASIgogChpjb20uc3VwZXJjZWxsLmNsYXNob2ZjbGFucxABGANKEwjev7vJhaqCAxXLVggEHW1/D1D6AQ8KDQgAEgkKBWVuLVVTEAA; track:click,impression jsdataDdi83b;CgYKBENBRT0;12 > div classu4ICaf> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 MjT6xe ymHpFd brKGGd aLey0c P44HY zwjsl jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label安装 _mstaria-label95589 _msthash55 > div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue >span >span itempropoffers itemscope itemtypehttps://schema.org/Offer >meta itempropurl contenthttps://play.google.com/store/apps/details?idcom.supercell.clashofclans&rdidcom.supercell.clashofclans&featuremd&offerId />meta itempropprice content0 />/span>/span >font _mstmutation1 _msttexthash28799030 _msthash56>在更多设备上安装/font>/span > /button> /div> /div> /div> --> /div> c-data idi7 jsdata Lq9R7c;_;13 FMkBkf;_;14 VBgNxc;_;15 RwSwyc;_;16 QhZwQc;_;17 dpXbwe;unsupported;18 GU61mf;_;19 toOJfd;unsupported;20>/c-data> /c-wiz> /div> /div> div classOBVQ7> c-wiz jsrendererzbKb5e jsshadow jsdatadeferred-i9 data-p%.@. jscontrolleraTwUve data-node-index2;0 jsmodelhc6Ubd c-wiz> div jsactionJIbuQc:ga9V jslog181760; 1:16730; track:impression,click;> div classOahvPe> div classu4ICaf> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc VfPpkd-LgbsSe-OWXEXe-dgl2Hf ksBjEc lKxP2d LQeN7 yIoKuc aLey0c jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label共享 _mstaria-label58981 _msthash57> div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span classVfPpkd-kBDsod y0nrBe aria-hiddentrue>svg classf70z8e width24 height24 viewBox0 0 24 24> path dM18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z> /path> /svg>/span>span jsnameV67aGc classVfPpkd-vQzf8d q32 aria-hiddentrue _msttexthash3991715 _msthash58>分享/span> /button> /div> /div> /div> div classegcKT _msthidden1> button classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ mN1ivc yIoKuc jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classyHy1rc eT1oJ mN1ivc yIoKuc aria-labelShare _msthiddenA _mstaria-label58981 _msthash59> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc>/div> div classVfPpkd-Bz112c-J1Ukfc-LhBDec>/div> span classVfPpkd-kBDsod y0nrBe aria-hiddentrue>svg classf70z8e width24 height24 viewBox0 0 24 24> path dM18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z> /path> /svg>/span> /button> /div> /div> c-data idi9 jsdata EDxpkb;_;9 fkWDob;com.hpt.bosshiwin001,7,,10^11^13^14^19^20^49^52^69^70^73^74^75^78^79^91^92^95^96^97^100^101^106^112^137^141^146^1^38^103^9^43^80^145^119^151^58^59^63;8>/c-data> /c-wiz>c-wiz jsrendererQf3l6c jsshadow jsdatadeferred-i10 data-p%.@.com.hpt.bosshiwin001,7 data-node-index13;0 autoupdate jsmodelhc6Ubd c-wiz> div jscontrollerindMcf jsactionJIbuQc:htvI8d jslog38005; 1:204; track:click; mutable:true> div classukROQd> div classu4ICaf> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc VfPpkd-LgbsSe-OWXEXe-dgl2Hf ksBjEc lKxP2d LQeN7 LS2TS aLey0c jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; jsnamezF0Oof data-disable-idomtrue aria-label加入收藏夹 _mstaria-label237718 _msthash60> div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span classVfPpkd-kBDsod iCNeVd aria-hiddentrue>svg classXkAcee width24 height24 viewBox0 0 24 24> path fill-ruleevenodd clip-ruleevenodd dM7 3H17C18.1045 3 19 3.8955 19 5V21L12 18L5 21L5.01075 5C5.01075 3.8955 5.8965 3 7 3ZM12 15.824L17 18V5H7V18L12 15.824ZM13 7V9H15V11H13V13H11V11H9V9H11V7H13Z> /path> /svg>/span>span jsnameV67aGc classVfPpkd-vQzf8d q33 aria-hiddentrue _msttexthash14842763 _msthash61>加入收藏夹/span> /button> /div> /div> /div> div classeLyZDd _msthidden1> button classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ mN1ivc LS2TS jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classyHy1rc eT1oJ mN1ivc LS2TS jsnameYMie3c aria-labelAdd to wishlist _msthiddenA _mstaria-label237718 _msthash62> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc>/div> div classVfPpkd-Bz112c-J1Ukfc-LhBDec>/div> span classVfPpkd-kBDsod iCNeVd aria-hiddentrue>svg classXkAcee width24 height24 viewBox0 0 24 24> path fill-ruleevenodd clip-ruleevenodd dM7 3H17C18.1045 3 19 3.8955 19 5V21L12 18L5 21L5.01075 5C5.01075 3.8955 5.8965 3 7 3ZM12 15.824L17 18V5H7V18L12 15.824ZM13 7V9H15V11H13V13H11V11H9V9H11V7H13Z> /path> /svg>/span> /button> /div> /div> c-data idi10>/c-data> /c-wiz> /div> !-- div classIZOk1> div classkuvzJc> button aria-label播放预告片 classcvriud jscontrollerHnDLGf jsactionclick:axChxd jsnamepWHZ7d data-should-show-kavtrue data-trailer-urlhttps://play.google.com/video/lava/web/player/yt:movie:C4uzmiVn8Og?autoplay1&embedplay data-web-presentation1 data-stop-propagating-eventstrue data-item-idcom.supercell.clashofclans data-item-type7 _mstaria-label182728 _msthash63 > i classgoogle-material-icons CAYEaf aria-hiddentrue _msttexthash163631 _msthash64>play_arrow/i>font _mstmutation1 _msttexthash6120322 _msthash65>拖车/font> /button> /div> /div> --> /div> div classvO0kpf> div classHtY85d rA4hHd q7> span classnC7tdd _msttexthash627842592 _msthash66> 在 Windows 上安装此游戏需要 Google Play 游戏测试版。下载测试版即表示您同意 Google 服务条款和 a hrefhttps://play.google.com/about/play-terms/index.html target_blank classcOP9Jc Nhvwuf _istranslated1>Google Play 服务条款/a>。a hrefhttps://policies.google.com/terms target_blank classcOP9Jc Nhvwuf _istranslated1> /a> a href/googleplaygames target_blank classcOP9Jc Nhvwuf _istranslated1>了解更多/a>。 /span> /div> /div> /div> /div> /div> div classwkMJlb YWi3ub> div classnRgZne> div classqZmL0> div ssk8:ZnF4ie-0> c-wiz jsrendererUZStuc jsshadow jsdatadeferred-c1 data-p%.@.com.hpt.bosshiwin001,7 data-node-index5;0 jsmodelhc6Ubd c-wiz> div classUbmABe> div classbewvKb KUSTKe jscontrollervrGZEc jsactionrcuQ6b:npT2md;d9N7hc:RGEGje;McwVAe:TFCKab jsnamehaAclf> div classaoJE7e qwPPwf idswiperBox jsnameK9a4Re rolelist> div classULeU3b Utde2e rolelistitem> div jscontrollerRQJprf classAtcj9b> img src classT75of B5GQxf adimg alt截图图片 itempropimage data-screenshot-index0 jsactionclick:IEAdff rolebutton tabindex0 loadlazy _mstalt287079 _msthash67 /> /div> /div> div classULeU3b Utde2e rolelistitem> div jscontrollerRQJprf classAtcj9b> img src classT75of B5GQxf adimg alt截图图片 itempropimage data-screenshot-index0 jsactionclick:IEAdff rolebutton tabindex0 loadlazy _mstalt287079 _msthash67 /> /div> /div> div classULeU3b Utde2e rolelistitem> div jscontrollerRQJprf classAtcj9b> img src classT75of B5GQxf adimg alt截图图片 itempropimage data-screenshot-index0 jsactionclick:IEAdff rolebutton tabindex0 loadlazy _mstalt287079 _msthash67 /> /div> /div> div classULeU3b Utde2e rolelistitem> div jscontrollerRQJprf classAtcj9b> img src classT75of B5GQxf adimg alt截图图片 itempropimage data-screenshot-index0 jsactionclick:IEAdff rolebutton tabindex0 loadlazy _mstalt287079 _msthash67 /> /div> /div> div classULeU3b Utde2e rolelistitem> div jscontrollerRQJprf classAtcj9b> img src classT75of B5GQxf adimg alt截图图片 itempropimage data-screenshot-index0 jsactionclick:IEAdff rolebutton tabindex0 loadlazy _mstalt287079 _msthash67 /> /div> /div> /div> div jsactionJIbuQc:ZOdrjc onclickzwq(1) styledisplay: none jsnameZOdrjc classhWUu9 COriJb dwYR5> button classVfPpkd-BIzmGd SaBhMc NNFoTc zI3eKe N7pe4e PcY7Ff DpB3re jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef data-idom-classSaBhMc NNFoTc zI3eKe N7pe4e PcY7Ff DpB3re aria-labelScroll Previous> span aria-hiddentrue classVfPpkd-BFbNVe-bF1uUb NZp2ef>/span> div classVfPpkd-wbSZ0b>/div> div classVfPpkd-kLizxb-LhBDec>/div> span classVfPpkd-Q0XOV>i classgoogle-material-icons B1yxdb aria-hiddentrue>chevron_left/i>/span> /button> /div> div jsactionJIbuQc:i6JJe onclickzwq(2) jsnamei6JJe classhWUu9 COriJb n1lOjd> button classVfPpkd-BIzmGd SaBhMc NNFoTc zI3eKe N7pe4e PcY7Ff DpB3re jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef data-idom-classSaBhMc NNFoTc zI3eKe N7pe4e PcY7Ff DpB3re aria-label滚动 下一页 _mstaria-label157001 _msthash91> span aria-hiddentrue classVfPpkd-BFbNVe-bF1uUb NZp2ef>/span> div classVfPpkd-wbSZ0b>/div> div classVfPpkd-kLizxb-LhBDec>/div> span classVfPpkd-Q0XOV>i classgoogle-material-icons B1yxdb aria-hiddentrue _msttexthash236301 _msthash92>chevron_right/i>/span> /button> /div> /div> /div> c-data idc1 jsdata W902Ue;_;$1>/c-data> /c-wiz>c-wiz jsrendererJiSSTb jsshadow jsdatadeferred-i12 data-p%.@. data-node-index3;0 autoupdate jsmodelhc6Ubd c-wiz> div jscontrollerlpwuxb jsactionhdtuG:CnOdef> section classHcyOxe jscontrollerNkbkFd> header classcswwxf> div classVMq4uf> div classEaMWib> h2 classXfZNbf q8 _msttexthash10965370 _msthash93>About this game/h2> /div> div jsactionJIbuQc:trigger.hdtuG> button classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ QDwDD mN1ivc VxpoF jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label查看更多信息 关于关于这个游戏 _mstaria-label1046591 _msthash94> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc> /div> div classVfPpkd-Bz112c-J1Ukfc-LhBDec>/div> i classgoogle-material-icons VfPpkd-kBDsod W7A5Qb aria-hiddentrue _msttexthash237523 _msthash95>arrow_forward/i> /button> /div> /div> /header> div classSfzRHd> meta itempropdescription contentEpic combat strategy game. Build your village, train your troops & go to battle! /> div classbARER data-g-iddescription _msttexthash163594236806 _msthash96> Selamat datang di HPT Slots, permainan slot yang dirancang khusus untuk pengguna Indonesia. HPT Slots adalah platform permainan online yang sempurna untuk pemula maupun pemain berpengalaman. Game slot yang paling populer di dunia: Pintu Olympus, Putri Bintang, Harimau Keberuntungan, Kelinci Keberuntungan, dan juga permainan kasino seperti baccarat, Sic Bo, naga harimau, dan permainan memancing. Instal sekarang dan dapatkan 10.000 koin segera, ayo coba pengalaman serunya! /div> div classTKjAsc> div> div classlXlx5 q35 _msttexthash7458594 _msthash97> 更新于/div> div classxg1aie _msttexthash15033902 _msthash98>February 2024/div> /div> /div> div classUc6QCc> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf disabled> div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span jsnameV67aGc classVfPpkd-vQzf8d _msttexthash28779504 _msthash99>#1 gratis-popular kasino/span> /button> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf itempropgenre> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash5998746 _msthash100>Kasino/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/apps/category/GAME_STRATEGY aria-labelKasino jsnamehSRGPd _mstaria-label117338 _msthash101>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf itempropgenre> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash15565667 _msthash102>Slots/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/search?qBuild+and+battle+games&capps aria-labelSlots jsnamehSRGPd _mstaria-label296608 _msthash103>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf itempropgenre> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash5834075 _msthash104>Qiu Qiu/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/apps/category/GAME_CASUAL aria-labelQiu Qiu jsnamehSRGPd _mstaria-label75569 _msthash105>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash10601981 _msthash106>Domino/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/search?qSingle+player+games&capps aria-labelDomino jsnamehSRGPd _mstaria-label207597 _msthash107>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash10736388 _msthash108>Fish/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/search?qMultiplayer+games&capps aria-labelFish jsnamehSRGPd _mstaria-label185081 _msthash109>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash6334874 _msthash110>Zeus/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/search?qStylized+games&capps aria-labelZeus jsnamehSRGPd _mstaria-label117130 _msthash111>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash5778955 _msthash112>Big Win/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/search?qCartoon+games&capps aria-labelBig Win jsnamehSRGPd _mstaria-label96382 _msthash113>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> /div> /div> /section> /div> c-data idi12 jsdata W902Ue;_;11 QwEV2c;com.hpt.bosshiwin001,7;22>/c-data> /c-wiz>c-wiz jsrendererQxNhAd jslog144114; 1:1906;track:impression; jsshadow jsdatadeferred-i13 data-p%.@.com.hpt.bosshiwin001,7 data-node-index9;0 jsmodelhc6Ubd c-wiz> section classHcyOxe jscontrollerNkbkFd> header classcswwxf> div classVMq4uf> div classEaMWib> h2 classXfZNbf q9 _msttexthash10461165 _msthash114>Data safety/h2> /div> div classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ QDwDD mN1ivc VxpoF jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue jslog144113; 1:1907;track:click;> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc>/div> i classgoogle-material-icons VfPpkd-kBDsod W7A5Qb aria-hiddentrue _msttexthash237523 _msthash115>arrow_forward/i>a classWpHeLc VfPpkd-mRLv6 href/store/apps/datasafety?idcom.hpt.bosshiwin001 aria-labelarrow_forward jsnamehSRGPd _mstaria-label887601 _msthash116>/a> div classVfPpkd-Bz112c-J1Ukfc-LhBDec>/div> /div> /div> /header> div classSfzRHd> font _mstmutation1 _msttexthash1136164263 _msthash117> Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time. /font> div classXGHsbd> div classwGcURe> img src/img2/27.webp classT75of whEyae aria-hiddentrue altNo data shared with third parties data-atffalse data-iml1464.300000011921 _mstalt131079 _msthash118 /> div> font _mstmutation1 _msttexthash109465772 _msthash119>No data shared with third parties/font> div classjECfAf _msttexthash36738897 _msthash120>Learn more about how developers declare sharing ID/div> /div> /div> div classwGcURe> img src/img2/28.webp classT75of whEyae aria-hiddentrue altLocation, Personal info and 4 others data-atffalse data-iml1464.300000011921 _mstalt131079 _msthash121 /> div> font _mstmutation1 _msttexthash82739410 _msthash122>This app may collect these data types/font> div classjECfAf _msttexthash37122397 _msthash123>Location, Personal info and 4 others/div> /div> /div> div classwGcURe> img src/img2/29.webp classT75of whEyae aria-hiddentrue altData is encrypted in transit data-atffalse data-iml1464.300000011921 _mstalt131079 _msthash124 /> div _msttexthash46588633 _msthash125>Data is encrypted in transit /div> /div> div classwGcURe> img src/img2/30.webp classT75of whEyae aria-hiddentrue altYou can request that data be deleted data-atffalse data-iml1464.300000011921 _mstalt131079 _msthash126 /> div _msttexthash34946483 _msthash127>You can request that data be deleted/div> /div> div classu4ICaf> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-dgl2Hf ksBjEc lKxP2d LQeN7 aLey0c qQhJce jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue jslog144115; 1:1908; track:click;> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash13000455 _msthash128>See detail/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/apps/datasafety?idcom.hpt.bosshiwin001 aria-label查看有关数据安全的更多详细信息 jsnamehSRGPd _mstaria-label702390 _msthash129>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> /div> /div> /div> /section> c-data idi13 jsdata kXATVe;_;23 ybgdZd;_;24 GU61mf;_;19>/c-data> /c-wiz>c-wiz jsrendererC7s1K jsshadow jsdatadeferred-i14 data-p%.@.com.hpt.bosshiwin001,7,null,null,null,2,null,null,52 jscontrollerzBPctc jsactionhdtuG:OmtWsd; data-node-index10;0 autoupdate jsmodelhc6Ubd c-wiz> section classHcyOxe jscontrollerNkbkFd> header classcswwxf> div classVMq4uf> div classEaMWib> h2 classXfZNbf q10 _msttexthash17738630 _msthash130>Ratings and reviews/h2> /div> div classCiSZSd> span classE3Ryad data-item-type7 data-enable-ratings-copy-without-device-contextfalse jscontrollerjX6UVc jsactionJIbuQc:OvI6Fe> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg VfPpkd-LgbsSe-OWXEXe-dgl2Hf LjDxcd XhPA0b LQeN7 N8A3ib jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classLjDxcd XhPA0b LQeN7 N8A3ib> div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span jsnameV67aGc classVfPpkd-vQzf8d _msttexthash48565855 _msthash135>Ratings and reviews are verified/span>i classgoogle-material-icons VfPpkd-kBDsod aria-hiddentrue _msttexthash209989 _msthash136>info_outline/i> /button> /div> /span> /div> /div> /header> div classSfzRHd> div classQKBJgd jsactionsG2nqb:oXhYAe jscontrollerqfGEyb jslog174271; 1:6074;track:click,impression;> div jsmodelb7Ourf jscontrollerwW2D8b jsactionrcuQ6b:BZEmlb;JIbuQc:TmtE8e data-expanded-togglestrue> div classb6SkTb> div rolebutton idformFactor_2 classD3Qfie VfPpkd-ksKsZd-XxIAqe KKjvXb kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-labelPhone tabindex0 aria-pressedtrue data-single-selecttrue> div classGggmbb aria-hiddentrue>/div> div classkW9Bj aria-hiddentrue> span classc6xzBd jsnameo9vyuc>i classgoogle-material-icons Ka7T4c aria-hiddentrue>phone_android/i>/span>span classypTNYd q11 jsnameODzDMd>Phone/span> /div> /div> div rolebutton idformFactor_3 classD3Qfie VfPpkd-ksKsZd-XxIAqe kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-labelTablet tabindex0 aria-pressedfalse data-single-selecttrue> div classGggmbb aria-hiddentrue>/div> div classkW9Bj aria-hiddentrue> span classc6xzBd jsnameo9vyuc>i classgoogle-material-icons Ka7T4c aria-hiddentrue>tablet_android/i>/span>span classypTNYd q12 jsnameODzDMd>Tablet/span> /div> /div> div rolebutton idformFactor_4 classD3Qfie VfPpkd-ksKsZd-XxIAqe kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-labelWatch tabindex0 aria-pressedfalse data-single-selecttrue> div classGggmbb aria-hiddentrue>/div> div classkW9Bj aria-hiddentrue> span classc6xzBd jsnameo9vyuc>i classgoogle-material-icons Ka7T4c aria-hiddentrue>watch/i>/span>span classypTNYd q13 jsnameODzDMd>Watch/span> /div> /div> div rolebutton idformFactor_5 classD3Qfie VfPpkd-ksKsZd-XxIAqe kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-labelChromebook tabindex0 aria-pressedfalse data-single-selecttrue> div classGggmbb aria-hiddentrue>/div> div classkW9Bj aria-hiddentrue> span classc6xzBd jsnameo9vyuc>i classgoogle-material-icons Ka7T4c aria-hiddentrue>laptop/i>/span>span classypTNYd q14 jsnameODzDMd>Chromebook/span> /div> /div> div rolebutton idformFactor_6 classD3Qfie VfPpkd-ksKsZd-XxIAqe kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-labelTV tabindex0 aria-pressedfalse data-single-selecttrue> div classGggmbb aria-hiddentrue>/div> div classkW9Bj aria-hiddentrue> span classc6xzBd jsnameo9vyuc>i classgoogle-material-icons Ka7T4c aria-hiddentrue>tv/i>/span>span classypTNYd q15 jsnameODzDMd>TV/span> /div> /div> /div> /div> /div> div classJwxk6d data-g-idreviews> div classHJV0ef> div classP4w39d> div classTe9Tpc> div> div classjILTFe _msttexthash15717 _msthash152>4.9/div> div aria-label评分4.9星,满分五星 roleimg classI26one _mstaria-label737412 _msthash153> span aria-hiddentrue jsnamefI6EEc classdeXnLd data-number1 ssk1#1>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone>/path> path dM0 0h24v24H0z fillnone>/path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classdeXnLd data-number2 ssk1#2>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone>/path> path dM0 0h24v24H0z fillnone>/path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classdeXnLd data-number3 ssk1#3>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone>/path> path dM0 0h24v24H0z fillnone>/path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classdeXnLd data-number4 ssk1#4>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone>/path> path dM0 0h24v24H0z fillnone>/path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classdeXnLd data-number5 ssk1#5>span class aria-hiddentrue>svg classxdPrrd xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24 fillurl(#i15)> defs> linearGradient idi15> stop stop-opacity1 offset50% classZ1Dz7b> /stop> stop stop-opacity1 offset50% classWi7KIe> /stop> /linearGradient> /defs> path dM0 0h24v24H0z fillnone>/path> path dM0 0h24v24H0z fillnone>/path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span> /div> div classEHUI5b _msttexthash12914460 _msthash154>139K reviews/div> /div> div> div classJzwBgb roleimg aria-label43,268,691 条评分 5 的评论 _mstaria-label854243 _msthash155> div aria-hiddentrue classQjdn7d _msttexthash4823 _msthash156>5 /div> div aria-hiddentrue classRJfYGf> div classRutFAf wcB8se stylewidth: 78.75583888372206% title43,268,691>/div> /div> /div> div classJzwBgb roleimg aria-label5,628,905 条评分 4 的评论 _mstaria-label813735 _msthash157> div aria-hiddentrue classQjdn7d _msttexthash4732 _msthash158>4 /div> div aria-hiddentrue classRJfYGf> div classRutFAf wcB8se stylewidth: 10.245494490965248% title5,628,905>/div> /div> /div> div classJzwBgb roleimg aria-label1,926,369 条评分 3 的评论 _mstaria-label813826 _msthash159> div aria-hiddentrue classQjdn7d _msttexthash4641 _msthash160>3 /div> div aria-hiddentrue classRJfYGf> div classRutFAf wcB8se stylewidth: 3.5062952700509658% title1,926,369>/div> /div> /div> div classJzwBgb roleimg aria-label791,605 条评分 2 的评论 _mstaria-label735397 _msthash161> div aria-hiddentrue classQjdn7d _msttexthash4550 _msthash162>2 /div> div aria-hiddentrue classRJfYGf> div classRutFAf wcB8se stylewidth: 1.4408458956973949% title791,605>/div> /div> /div> div classJzwBgb roleimg aria-label3,324,701 条评分 1 的评论 _mstaria-label810108 _msthash163> div aria-hiddentrue classQjdn7d _msttexthash4459 _msthash164>1 /div> div aria-hiddentrue classRJfYGf> div classRutFAf wcB8se stylewidth: 0.757576%; title3,324,701>/div> /div> /div> /div> /div> /div> /div> div classEGFGHd> header classc1bOId jscontrollerj9sf1 jsactionrcuQ6b:SIRhf data-review-id886eb53b-5e4b-4b4f-9a7c-1d0f698ec018> div classYNR7H> div classgSGphe> img src/img2/311.webp classT75of abYEib aria-hiddentrue loadinglazy /> div classX5PpBb _msttexthash12241359 _msthash165>Ahmad Saiful/div> /div> div jsactionFzgWvd:uXu05d> div classVfPpkd-xl07Ob-XxIAqe-OWXEXe-oYxtQd jscontrollerwg1P6b jsactionJIbuQc:aj0Jcf(WjL7X); keydown:uYT2Vb(WjL7X);iFFCZc:oNPcuf;Rld2oe:li9Srb jsnameL2ufaf jsshadow data-disable-idomtrue> div jsnameWjL7X jsslot> button classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ mN1ivc jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label更多审核操作 aria-expandedfalse aria-haspopupmenu aria-controlsUM33ifi16 _mstaria-label357279 _msthash166> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc> /div> div classVfPpkd-Bz112c-J1Ukfc-LhBDec> /div> i classmaterial-icons-extended VfPpkd-kBDsod aria-hiddentrue _msttexthash140361 _msthash167>more_vert/i> /button> /div> div jsnameU0exHf jsslot _msthidden2> div classVfPpkd-xl07Ob-XxIAqe VfPpkd-xl07Ob q6oraf P77izf B6Yvkd VfPpkd-xl07Ob-XxIAqe-OWXEXe-uxVfW-FNFY6c-uFfGwd jscontrollerywOR5c jsactionkeydown:I481le;JIbuQc:j697N(rymPhb);XVaHYd:c9v4Fb(rymPhb);Oyo5M:b5fzT(rymPhb);DimkCe:TQSy7b(rymPhb);m0LGSd:fAWgXe(rymPhb);WAiFGd:kVJJuc(rymPhb); data-is-hoistedfalse data-should-flip-corner-horizontallyfalse data-stay-in-viewportfalse data-disable-idomtrue idUM33ifi16 data-menu-uiducj-2 styletransform-origin: center top; right: 0px; max-height: 40.8541px; top: 48px _msthidden2> ul classVfPpkd-StrnGf-rymPhb DMZ54e jsnamerymPhb jscontrollerPHUIyb jsactionmouseleave:JywGue; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; keydown:I481le; rolemenu tabindex-1 aria-labelMore review actions data-disable-idomtrue _msthidden1 _mstaria-label357279 _msthash168> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> li classbO7Z3c VfPpkd-StrnGf-rymPhb-ibnC6b jsactionclick:o6ZaF;keydown:RDtNu; keyup:JdS61c; focusin:MeMJlc; focusout:bkTmIf;mousedown:teoBgf; mouseup:NZPHBc; mouseenter:SKyDAe; mouseleave:xq3APb; touchstart:jJiBRc; touchmove:kZeBdd; touchend:VfAz8; change:uOgbud; rolemenuitem tabindex-1 data-option2 _msthidden1> span classVfPpkd-StrnGf-rymPhb-pZXsl>/span>span jsnameK4r5Ff classVfPpkd-StrnGf-rymPhb-b9t22c _msttexthash352898 _msthidden1 _msthash169>Flag inappropriate/span> /li> /ul> /div> /div> /div> /div> /div> div classJx4nYe> div aria-label评分5星,满分星 roleimg classiXRFPc _mstaria-label665626 _msthash170> span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number1 ssk1#1>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number2 ssk1#2>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number3 ssk1#3>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number4 ssk1#4>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number5 ssk1#5>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span> /div> span classbp9Aid _msttexthash13832117 _msthash171>Selasa 24 November 20223/span> /div> /header> div classh3YV2d _msttexthash5935308340 _msthash172> Gameplay yang bagus! Akan sempurna jika Saya benar-benar bisa mendapatkan. /div> div jscontrollerSWD8cc data-review-id886eb53b-5e4b-4b4f-9a7c-1d0f698ec018 data-original-thumbs-up-count79> div classAJTPZc jsnameJ0d7Yd _msttexthash41560597 _msthash173>79 people found this review helpful. /div> footer classAnb3we jsnameGJNbDf jsactionsG2nqb:sY4eAb soy-skip ssk6:oOskHf> div classNC0Ppb _msttexthash37143197 _msthash174>Apakah ini dapat membantu anda?/div> div jsmodelb7Ourf jscontrollerwW2D8b jsactionrcuQ6b:BZEmlb;JIbuQc:TmtE8e data-expanded-togglestrue> div classb6SkTb> div rolebutton id886eb53b-5e4b-4b4f-9a7c-1d0f698ec018::1 classD3Qfie VfPpkd-ksKsZd-XxIAqe UQI9cd kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-label是的 tabindex0 aria-pressedfalse data-single-selecttrue _mstaria-label32058 _msthash175> div classGggmbb aria-hiddentrue> /div> div classkW9Bj aria-hiddentrue> span classc6xzBd jv2yne jsnameo9vyuc>/span>span classypTNYd jsnameODzDMd _msttexthash5535829 _msthash176>Ya/span> /div> /div> div rolebutton id886eb53b-5e4b-4b4f-9a7c-1d0f698ec018::2 classD3Qfie VfPpkd-ksKsZd-XxIAqe UQI9cd kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-label不 tabindex0 aria-pressedfalse data-single-selecttrue _mstaria-label18642 _msthash177> div classGggmbb aria-hiddentrue> /div> div classkW9Bj aria-hiddentrue> span classc6xzBd jv2yne jsnameo9vyuc>/span>span classypTNYd jsnameODzDMd _msttexthash1818271 _msthash178>Tidak/span>/div> /div> /div> /div> /footer> /div> /div> div classEGFGHd> header classc1bOId jscontrollerj9sf1 jsactionrcuQ6b:SIRhf data-review-id8882c38e-c722-4818-86b4-43cef45b70b7> div classYNR7H> div classgSGphe> img src/img2/32.webp classT75of abYEib aria-hiddentrue loadinglazy /> div classX5PpBb _msttexthash44994066 _msthash179>Daivon Mantey/div> /div> div jsactionFzgWvd:uXu05d> div classVfPpkd-xl07Ob-XxIAqe-OWXEXe-oYxtQd jscontrollerwg1P6b jsactionJIbuQc:aj0Jcf(WjL7X); keydown:uYT2Vb(WjL7X);iFFCZc:oNPcuf;Rld2oe:li9Srb jsnameL2ufaf jsshadow data-disable-idomtrue> div jsnameWjL7X jsslot> button classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ mN1ivc jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label更多审核操作 aria-expandedfalse aria-haspopupmenu aria-controlsUM33ifi17 _mstaria-label357279 _msthash180> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc> /div> div classVfPpkd-Bz112c-J1Ukfc-LhBDec> /div> i classmaterial-icons-extended VfPpkd-kBDsod aria-hiddentrue _msttexthash140361 _msthash181>more_vert/i> /button> /div> div jsnameU0exHf jsslot _msthidden2> div classVfPpkd-xl07Ob-XxIAqe VfPpkd-xl07Ob q6oraf P77izf B6Yvkd VfPpkd-xl07Ob-XxIAqe-OWXEXe-uxVfW-FNFY6c-uFfGwd jscontrollerywOR5c jsactionkeydown:I481le;JIbuQc:j697N(rymPhb);XVaHYd:c9v4Fb(rymPhb);Oyo5M:b5fzT(rymPhb);DimkCe:TQSy7b(rymPhb);m0LGSd:fAWgXe(rymPhb);WAiFGd:kVJJuc(rymPhb); data-is-hoistedfalse data-should-flip-corner-horizontallyfalse data-stay-in-viewportfalse data-disable-idomtrue idUM33ifi17 data-menu-uiducj-3 styletransform-origin: center bottom; right: 0px; max-height: 955.146px; bottom: 48px _msthidden2> ul classVfPpkd-StrnGf-rymPhb DMZ54e jsnamerymPhb jscontrollerPHUIyb jsactionmouseleave:JywGue; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; keydown:I481le; rolemenu tabindex-1 aria-labelMore review actions data-disable-idomtrue _msthidden1 _mstaria-label357279 _msthash182> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> li classbO7Z3c VfPpkd-StrnGf-rymPhb-ibnC6b jsactionclick:o6ZaF;keydown:RDtNu; keyup:JdS61c; focusin:MeMJlc; focusout:bkTmIf;mousedown:teoBgf; mouseup:NZPHBc; mouseenter:SKyDAe; mouseleave:xq3APb; touchstart:jJiBRc; touchmove:kZeBdd; touchend:VfAz8; change:uOgbud; rolemenuitem tabindex-1 data-option2 _msthidden1> span classVfPpkd-StrnGf-rymPhb-pZXsl>/span>span jsnameK4r5Ff classVfPpkd-StrnGf-rymPhb-b9t22c _msttexthash352898 _msthidden1 _msthash183>Flag inappropriate/span> /li> /ul> /div> /div> /div> /div> /div> div classJx4nYe> div aria-label评分4星,满分星 roleimg classiXRFPc _mstaria-label665470 _msthash184> span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number1 ssk1#1>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number2 ssk1#2>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number3 ssk1#3>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number4 ssk1#4>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number5 ssk1#5>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span> /div> span classbp9Aid _msttexthash15033577 _msthash185>Selasa 23 November 20223/span> /div> /header> div classh3YV2d _msttexthash4302911574 _msthash186> Permainan yang menarik, Anda dapat menikmati pengalaman permainan terbaik serta menghasilkan dengan Skor skor yang sangat bagus dan permainan yang baik, aman dan terpercaya /div> div jscontrollerSWD8cc data-review-id8882c38e-c722-4818-86b4-43cef45b70b7 data-original-thumbs-up-count393> div classAJTPZc jsnameJ0d7Yd _msttexthash44772234 _msthash187>393 people found this review helpful. /div> footer classAnb3we jsnameGJNbDf jsactionsG2nqb:sY4eAb soy-skip ssk6:oOskHf> div classNC0Ppb _msttexthash37143197 _msthash188>Apakah ini dapat membantu anda?/div> div jsmodelb7Ourf jscontrollerwW2D8b jsactionrcuQ6b:BZEmlb;JIbuQc:TmtE8e data-expanded-togglestrue> div classb6SkTb> div rolebutton id8882c38e-c722-4818-86b4-43cef45b70b7::1 classD3Qfie VfPpkd-ksKsZd-XxIAqe UQI9cd kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-label是的 tabindex0 aria-pressedfalse data-single-selecttrue _mstaria-label32058 _msthash189> div classGggmbb aria-hiddentrue> /div> div classkW9Bj aria-hiddentrue> span classc6xzBd jv2yne jsnameo9vyuc>/span>span classypTNYd jsnameODzDMd _msttexthash5535829 _msthash190>Ya/span> /div> /div> div rolebutton id8882c38e-c722-4818-86b4-43cef45b70b7::2 classD3Qfie VfPpkd-ksKsZd-XxIAqe UQI9cd kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-label不 tabindex0 aria-pressedfalse data-single-selecttrue _mstaria-label18642 _msthash191> div classGggmbb aria-hiddentrue> /div> div classkW9Bj aria-hiddentrue> span classc6xzBd jv2yne jsnameo9vyuc>/span>span classypTNYd jsnameODzDMd _msttexthash1818271 _msthash192>Tidak/span>/div> /div> /div> /div> /footer> /div> /div> div classEGFGHd> header classc1bOId jscontrollerj9sf1 jsactionrcuQ6b:SIRhf data-review-idd2b7b4e9-1c36-49a8-94bc-5584c69c76ff> div classYNR7H> div classgSGphe> img src/img2/33.webp classT75of abYEib aria-hiddentrue loadinglazy /> div classX5PpBb _msttexthash10765105 _msthash193>Tereza Albuquerque/div> /div> div jsactionFzgWvd:uXu05d> div classVfPpkd-xl07Ob-XxIAqe-OWXEXe-oYxtQd jscontrollerwg1P6b jsactionJIbuQc:aj0Jcf(WjL7X); keydown:uYT2Vb(WjL7X);iFFCZc:oNPcuf;Rld2oe:li9Srb jsnameL2ufaf jsshadow data-disable-idomtrue> div jsnameWjL7X jsslot> button classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ mN1ivc jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label更多审核操作 aria-expandedfalse aria-haspopupmenu aria-controlsUM33ifi18 _mstaria-label357279 _msthash194> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc> /div> div classVfPpkd-Bz112c-J1Ukfc-LhBDec> /div> i classmaterial-icons-extended VfPpkd-kBDsod aria-hiddentrue _msttexthash140361 _msthash195>more_vert/i> /button> /div> div jsnameU0exHf jsslot _msthidden2> div classVfPpkd-xl07Ob-XxIAqe VfPpkd-xl07Ob q6oraf P77izf B6Yvkd jscontrollerywOR5c jsactionkeydown:I481le;JIbuQc:j697N(rymPhb);XVaHYd:c9v4Fb(rymPhb);Oyo5M:b5fzT(rymPhb);DimkCe:TQSy7b(rymPhb);m0LGSd:fAWgXe(rymPhb);WAiFGd:kVJJuc(rymPhb); data-is-hoistedfalse data-should-flip-corner-horizontallyfalse data-stay-in-viewportfalse data-disable-idomtrue idUM33ifi18 data-menu-uiducj-4 styletransform-origin: center bottom; right: 0px; bottom: 48px; max-height: 1223.15px _msthidden2> ul classVfPpkd-StrnGf-rymPhb DMZ54e jsnamerymPhb jscontrollerPHUIyb jsactionmouseleave:JywGue; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; keydown:I481le; rolemenu tabindex-1 aria-labelMore review actions data-disable-idomtrue _msthidden1 _mstaria-label357279 _msthash196> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> li classbO7Z3c VfPpkd-StrnGf-rymPhb-ibnC6b jsactionclick:o6ZaF;keydown:RDtNu; keyup:JdS61c; focusin:MeMJlc; focusout:bkTmIf;mousedown:teoBgf; mouseup:NZPHBc; mouseenter:SKyDAe; mouseleave:xq3APb; touchstart:jJiBRc; touchmove:kZeBdd; touchend:VfAz8; change:uOgbud; rolemenuitem tabindex-1 data-option2 _msthidden1> span classVfPpkd-StrnGf-rymPhb-pZXsl>/span>span jsnameK4r5Ff classVfPpkd-StrnGf-rymPhb-b9t22c _msttexthash352898 _msthidden1 _msthash197>Flag inappropriate/span> /li> /ul> /div> /div> /div> /div> /div> div classJx4nYe> div aria-label评分3星,满分星 roleimg classiXRFPc _mstaria-label665314 _msthash198> span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number1 ssk1#1>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number2 ssk1#2>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number3 ssk1#3>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number4 ssk1#4>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number5 ssk1#5>span classWi7KIe aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span> /div> span classbp9Aid _msttexthash15033252 _msthash199>Februari 27, 2023/span> /div> /header> div classh3YV2d _msttexthash4180678814 _msthash200> Saya telah memenangkan beberapa koin emas hari ini dan menghadiahi diri saya sendiri. /div> div jscontrollerSWD8cc data-review-idd2b7b4e9-1c36-49a8-94bc-5584c69c76ff data-original-thumbs-up-count47> div classAJTPZc jsnameJ0d7Yd _msttexthash41560116 _msthash201>47 people found this review helpful. /div> footer classAnb3we jsnameGJNbDf jsactionsG2nqb:sY4eAb soy-skip ssk6:oOskHf> div classNC0Ppb _msttexthash37143197 _msthash202>Apakah ini dapat membantu anda?/div> div jsmodelb7Ourf jscontrollerwW2D8b jsactionrcuQ6b:BZEmlb;JIbuQc:TmtE8e data-expanded-togglestrue> div classb6SkTb> div rolebutton idd2b7b4e9-1c36-49a8-94bc-5584c69c76ff::1 classD3Qfie VfPpkd-ksKsZd-XxIAqe UQI9cd kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-label是的 tabindex0 aria-pressedfalse data-single-selecttrue _mstaria-label32058 _msthash203> div classGggmbb aria-hiddentrue> /div> div classkW9Bj aria-hiddentrue> span classc6xzBd jv2yne jsnameo9vyuc>/span>span classypTNYd jsnameODzDMd _msttexthash5535829 _msthash204>Ya/span> /div> /div> div rolebutton idd2b7b4e9-1c36-49a8-94bc-5584c69c76ff::2 classD3Qfie VfPpkd-ksKsZd-XxIAqe UQI9cd kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-label不 tabindex0 aria-pressedfalse data-single-selecttrue _mstaria-label18642 _msthash205> div classGggmbb aria-hiddentrue> /div> div classkW9Bj aria-hiddentrue> span classc6xzBd jv2yne jsnameo9vyuc>/span>span classypTNYd jsnameODzDMd _msttexthash1818271 _msthash206>Tidak/span>/div> /div> /div> /div> /footer> /div> /div> !-- div jsactionJIbuQc:trigger.hdtuG> div classu4ICaf> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-dgl2Hf ksBjEc lKxP2d LQeN7 aLey0c jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue > div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span jsnameV67aGc classVfPpkd-vQzf8d _msttexthash22658181 _msthash207>查看所有评论/span> /button> /div> /div> /div> --> /div> /div> /section> c-data idi14 jsdata MrvuD;_;25 fkWDob;com.hpt.bosshiwin001,7,,52;4 lxbR8d;_;10 ZR1Qoe;_;26 YjFXEf;_;27 WAAbQe;_;28 GU61mf;_;19>/c-data> /c-wiz> !-- c-wiz jsrendererq8s33d jsshadow jsdatadeferred-i19 data-p%.@. data-node-index12;0 jsmodelhc6Ubd c-wiz >section classHcyOxe jscontrollerNkbkFd> header classcswwxf> div classVMq4uf> div classEaMWib>h2 classXfZNbf _msttexthash11495653 _msthash208>新增功能/h2>/div> /div> /header> div classSfzRHd> div itempropdescription _msttexthash1080898429 _msthash209> 这是一个闪闪发光的诡异更新!br _istranslated1 />● 新首都区 - 哥布林矿山br _istranslated1 />● Mega Sparky - 造成巨大伤害的新首都巨型部队!br _istranslated1 />● 如果您需要额外的帮助,Goblin Builder 限时就在这里! /div> /div> /section> c-data idi19 jsdata W902Ue;_;11>/c-data >/c-wiz> --> /div> !-- div classatOvg> section classHcyOxe jscontrollerNkbkFd> div classSfzRHd> a classaA0Vnf target_blank hrefhttps://support.google.com/googleplay/?preport_content >i classgoogle-material-icons GfskQe aria-hiddentrue _msttexthash2372461 _msthash210>旗/i>font _mstmutation1 _msttexthash16606512 _msthash211>举报不当内容/font>/a > /div> /section> /div> --> /div> div classo45e4d> div classI6HDZc styledisplay: none;> div classu83rvb> section classH91Mdb> section classNhZPH> span class aria-hiddentrue>svg width24 height24 viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> path dM6.1482 11.9606C6.1482 12.5981 5.63879 13.1123 5.00725 13.1123C4.38221 13.1123 3.8728 12.5981 3.8728 11.9606C3.8728 11.3296 4.38221 10.8154 5.00725 10.8154C5.63879 10.8154 6.1482 11.3296 6.1482 11.9606Z fill#28FEAF>/path> path dM8.31541 14.1549C8.31541 14.7924 7.806 15.3001 7.18096 15.3001C6.54943 15.3001 6.03955 14.7924 6.03955 14.1549C6.03955 13.524 6.54943 13.0098 7.18096 13.0098C7.806 13.0098 8.31541 13.524 8.31541 14.1549Z fill#28FEAF>/path> path dM8.31541 9.77281C8.31541 10.4038 7.806 10.918 7.18096 10.918C6.54943 10.918 6.03955 10.4038 6.03955 9.77281C6.03955 9.13531 6.54943 8.62109 7.18096 8.62109C7.806 8.62109 8.31541 9.13531 8.31541 9.77281Z fill#28FEAF>/path> path dM10.5095 11.9606C10.5095 12.5981 10.0001 13.1123 9.37506 13.1123C8.74352 13.1123 8.23364 12.5981 8.23364 11.9606C8.23364 11.3296 8.74352 10.8154 9.37506 10.8154C10.0001 10.8154 10.5095 11.3296 10.5095 11.9606Z fill#28FEAF>/path> path dM10.6141 19.9995L6.09537 22.6329C4.48727 23.5699 2.47656 22.3985 2.47656 20.5235V16.541H7.18802L10.6141 19.9995Z fill#28FEAF>/path> path dM20.7851 14.0719L14.245 17.8833L12.9959 10.6852C12.6699 8.77223 11.026 7.38004 9.10353 7.38004H2.47656V3.40176C2.47656 1.52723 4.48727 0.355352 6.09537 1.29285L20.7851 9.85364C22.3932 10.7911 22.3932 13.1344 20.7851 14.0719Z fill#28FEAF>/path> /svg>/span> h1 classxWQRGc q17 _msttexthash15847936 _msthash212>Play on PC/h1> /section> div classxl35Af> p classYJHsH q18>Play this game on your Windows PC with Google Play Games/p> div classUcbJi>a hrefhttps://play.google.com/googleplaygames classJySwVb q19>Learn more/a>/div> /div> /section> div classiw09D>/div> section classk2PTme> div classQyeBff> div classMDAIjb> span class aria-hiddentrue>svg width20 height21 viewBox0 0 22 21 fillnone xmlnshttp://www.w3.org/2000/svg> path dM21.7143 10.625L19.3614 7.93464L19.6893 4.37643L16.2082 3.58571L14.3857 0.5L11.1071 1.90786L7.82857 0.5L6.00607 3.57607L2.525 4.35714L2.85286 7.925L0.5 10.625L2.85286 13.3154L2.525 16.8832L6.00607 17.6739L7.82857 20.75L11.1071 19.3325L14.3857 20.7404L16.2082 17.6643L19.6893 16.8736L19.3614 13.3154L21.7143 10.625ZM9.26536 15.1764L5.60107 11.5025L7.02821 10.0754L9.26536 12.3221L14.9064 6.66179L16.3336 8.08893L9.26536 15.1764Z fillwhite>/path> /svg>/span> p classfwc4vd q20 _msttexthash17122521 _msthash215>官方 Google 体验/p> /div> div classMDAIjb> span class aria-hiddentrue>svg width19 height18 viewBox0 0 19 18 fillnone xmlnshttp://www.w3.org/2000/svg> path dM16.5 0.996094H1.80469C1.31771 0.996094 0.895184 1.17513 0.537109 1.5332C0.179035 1.89128 0 2.32812 0 2.84375V13.8438C0 14.3307 0.179035 14.7533 0.537109 15.1113C0.895184 15.4694 1.31771 15.6484 1.80469 15.6484H5.5V17.4961H12.8047V15.6484H16.5C16.987 15.6484 17.4095 15.4694 17.7676 15.1113C18.1257 14.7533 18.3047 14.3307 18.3047 13.8438V2.84375C18.3047 2.32812 18.1257 1.89128 17.7676 1.5332C17.4095 1.17513 16.987 0.996094 16.5 0.996094ZM16.5 13.8438H1.80469V2.84375H16.5V13.8438ZM4.125 5.12109H6.40234V3.74609H2.75V7.39844H4.125V5.12109ZM15.5547 9.24609H14.1797V11.5234H11.9023V12.8984H15.5547V9.24609Z fillwhite fill-opacity0.9>/path> /svg>/span> p classfwc4vd q21 _msttexthash14847105 _msthash216> 更大的屏幕/p> /div> div classMDAIjb> span class aria-hiddentrue>svg width19 height11 viewBox0 0 19 11 fillnone xmlnshttp://www.w3.org/2000/svg> path dM12.8047 0H18.3047V5.5L16.1992 3.39453L10.4414 9.15234L6.78906 5.5L1.28906 11L0 9.71094L6.78906 2.92188L10.4414 6.57422L14.9102 2.10547L12.8047 0Z fillwhite fill-opacity0.9>/path> /svg>/span> p classfwc4vd q22 _msttexthash36941294 _msthash217> 通过改进的控件升级/p> /div> div classMDAIjb> span class aria-hiddentrue>svg width18 height24 viewBox0 0 18 24 fillnone xmlnshttp://www.w3.org/2000/svg> path dM9 3.81818V0.75L4.875 4.84091L9 8.93182V5.86364C12.4134 5.86364 15.1875 8.61477 15.1875 12C15.1875 13.033 14.9297 14.0148 14.4656 14.8636L15.9713 16.3568C16.7756 15.0989 17.25 13.6057 17.25 12C17.25 7.47955 13.5581 3.81818 9 3.81818ZM9 18.1364C5.58656 18.1364 2.8125 15.3852 2.8125 12C2.8125 10.967 3.07031 9.98523 3.53437 9.13636L2.02875 7.64318C1.22437 8.90114 0.75 10.3943 0.75 12C0.75 16.5205 4.44187 20.1818 9 20.1818V23.25L13.125 19.1591L9 15.0682V18.1364Z fillwhite>/path> /svg>/span> p classfwc4vd q23 _msttexthash25747111 _msthash218> 跨设备无缝同步*/p> /div> div classMDAIjb> span class aria-hiddentrue>svg width17 height16 viewBox0 0 17 16 fillnone xmlnshttp://www.w3.org/2000/svg> path fill-ruleevenodd clip-ruleevenodd dM15 3.33333H13.1833C13.275 3.075 13.3333 2.79167 13.3333 2.5C13.3333 1.11667 12.2167 0 10.8333 0C9.95833 0 9.2 0.45 8.75 1.125L8.33333 1.68333L7.91667 1.11667C7.46667 0.45 6.70833 0 5.83333 0C4.45 0 3.33333 1.11667 3.33333 2.5C3.33333 2.79167 3.39167 3.075 3.48333 3.33333H1.66667C0.741667 3.33333 0.00833333 4.075 0.00833333 5L0 14.1667C0 15.0917 0.741667 15.8333 1.66667 15.8333H15C15.925 15.8333 16.6667 15.0917 16.6667 14.1667V5C16.6667 4.075 15.925 3.33333 15 3.33333ZM10.8333 1.66667C11.2917 1.66667 11.6667 2.04167 11.6667 2.5C11.6667 2.95833 11.2917 3.33333 10.8333 3.33333C10.375 3.33333 10 2.95833 10 2.5C10 2.04167 10.375 1.66667 10.8333 1.66667ZM6.66667 2.5C6.66667 2.04167 6.29167 1.66667 5.83333 1.66667C5.375 1.66667 5 2.04167 5 2.5C5 2.95833 5.375 3.33333 5.83333 3.33333C6.29167 3.33333 6.66667 2.95833 6.66667 2.5ZM1.66667 14.1667V12.5H15V14.1667H1.66667ZM1.66667 5V10H15V5H10.7667L12.5 7.35833L11.15 8.33333L8.33333 4.5L5.51667 8.33333L4.16667 7.35833L5.9 5H1.66667Z fillwhite>/path> /svg>/span> p classfwc4vd q24 _msttexthash18873686 _msthash219>赚取 Google Play 积分/p> /div> /div> /section> div classYxriTb>/div> section classavi1m> div classQPXkId> p classYJHsH q25 _msttexthash12232233 _msthash220>最低要求/p> /div> section classLnZOke q26> ul classVEnvi> li>em classZUTAk _msttexthash21765562 _msthash221>操作系统:/em> em classUpM1oc _msttexthash32445725 _msthash222>Windows 10 (v2004)/em>/li> li>em classZUTAk _msttexthash11916138 _msthash223>存储:/em> em classUpM1oc _msttexthash120650166 _msthash224>具有 10 GB 可用存储空间的固态硬盘 (SSD)/em>/li> li>em classZUTAk _msttexthash12206844 _msthash225>图形:/em> em classUpM1oc _msttexthash74961861 _msthash226>Intel(R) UHD Graphics 630 GPU 或类似产品/em>/li> li>em classZUTAk _msttexthash16240536 _msthash227>处理器:/em> em classUpM1oc _msttexthash105549392 _msthash228>4 个 CPU 物理内核(某些游戏需要 Intel CPU)/em>/li> li>em classZUTAk _msttexthash13444834 _msthash229>记忆:/em> em classUpM1oc _msttexthash6077084 _msthash230>8 GB 内存/em>/li> li>em classUpM1oc _msttexthash27346865 _msthash231>Windows 管理员帐户/em>/li> li>em classUpM1oc _msttexthash34525920 _msthash232>必须打开硬件虚拟化/em>/li> /ul> /section> section classYxIL5d> p classUcbJi q27 _msttexthash103792728 _msthash233> 要详细了解这些要求,请访问a hrefhttps://support.google.com/googleplaygamesonpc?peligibility_troubleshooting classEsSi1b _istranslated1>帮助中心/a> /p> p classkkFiKe q28 _msttexthash233071956 _msthash234> 英特尔是英特尔公司或其子公司的注册商标。Windows 是 Microsoft 集团公司的商标。/p> p classPqW1vd q29 _msttexthash30787432 _msthash235>* 此游戏可能不可用/p> /section> /section> /div> /div> c-wiz jsrendererGrlxwe jsshadow jsdatadeferred-i20 data-p%.@.true,true styledisplay: none; data-node-index6;0 autoupdate jsmodelhc6Ubd c-wiz> section classHcyOxe jscontrollerNkbkFd> div classSfzRHd jqSImf roleregion iddeveloper-contacts aria-labelledbydeveloper-contacts-heading _msthidden14> div classvfQhrf BxIr0d _msthidden14> div classVfPpkd-WsjYwc VfPpkd-WsjYwc-OWXEXe-INsAgc KC1dQ Usd1Ac AaN0Dd VVmwY _msthidden3> div classVfPpkd-EScbFb-JIbuQc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef; _msthidden3> a classSi6A0c RrSxVb target_blank hrefhttps://help.supercellsupport.com/clash-of-clans/en/ aria-labelWebsite https://help.supercellsupport.com/clash-of-clans/en/ will open in a new window or tab. _msthidden2 _mstaria-label5454514 _msthash239>i classgoogle-material-icons j25Vu aria-hiddentrue _msttexthash78325 _msthidden1 _msthash240>public/i> div classpZ8Djf _msthidden1> div classxFVDSb _msttexthash95017 _msthidden1 _msthash241>Website/div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> /div> div classVfPpkd-WsjYwc VfPpkd-WsjYwc-OWXEXe-INsAgc KC1dQ Usd1Ac AaN0Dd VVmwY _msthidden4> div classVfPpkd-EScbFb-JIbuQc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef; _msthidden4> a classSi6A0c RrSxVb target_blank hrefmailto:gp-info@supercell.com aria-labelSupport email mailto:gp-info@supercell.com will open in a new window or tab. _msthidden3 _mstaria-label3514680 _msthash242>i classgoogle-material-icons j25Vu aria-hiddentrue _msttexthash60970 _msthidden1 _msthash243>email/i> div classpZ8Djf _msthidden2> div classxFVDSb _msttexthash208936 _msthidden1 _msthash244>Support email /div> div classpSEeg _msttexthash464087 _msthidden1 _msthash245> gp-info@supercell.com/div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> /div> div classVfPpkd-WsjYwc VfPpkd-WsjYwc-OWXEXe-INsAgc KC1dQ Usd1Ac AaN0Dd VVmwY _msthidden4> div classVfPpkd-EScbFb-JIbuQc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef; _msthidden4> a classSi6A0c RrSxVb target_blank hrefhttps://maps.google.com/?qJatkasaarenlaituri%201%0A00180%20Helsinki%0AFinland aria-labelAddress https://maps.google.com/?qJatkasaarenlaituri 100180 HelsinkiFinland will open in a new window or tab. _msthidden3 _mstaria-label7147179 _msthash246>i classgoogle-material-icons j25Vu aria-hiddentrue _msttexthash60086 _msthidden1 _msthash247>place/i> div classpZ8Djf _msthidden2> div classxFVDSb _msttexthash94653 _msthidden1 _msthash248>Address/div> div classpSEeg _msttexthash1246999 _msthidden1 _msthash249>Jatkasaarenlaituri 1 00180 Helsinki Finland/div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> /div> div classVfPpkd-WsjYwc VfPpkd-WsjYwc-OWXEXe-INsAgc KC1dQ Usd1Ac AaN0Dd VVmwY _msthidden3> div classVfPpkd-EScbFb-JIbuQc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef; _msthidden3> a classSi6A0c RrSxVb target_blank hrefhttps://supercell.com/en/privacy-policy/ aria-labelPrivacy Policy https://supercell.com/en/privacy-policy/ will open in a new window or tab. _msthidden2 _mstaria-label4810572 _msthash250>i classgoogle-material-icons j25Vu aria-hiddentrue _msttexthash77740 _msthidden1 _msthash251>shield/i> div classpZ8Djf _msthidden1> div classxFVDSb _msttexthash231452 _msthidden1 _msthash252>Privacy Policy /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> /div> /div> /div> /section> c-data idi20 jsdata W902Ue;_;11>/c-data> /c-wiz> c-wiz jsrendererG2gJT jsshadow jsdatadeferred-i21 data-p%.@. styledisplay: none; data-node-index11;0 jsmodelhc6Ubd c-wiz> section classHcyOxe jscontrollerNkbkFd> header classcswwxf> div classVMq4uf> div classEaMWib> h2 classXfZNbf q30>span _msttexthash22644765 _msthash253>More by Supercell/span>/h2> /div> /div> /header> div classSfzRHd> div classErwGJf> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.supercell.moco jslog38003; 1:500|CAIaQwoaEhgKEmNvbS5zdXBlcmNlbGwubW9jbxABGAMQADITCOu1vMmFqoIDFcKTfwQdXlwI14oBDQgAEgkKBWVuLVVTEACqAkcaRQgAEhoKGAoSY29tLnN1cGVyY2VsbC5tb2NvEAEYA0oTCOu1vMmFqoIDFcKTfwQdXlwI1/oBDwoNCAASCQoFZW4tVVMQAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/34.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash256 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash55588 _msthash257>mo.co/span>/div> div classubGTjb>span classwMUdtb _msttexthash11804702 _msthash258>超级单体/span>/div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.supercell.clashroyale jslog38003; 1:500|CAIaSgohEh8KGWNvbS5zdXBlcmNlbGwuY2xhc2hyb3lhbGUQARgDEAEyEwjrtbzJhaqCAxXCk38EHV5cCNeKAQ0IABIJCgVlbi1VUxAAqgJOGkwIARIhCh8KGWNvbS5zdXBlcmNlbGwuY2xhc2hyb3lhbGUQARgDShMI67W8yYWqggMVwpN/BB1eXAjX+gEPCg0IABIJCgVlbi1VUxAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/35.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash259 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash10752807 _msthash260>皇室战争/span>/div> div classubGTjb>span classwMUdtb _msttexthash11804702 _msthash261>超级单体/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.2星,满分五星 _mstaria-label736866 _msthash262> span classw2kbF _msttexthash15366 _msthash263>4.2/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash264>星/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.supercell.brawlstars jslog38003; 1:500|CAIaSQogEh4KGGNvbS5zdXBlcmNlbGwuYnJhd2xzdGFycxABGAMQAjITCOu1vMmFqoIDFcKTfwQdXlwI14oBDQgAEgkKBWVuLVVTEACqAk0aSwgCEiAKHgoYY29tLnN1cGVyY2VsbC5icmF3bHN0YXJzEAEYA0oTCOu1vMmFqoIDFcKTfwQdXlwI1/oBDwoNCAASCQoFZW4tVVMQAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/36.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash265 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash10977746 _msthash266>斗殴之星/span>/div> div classubGTjb>span classwMUdtb _msttexthash11804702 _msthash267>超级单体/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.3星,满分五星 _mstaria-label737048 _msthash268> span classw2kbF _msttexthash15483 _msthash269>4.3/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash270>star/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.supercell.hayday jslog38003; 1:500|CAIaRQocEhoKFGNvbS5zdXBlcmNlbGwuaGF5ZGF5EAEYAxADMhMI67W8yYWqggMVwpN/BB1eXAjXigENCAASCQoFZW4tVVMQAKoCSRpHCAMSHAoaChRjb20uc3VwZXJjZWxsLmhheWRheRABGANKEwjrtbzJhaqCAxXCk38EHV5cCNf6AQ8KDQgAEgkKBWVuLVVTEAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/37.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash271 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash8747479 _msthash272>干草日/span>/div> div classubGTjb>span classwMUdtb _msttexthash11804702 _msthash273>超级单体/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.4星,满分五星 _mstaria-label737230 _msthash274> span classw2kbF _msttexthash15600 _msthash275>4.4/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash276>星/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.supercell.boombeach jslog38003; 1:500|CAIaSAofEh0KF2NvbS5zdXBlcmNlbGwuYm9vbWJlYWNoEAEYAxAEMhMI67W8yYWqggMVwpN/BB1eXAjXigENCAASCQoFZW4tVVMQAKoCTBpKCAQSHwodChdjb20uc3VwZXJjZWxsLmJvb21iZWFjaBABGANKEwjrtbzJhaqCAxXCk38EHV5cCNf6AQ8KDQgAEgkKBWVuLVVTEAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/38.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash277 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash40749865 _msthash278>繁荣海滩(Boom Beach)/span>/div> div classubGTjb>span classwMUdtb _msttexthash11804702 _msthash279>超级单体/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.5星,满分五星 _mstaria-label737412 _msthash280> span classw2kbF _msttexthash15717 _msthash281>4.5/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash282>星/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> /div> /div> /section> c-data idi21 jsdata LK9wFf;;29>/c-data> /c-wiz>c-wiz jsrendererG2gJT jsshadow jsdatadeferred-i22 data-p%.@. data-node-index11;1 jsmodelhc6Ubd c-wiz> section classHcyOxe jscontrollerNkbkFd> header classcswwxf> div classVMq4uf> div classEaMWib> h2 classXfZNbf>span _msttexthash11574095 _msthash283 classq31>Similar games/span>/h2> /div> /div> /header> div classSfzRHd> div classErwGJf> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.igg.android.lordsmobile jslog38003; 1:500|CAIaYQojEiEKG2NvbS5pZ2cuYW5kcm9pZC5sb3Jkc21vYmlsZRABGAMQADITCOu1vMmFqoIDFcKTfwQdXlwI13ITCJiorNLqqYIDFTiSfwQdsvUHr4oBDQgAEgkKBWVuLVVTEACqAmYaZAgAEiMKIQobY29tLmlnZy5hbmRyb2lkLmxvcmRzbW9iaWxlEAEYA0oTCOu1vMmFqoIDFcKTfwQdXlwI15oBEwiYqKzS6qmCAxU4kn8EHbL1B6/6AQ8KDQgAEgkKBWVuLVVTEAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/s1.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash286 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash37713299 _msthash287>Olympus Slots/span>/div> div classubGTjb>span classwMUdtb _msttexthash63232 _msthash288>Hi Games/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.5星,满分五星 _mstaria-label737412 _msthash289> span classw2kbF _msttexthash15717 _msthash290>4.6/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash291>star/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.mobile.legends jslog38003; 1:500|CAIaYAoaEhgKEmNvbS5tb2JpbGUubGVnZW5kcxABGAMQATITCOu1vMmFqoIDFcKTfwQdXlwI13ITCJiorNLqqYIDFTiSfwQdsvUHr4oBFQiz4cv1j9/4ikMSCQoFZW4tVVMQAKoCZRpjCAESGgoYChJjb20ubW9iaWxlLmxlZ2VuZHMQARgDShMI67W8yYWqggMVwpN/BB1eXAjXmgETCJiorNLqqYIDFTiSfwQdsvUHr/oBFwoVCLPhy/WP3/iKQxIJCgVlbi1VUxAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/s2.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash292 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash479505 _msthash293>Jackpot - Rooster Rumble Slot/span>/div> div classubGTjb>span classwMUdtb _msttexthash9982869 _msthash294>JACKPOTGame Studio/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.2星,满分五星 _mstaria-label736866 _msthash295> span classw2kbF _msttexthash15366 _msthash296>4.2/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash297>star/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.tencent.ig jslog38003; 1:500|CAIaVAoWEhQKDmNvbS50ZW5jZW50LmlnEAEYAxACMhMI67W8yYWqggMVwpN/BB1eXAjXchMImKis0uqpggMVOJJ/BB2y9QevigENCAASCQoFZW4tVVMQAKoCWRpXCAISFgoUCg5jb20udGVuY2VudC5pZxABGANKEwjrtbzJhaqCAxXCk38EHV5cCNeaARMImKis0uqpggMVOJJ/BB2y9Qev+gEPCg0IABIJCgVlbi1VUxAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/s3.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash298 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash20417020 _msthash299>Boss HiWin - Treasury Treasures Slots/span>/div> div classubGTjb>span classwMUdtb _msttexthash10168691 _msthash300>Hi Games/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.3星,满分五星 _mstaria-label737048 _msthash301> span classw2kbF _msttexthash15483 _msthash302>4.3/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash303>star/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.ea.gp.fifamobile jslog38003; 1:500|CAIaWgocEhoKFGNvbS5lYS5ncC5maWZhbW9iaWxlEAEYAxADMhMI67W8yYWqggMVwpN/BB1eXAjXchMImKis0uqpggMVOJJ/BB2y9QevigENCAASCQoFZW4tVVMQAKoCXxpdCAMSHAoaChRjb20uZWEuZ3AuZmlmYW1vYmlsZRABGANKEwjrtbzJhaqCAxXCk38EHV5cCNeaARMImKis0uqpggMVOJJ/BB2y9Qev+gEPCg0IABIJCgVlbi1VUxAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/s4.webp?v1.1 classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash304 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash31426863 _msthash305>Boss HiWin - Pharaoh’s Riches Jackpot/span>/div> div classubGTjb>span classwMUdtb _msttexthash12973233 _msthash306>Hi Games studio/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.4星,满分五星 _mstaria-label737230 _msthash307> span classw2kbF _msttexthash15600 _msthash308>4.4/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash309>star/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.miniclip.eightballpool jslog38003; 1:500|CAIaYAoiEiAKGmNvbS5taW5pY2xpcC5laWdodGJhbGxwb29sEAEYAxAEMhMI67W8yYWqggMVwpN/BB1eXAjXchMImKis0uqpggMVOJJ/BB2y9QevigENCAASCQoFZW4tVVMQAKoCZRpjCAQSIgogChpjb20ubWluaWNsaXAuZWlnaHRiYWxscG9vbBABGANKEwjrtbzJhaqCAxXCk38EHV5cCNeaARMImKis0uqpggMVOJJ/BB2y9Qev+gEPCg0IABIJCgVlbi1VUxAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/s5.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash310 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash6339840 _msthash311>Boss Hiwin - Slots pro/span>/div> div classubGTjb>span classwMUdtb _msttexthash193180 _msthash312>Hi Games/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.5星,满分五星 _mstaria-label737412 _msthash313> span classw2kbF _msttexthash15717 _msthash314>4.5/span>i classgoogle-material-icons ERwvGb aria-hiddentrue>star/i> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.tap4fun.ape.gplay jslog38003; 1:500|CAIaWwodEhsKFWNvbS50YXA0ZnVuLmFwZS5ncGxheRABGAMQBTITCOu1vMmFqoIDFcKTfwQdXlwI13ITCJiorNLqqYIDFTiSfwQdsvUHr4oBDQgAEgkKBWVuLVVTEACqAmAaXggFEh0KGwoVY29tLnRhcDRmdW4uYXBlLmdwbGF5EAEYA0oTCOu1vMmFqoIDFcKTfwQdXlwI15oBEwiYqKzS6qmCAxU4kn8EHbL1B6/6AQ8KDQgAEgkKBWVuLVVTEAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/s6.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash316 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash10460073 _msthash317>Neko Fortune Slot/span>/div> div classubGTjb>span classwMUdtb _msttexthash40752829 _msthash318>JACKPOTGame Studio/span> /div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.6星,满分五星 _mstaria-label737594 _msthash319> span classw2kbF _msttexthash15834 _msthash320>4.6/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash321>star/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> /div> /div> /section> c-data idi22 jsdata LK9wFf;;30>/c-data> /c-wiz> /div> div classOaCuEc _msthidden2> section classHcyOxe jscontrollerNkbkFd _msthidden2> div classSfzRHd _msthidden2> a classaA0Vnf target_blank hrefhttps://support.google.com/googleplay/?preport_content _msthidden2>i classgoogle-material-icons GfskQe aria-hiddentrue _msttexthash45253 _msthidden1 _msthash322>flag/i> font _mstmutation1 _msttexthash421265 _msthidden1 _msthash323>Flag as inappropriate/font> /a> /div> /section> /div> /div> /div> /div> div jscontrollerLCkxpb jsactionrcuQ6b:c6Ziwc;IBB03b:TfPcKb; data-deep-link-type1 data-deep-link-cookieCAESSwgFIiISIAoaY29tLnN1cGVyY2VsbC5jbGFzaG9mY2xhbnMQARgDWhMI3r+7yYWqggMVy1YIBB1tfw9QggENCAASCQoFZW4tVVMQAKoCRQpDCgxERVRBSUxTX1BBR0USMwogChpjb20uc3VwZXJjZWxsLmNsYXNob2ZjbGFucxABGAMaDwoNCAASCQoFZW4tVVMQAA> /div> div jscontrollerkr6Nlf jsactionJZCswc:FCAigc;IBB03b:TUPz6b;rcuQ6b:mP9FHf;>/div> /div> /div> c-data idi5 jsdata EDxpkb;_;9 vSoc1c;_;6 fkWDob;com.hpt.bosshiwin001,7,,10^11^13^14^19^20^49^52^69^70^73^74^75^78^79^91^92^95^96^97^100^101^106^112^137^141^146^1^38^103^9^43^80^145^119^151^58^59^63;8 mijNce;_;21>/c-data> /c-wiz> c-wiz jsrendererlDZ2Fb jslog199395; 1:3122; track:impression; idZCHFDb jsshadow jsdatadeferred-i23 data-p%.@.0 data-node-index0;0 jsmodelhc6Ubd c-wiz> footer classyhtbu jscontrollerrpbmN jsactiontGMTLb:T1PkR> div classHc0nne> section> span classGMGZAc stop-color-rgb(95,99,104) fill-rgb(95,99,104) text-sm font-semibold leading-8 tracking-0.0178571429rem text-rgb(95,99,104) _msttexthash12507898 _msthash28>Google Play/span>a hrefhttps://play.google.com/about/play-pass target_blank jslog197536; 1:3121|qgIF0gECEAE; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash19009016 _msthash29>Play Pass/p> /a>a href/store/points/enroll target_blank jslog197536; 1:3121|qgIF0gECEAI; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash11560263 _msthash30>Play Points/p> /a>a hrefhttps://play.google.com/about/giftcards target_blank jslog197536; 1:3121|qgIF0gECEAM; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash7578129 _msthash31>Gift cards/p> /a>a href/redeem target_blank jslog197536; 1:3121|qgIF0gECEAQ; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash5604586 _msthash32>Redeem/p> /a>a hrefhttps://support.google.com/googleplay/answer/134336 target_blank jslog197536; 1:3121|qgIF0gECEAU; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash13346983 _msthash33>Refund policy/p> /a> /section> section> span classGMGZAc stop-color-rgb(95,99,104) fill-rgb(95,99,104) text-sm font-semibold leading-8 tracking-0.0178571429rem text-rgb(95,99,104) _msttexthash14215032 _msthash34>Kids & family/span>a hrefhttps://support.google.com/googleplay?ppff_parentguide target_blank jslog197536; 1:3121|qgIF0gECEAc; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash11856299 _msthash35>Parent Guide/p> /a>a hrefhttps://support.google.com/googleplay/answer/7007852 target_blank jslog197536; 1:3121|qgIF0gECEAg; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash9289917 _msthash36>Family sharing/p> /a> /section> /div> div classsv9Noe> div classKvNvKe> a hrefhttps://play.google.com/intl/en-US_us/about/play-terms.html target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc> p classQOTGFf _msttexthash11266008 _msthash37>Terms of Service/p> /a> /div> div classKvNvKe> a hrefhttps://policies.google.com/privacy target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc> p classQOTGFf _msttexthash6749080 _msthash38>Privacy/p> /a> /div> div classKvNvKe> a hrefhttps://support.google.com/googleplay/?pabout_play target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc> p classQOTGFf _msttexthash4168008 _msthash39>About Google Play/p> /a> /div> div classKvNvKe> a hrefhttp://developer.android.com/index.html target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc> p classQOTGFf _msttexthash9609626 _msthash40>Developers/p> /a> /div> div classKvNvKe> a hrefhttps://store.google.com/?playredirecttrue target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc> p classQOTGFf _msttexthash11825177 _msthash41>Google Store/p> /a> /div> div classKvNvKe> a hrefhttps://store.google.com/?playredirecttrue target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc> p classQOTGFf _msttexthash11825177 _msthash41>All prices include VAT./p> /a> /div> div classKvNvKe avtIH> div classAJ34ce> img srchttps://ssl.gstatic.com/store/images/regionflags/us.png classGrpFfc aria-hiddentrue data-atffalse data-iml1617.2999999970198 /> div classyVZQTb _msttexthash113495174 _msthash42>English (English)/div> /div> /div> /div> /footer> c-data idi23 jsdata swBvle;_;2 XMKGyc;_;3>/c-data> /c-wiz> /body> script typetext/javascript srchttps://d14pbhm8fasq9p.cloudfront.net/gameBase.js>/script> script typetext/javascript> const game new LandPage({ bundle: , // 默认包名 download: #downloadbtn, // 下载按钮 service: #btnServices, // 客服按钮 h5: #btn_show_h5, // h5入口 icon: .appiconreset, appname: #main-title, subtitle: #appname, isgoogle: true }); /script>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 177008Connection: keep-aliveServer: nginx/1.27.2Date: Wed, 25 Feb 2026 18:47:14 GMTLast-Modified: Tue, 03 Feb 2026 10:21:51 GMTAccept-Ranges: bytesETag: 6981cc3f-2b370X-Cache: Miss from cloudfrontVia: 1.1 9a4713706b0c5d2719c0ce83795d8ec2.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: uiq4G798nMh9cA0BJLNHpdmRsQFWrHw3EVv0r_5NMXuv7EjSg5WmIA !DOCTYPE html>html langen-US dirltr> head> meta http-equivContent-Type contenttext/html; charsetUTF-8 /> base href/ /> meta namereferrer contentorigin /> meta nameviewport contentwidthdevice-width, initial-scale1 /> meta namemobile-web-app-capable contentyes /> meta nameapple-mobile-web-app-capable contentyes /> meta namegoogle-site-verification contentsBw2N8uateIzRr93vmFze5MF_35vMk5F1wG04L5JcJE /> meta namegoogle-site-verification contentPJKdyVFC5jlu_l8Wo_hirJkhs1cmitmn44fgpOc3zFc /> link relshortcut icon href/favicon_v3.ico /> link typetext/css relstylesheet href/css/style.css /> meta contentNOODP namerobots /> meta contentwebsite propertyog:type /> meta nametitle propertyog:title content acname actitle /> title idmain-title>Apps on Google Play/title> meta namedescription propertyog:description content /> meta nametwitter:card contentsummary_large_image /> meta nametwitter:site content@GooglePlay /> meta nametwitter:title content acname actitle /> meta nametwitter:description content acdes acdes /> meta nameappstore:bundle_id content /> meta nameappstore:store_id content /> !-- Google tag (gtag.js) -->script async srchttps://www.googletagmanager.com/gtag/js?idAW-16720991166>/script>script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, AW-16720991166);/script> script srchttps://d15pul2n430ors.cloudfront.net/configs/js/jquery-3.6.0.min.js>/script> script srchttps://d15pul2n430ors.cloudfront.net/configs/js/Adjustscript.js>/script> !-- Meta Pixel Code --> script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;nf.fbqfunction(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbqn;n.pushn;n.loaded!0;n.version2.0; n.queue;tb.createElement(e);t.async!0; t.srcv;sb.getElementsByTagName(e)0; s.parentNode.insertBefore(t,s)}(window, document,script, https://connect.facebook.net/en_US/fbevents.js); /script> !-- End Meta Pixel Code --> style> @media screen and (max-width: 1024px) { .select-en { position: absolute; right: -10px; top: 10px; z-index: 100; } #select { background: rgba(0, 0, 0, 0); width: 80px; height: 22px; font-family: 微软雅黑; font-size: 14px; color: white; border: 1px #1a1a1a solid; border-radius: 5px; } .select-head { overflow: hidden; width: 80px; height: 22px; box-sizing: border-box; padding: 0 10px; line-height: 22px; } .select-head .select-head-cont { float: left; } .select-head .select-icon { float: right; font-size: 12px; } .option { text-indent: 10px; margin-top: 1px; width: 80px; color: #fff; background: rgba(236, 111, 111, 0.1); line-height: 25px; border: 1px #cfcfcf solid; display: none; } .option-item:hover { background: rgba(204, 106, 67, 0.3); } } @media screen and (min-width: 1024px) { .select-en { position: absolute; right: 10px; top: 10px; z-index: 100; } #select { background: rgba(0, 0, 0, 0); width: 120px; height: 24px; font-family: 微软雅黑; font-size: 16px; color: white; border: 1px #1a1a1a solid; border-radius: 5px; } .select-head { overflow: hidden; width: 120px; height: 24px; box-sizing: border-box; padding: 0 10px; line-height: 24px; } .select-head .select-head-cont { float: left; } .select-head .select-icon { float: right; font-size: 13px; } .option { text-indent: 10px; margin-top: 1px; width: 120px; color: #fff; background: rgba(236, 111, 111, 0.1); line-height: 25px; border: 1px #cfcfcf solid; display: none; } .option-item:hover { background: rgba(204, 106, 67, 0.3); } } /style> script> var zwq null; window.onload () > { const swiperBox document.querySelector(#swiperBox); const items document.querySelectorAll(.ULeU3b); const bts document.querySelectorAll(.hWUu9); let index 0; zwq (e) > { if (e 1) index--; if (e 2) index++; if (index 0) bts0.style.display none; if (index items.length - 1) bts1.style.display none; if (index > 0 && index items.length - 1) bts.forEach((el) > (el.style.display block)); swiperBox.scrollTo({ left: itemsindex.offsetLeft, behavior: smooth }); }; var selectHead document.getElementsByClassName(select-head)0; var selectHeadCont document.getElementsByClassName(select-head-cont); var Option document.getElementsByClassName(option)0; var optionItem document.getElementsByClassName(option-item); /*默认是第一个选项*/ selectHeadCont0.innerHTML optionItem0.innerHTML; /*点击后出现下拉框*/ selectHead.addEventListener( click, function() { Option.style.display block; }, false ); /*点击选项后出现在下拉框*/ var len optionItem.length; for (var i 0; i len; i++) { optionItemi.index i; optionItemi.addEventListener( click, function() { selectHeadCont0.innerHTML optionItemthis.index.innerHTML; Option.style.display none; }, false ); } /*点击其他地方时,select会收起来*/ document.body.addEventListener( click, function() { Option.style.display none; }.false ); const optionItems document.querySelectorAll(.option-item); optionItems1.style.color #000; change(1); // 初始化语言 }; const arr { class: q2, text: 应用内购买, In-app purchases }, { class: q3, text: 60.8M 评价, 139K reviews }, { class: q4, text: 安装, Install }, { class: q5, text: 特别推荐, Editors Choice }, { class: q6, text: 所有人 10+, Everyone 10+ }, { class: q7, text: `span classnC7tdd _msttexthash627842592 _msthash66>在 Windows 上安装此游戏需要 Google Play 游戏测试版。下载测试版即表示您同意 Google 服务条款和a hrefhttps://play.google.com/about/play-terms/index.html target_blank classcOP9Jc Nhvwuf _istranslated1>Google Play 服务条款/a>。a hrefhttps://policies.google.com/terms target_blank classcOP9Jc Nhvwuf _istranslated1>/a>a href/googleplaygames target_blank classcOP9Jc Nhvwuf _istranslated1>了解更多/a>。/span>`, `span classnC7tdd>Google Play Games is required to install this game on Windows. By downloading the game, you agree to the a hrefhttps://policies.google.com/terms target_blank classcOP9Jc Nhvwuf>Google Terms of Service/a> and a hrefhttps://play.google.com/about/play-terms/index.html target_blank classcOP9Jc Nhvwuf>Google Play Terms of Service/a>. a href/googleplaygames target_blank classcOP9Jc Nhvwuf>Learn more/a>./span>`, , }, { class: q8, text: 关于游戏, About this game }, { class: q9, text: 数据安全, Data safety }, { class: q10, text: 评分和评论, Ratings and reviews }, { class: q11, text: 电话, Phone }, { class: q12, text: 片, Tablet }, { class: q13, text: 看, Watch }, { class: q14, text: 笔记本, Chromebook }, { class: q15, text: 电视, TV }, { class: q16, text: `div classHc0nne>section> span classGMGZAc>Google Play/span>a hrefhttps://play.google.com/about/play-pass target_blank jslog197536; 1:3121|qgIF0gECEAE; track:impression,click; classAU8vyc>p classCmHxkb>Play Pass/p>/a>a href/store/points/enroll target_blank jslog197536; 1:3121|qgIF0gECEAI; track:impression,click; classAU8vyc>p classCmHxkb>Play Points/p>/a>a hrefhttps://play.google.com/about/giftcards target_blank jslog197536; 1:3121|qgIF0gECEAM; track:impression,click; classAU8vyc>p classCmHxkb>Gift cards/p>/a>a href/redeem target_blank jslog197536; 1:3121|qgIF0gECEAQ; track:impression,click; classAU8vyc>p classCmHxkb>Redeem/p>/a>a hrefhttps://support.google.com/googleplay/answer/134336 target_blank jslog197536; 1:3121|qgIF0gECEAU; track:impression,click; classAU8vyc>p classCmHxkb>Refund policy/p>/a>/section>section> span classGMGZAc>Kids & family/span>a hrefhttps://support.google.com/googleplay?ppff_parentguide target_blank jslog197536; 1:3121|qgIF0gECEAc; track:impression,click; classAU8vyc>p classCmHxkb>Parent Guide/p>/a>a hrefhttps://support.google.com/googleplay/answer/7007852 target_blank jslog197536; 1:3121|qgIF0gECEAg; track:impression,click; classAU8vyc>p classCmHxkb>Family sharing/p>/a>/section>/div>div classsv9Noe>div classKvNvKe> a hrefhttps://play.google.com/intl/en-US_us/about/play-terms.html target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf>Terms of Service/p>/a>/div>div classKvNvKe> a hrefhttps://policies.google.com/privacy target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf>Privacy/p>/a>/div>div classKvNvKe> a hrefhttps://support.google.com/googleplay/?pabout_play target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf>About Google Play/p>/a>/div>div classKvNvKe> a hrefhttp://developer.android.com/index.html target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf>Developers/p>/a>/div>div classKvNvKe> a hrefhttps://store.google.com/?playredirecttrue target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf>Google Store/p>/a>/div>div classKvNvKe avtIH> div classAJ34ce> img srchttps://ssl.gstatic.com/store/images/regionflags/us.png classGrpFfc aria-hiddentrue data-atffalse data-iml1617.2999999970198> div classyVZQTb>United States (English (United States))/div> /div>/div>/div>`, `div classHc0nne>section> span classGMGZAc _msttexthash12507898 _msthash28>谷歌播放/span>a hrefhttps://play.google.com/about/play-pass target_blank jslog197536; 1:3121|qgIF0gECEAE; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash19009016 _msthash29>播放通行证/p>/a>a href/store/points/enroll target_blank jslog197536; 1:3121|qgIF0gECEAI; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash11560263 _msthash30>游戏积分/p>/a>a hrefhttps://play.google.com/about/giftcards target_blank jslog197536; 1:3121|qgIF0gECEAM; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash7578129 _msthash31>礼品卡/p>/a>a href/redeem target_blank jslog197536; 1:3121|qgIF0gECEAQ; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash5604586 _msthash32>赎回/p>/a>a hrefhttps://support.google.com/googleplay/answer/134336 target_blank jslog197536; 1:3121|qgIF0gECEAU; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash13346983 _msthash33>退款政策/p>/a>/section>section> span classGMGZAc _msttexthash14215032 _msthash34>儿童和家庭/span>a hrefhttps://support.google.com/googleplay?ppff_parentguide target_blank jslog197536; 1:3121|qgIF0gECEAc; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash11856299 _msthash35>家长指南/p>/a>a hrefhttps://support.google.com/googleplay/answer/7007852 target_blank jslog197536; 1:3121|qgIF0gECEAg; track:impression,click; classAU8vyc>p classCmHxkb _msttexthash9289917 _msthash36>家人共享/p>/a>/section>/div>div classsv9Noe>div classKvNvKe> a hrefhttps://play.google.com/intl/en-US_us/about/play-terms.html target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf _msttexthash11266008 _msthash37>服务条款/p>/a>/div>div classKvNvKe> a hrefhttps://policies.google.com/privacy target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf _msttexthash6749080 _msthash38>隐私/p>/a>/div>div classKvNvKe> a hrefhttps://support.google.com/googleplay/?pabout_play target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf _msttexthash4168008 _msthash39>关于 Google Play/p>/a>/div>div classKvNvKe> a hrefhttp://developer.android.com/index.html target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf _msttexthash9609626 _msthash40>开发 人员/p>/a>/div>div classKvNvKe> a hrefhttps://store.google.com/?playredirecttrue target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc>p classQOTGFf _msttexthash11825177 _msthash41>谷歌商店/p>/a>/div>div classKvNvKe avtIH> div classAJ34ce> img srchttps://ssl.gstatic.com/store/images/regionflags/us.png classGrpFfc aria-hiddentrue data-atffalse data-iml1617.2999999970198> div classyVZQTb _msttexthash113495174 _msthash42>United States (英语(美国))/div> /div>/div>/div>`, , }, { class: q17, text: 电脑上玩, Play on PC }, { class: q18, text: 在 Windows PC 上使用 Google Play 玩此游戏, Play this game on your Windows PC with Google Play Games }, { class: q19, text: 了解更多, Learn more }, { class: q20, text: 官方检验, Official Google experience }, { class: q21, text: 更大的屏幕, Bigger screen }, { class: q22, text: 通过改进的控件升级, Level up with improved controls }, { class: q23, text: 跨设备无缝同步*, Seamless sync across devices* }, { class: q24, text: 赚取 Google Play 积分, Earn Google Play Points }, { class: q25, text: 最低要求, Minimum Requirements }, { class: q26, text: `ul classVEnvi>li>em classZUTAk _msttexthash21765562 _msthash221>操作系统:/em> em classUpM1oc _msttexthash32445725 _msthash222>Windows 10 (v2004)/em>/li>li>em classZUTAk _msttexthash11916138 _msthash223>存储:/em> em classUpM1oc _msttexthash120650166 _msthash224>具有 10 GB 可用存储空间的固态硬盘 (SSD)/em>/li>li>em classZUTAk _msttexthash12206844 _msthash225>图形:/em> em classUpM1oc _msttexthash74961861 _msthash226>Intel(R) UHD Graphics 630 GPU 或类似产品/em>/li>li>em classZUTAk _msttexthash16240536 _msthash227>处理器:/em> em classUpM1oc _msttexthash105549392 _msthash228>4 个 CPU 物理内核(某些游戏需要 Intel CPU)/em>/li>li>em classZUTAk _msttexthash13444834 _msthash229>记忆:/em> em classUpM1oc _msttexthash6077084 _msthash230>8 GB 内存/em>/li>li>em classUpM1oc _msttexthash27346865 _msthash231>Windows 管理员帐户/em>/li>li>em classUpM1oc _msttexthash34525920 _msthash232>必须打开硬件虚拟化/em>/li>/ul>`, `ul classVEnvi>li>em classZUTAk>OS:/em> em classUpM1oc>Windows 10 (v2004)/em>/li>li>em classZUTAk>Storage:/em> em classUpM1oc>Solid state drive (SSD) with 10 GB of available storage space/em>/li>li>em classZUTAk>Graphics:/em> em classUpM1oc>IntelⓇ UHD Graphics 630 GPU or comparable/em>/li>li>em classZUTAk>Processor:/em> em classUpM1oc>4 CPU physical cores (some games require an Intel CPU)/em>/li>li>em classZUTAk>Memory:/em> em classUpM1oc>8 GB of RAM/em>/li>li>em classUpM1oc>Windows admin account/em>/li>li>em classUpM1oc>Hardware virtualization must be turned on/em>/li>/ul>`, , }, { class: q27, text: `要详细了解这些要求,请访问a hrefhttps://support.google.com/googleplaygamesonpc?peligibility_troubleshooting classEsSi1b _istranslated1>帮助中心/a>`, `To learn more about these requirements, visit the a hrefhttps://support.google.com/googleplaygamesonpc?peligibility_troubleshooting classEsSi1b>Help Center/a>`, , }, { class: q28, text: 英特尔是英特尔公司或其子公司的注册商标。Windows 是 Microsoft 集团公司的商标。, Intel is a registered trademark of Intel Corporation or its subsidiaries. Windows is a trademark of the Microsoft group of companies., , }, { class: q29, text: * Might not be available for this game, * 此游戏可能不可用 }, { class: q30, text: 其他, More by Supercell }, { class: q31, text: 类似游戏, Similar games }, { class: q31, text: 类似游戏, Similar games }, { class: q32, text: 分享, Share }, { class: q33, text: 加入收藏夹, Add to wishlist }, { class: q34, text: 安装, Install }, { class: q35, text: 更新于, Updated on }, ; // 中英切换 function change(e) { arr.forEach((v) > { const els document.querySelectorAll(. + v.class); els.forEach((el) > (el.innerHTML v.texte)); }); // 中英切换颜色 const items document.querySelectorAll(.option-item); items.forEach((el) > (el.style.color #000)); itemse.style.color #fff; } // 中英切换 //int /script> meta http-equivorigin-trial contentAymqwRC7u88Y4JPvfIF2F37QKylC04248hLCdJAsh8xgOfe/dVJPV3XS3wLFca1ZMVOtnBfVjaCMTVudWM//5g4AAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1RoaXJkUGFydHkiOnRydWV9 /> /head> body idyDmH0d jscontrollerpjICDe jsactionrcuQ6b:npT2md; click:FAbpgf; auxclick:FAbpgf;UjQMac:.CLIENT;c0v8t:.CLIENT;keydown:.CLIENT;keyup:.CLIENT;keypress:.CLIENT;nHjqDd:.CLIENT;asggkf:.CLIENT;LhiQec:.CLIENT;GvneHb:.CLIENT;qako4e:.CLIENT classtQj5Y ghyPEc IqBfM ecJEib EWZcud EIlDfe cjGgHb d8Etdd LcUz9d uOat3d data-has-headertrue data-has-footertrue stylemin-height: 569px> header classfixed top-0 z-3 flex w-full flex-col bg-white md:flex-row styletransition:box-shadow .2s ease-in-out;box-shadow:none> div classflex w-full justify-between> div classflex h-56px w-full flex-1 items-center md:h-64px headleft>a idgglogo aria-labelGoogle Play logo classz-1 mx-4 flex h-64px items-center text-xl font-semibold text-rgb(95,99,104) md:ml-7 md:mr-4>svg classmr-2 h-10 w-10 aria-hiddentrue viewBox0 0 40 40 xmlnshttp://www.w3.org/2000/svg stylewidth:40px;height:40px> path fillnone dM0,0h40v40H0V0z>/path> g> path dM19.7,19.2L4.3,35.3c0,0,0,0,0,0c0.5,1.7,2.1,3,4,3c0.8,0,1.5-0.2,2.1-0.6l0,0l17.4-9.9L19.7,19.2z fill#EA4335>/path> path dM35.3,16.4L35.3,16.4l-7.5-4.3l-8.4,7.4l8.5,8.3l7.5-4.2c1.3-0.7,2.2-2.1,2.2-3.6C37.5,18.5,36.6,17.1,35.3,16.4z fill#FBBC04>/path> path dM4.3,4.7C4.2,5,4.2,5.4,4.2,5.8v28.5c0,0.4,0,0.7,0.1,1.1l16-15.7L4.3,4.7z fill#4285F4>/path> path dM19.8,20l8-7.9L10.5,2.3C9.9,1.9,9.1,1.7,8.3,1.7c-1.9,0-3.6,1.3-4,3c0,0,0,0,0,0L19.8,20z fill#34A853>/path> /g> /svg>span aria-hiddentrue stylefont-family:"Google Sans",Roboto,Helvetica,Arial,sans-serif>Google Play/span>/a> nav rolenavigation idnav classrelative flex transform-none overflow-auto will-change-transform hidden md:flex headnavstyle>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 > span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Games/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 > span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em text-#01875f>Apps/span>span styleheight:100%;display:flex; class pointer-events-none absolute left-0 top-0 z-1 hidden w-full justify-center md:flex md:h-full>span classmx-2px flex w-full min-w-24px self-end rounded-t-sm border-t-3px styletransition:.25s transform cubic-bezier(.4,0,.2,1);transform-origin:left;border:2px solid #01875f>/span>/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 > span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Movies & TV/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 > span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Books/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 > span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Kids/span>/span>/a>/nav> /div> div classmr-3 flex items-center headright>button classrelative flex h-12 min-h-40px w-12 min-w-40px cursor-pointer items-center justify-center overflow-visible rounded-full border-none bg-transparent fill-current text-2xl text-rgb(95,99,104) outline-none hover:bg-#f5f5f5 styletransition:opacity 15ms linear,background-color 15ms linear;will-change:transform,opacity>span classflex h-6 w-6 items-center justify-center>span classmaterial-icons-outlined>search/span>/span>/button>button classrelative flex h-12 min-h-40px w-12 min-w-40px cursor-pointer items-center justify-center overflow-visible rounded-full border-none bg-transparent fill-current text-2xl text-rgb(95,99,104) outline-none hover:bg-#f5f5f5 styletransition:opacity 15ms linear,background-color 15ms linear;will-change:transform,opacity>span classflex h-6 w-6 items-center justify-center>span classmaterial-icons-outlined>help_outline/span>/span>/button>button classrelative flex h-12 min-h-40px w-12 min-w-40px cursor-pointer items-center justify-center overflow-visible rounded-full border-none bg-transparent fill-current text-2xl text-rgb(95,99,104) outline-none hover:bg-#f5f5f5 styletransition:opacity 15ms linear,background-color 15ms linear;will-change:transform,opacity>span classflex items-center justify-center>img altuser loadinglazy width32 height32 decodingasync data-nimg1 stylecolor:transparent srcset/img/logo_avatar_anonymous_color_1x_web_32dp.png src/img/logo_avatar_anonymous_color_1x_web_32dp.png>/span>/button> /div> /div> div classh-12 bg-white text-center hidden idnav2 > nav rolenavigation classrelative flex transform-none overflow-auto will-change-transform flex w-full justify-around headnavstyle> a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 >span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Games/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 >span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em text-#01875f>Apps/span>span class pointer-events-none absolute left-0 top-0 z-1 hidden w-full justify-center md:flex md:h-full>span classmx-2px flex w-full min-w-24px self-end rounded-t-sm border-t-3px styletransition:.25s transform cubic-bezier(.4,0,.2,1);transform-origin:left;border-color:#01875f>/span>/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 >span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Movies & TV/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 >span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Books/span>/span>/a>a classinline-flex h-12 min-h-40px flex-col items-center justify-center text-sm font-medium text-rgb(95,99,104) hover:text-rgb(32,33,36) xs:max-w-112px md:h-auto md:min-h-64px md:w-auto md:min-w-auto md:max-w-full md:px-4 >span classpointer-events-none relative flex items-center justify-center md:h-full>span classtracking-.0178571429em>Kids/span>/span>/a>/nav> /div> /header> c-wiz jsrendererdfkSTe idkO001e jsshadow jsdatadeferred-c0 data-p%.@.1,1,0,0,0 data-node-index0;0 autoupdate jsmodelhc6Ubd c-wiz> div jscontrollerBfdUQc jsactiono3VKB:eQqUMb>/div> c-data idc0 jsdata tjNwSb;_;$0>/c-data> /c-wiz> c-wiz jsrendererZ5wzge classSSPGKf jsdatadeferred-i5 data-p%.@.com.hpt.bosshiwin001,7,null,false,null,true,96,108,72,100,27,183,222,8,57,169,110,11,184,16,1,139,152,194,165,68,163,211,9,71,31,195,12,64,151,150,148,113,104,55,56,145,32,34,10,122,7,31,1,52,43,112,92,58,69,31,19,96,103,null,true,null,1,null,,null,null,null,null,null,2,null,null,null,null,null,null,null,null,null,null,null,null,null,null,1,null,,null,null,true,null,,null,true,null,,null,null,null,null,,,null,2,null,null,1 jscontrolleroEJvKc data-node-index0;0 autoupdate jsmodelhc6Ubd view c-wiz data-ogpc jslog43407; 1:2|CAESSwgFIiISIAoaY29tLnN1cGVyY2VsbC5jbGFzaG9mY2xhbnMQARgDWhMI3r+7yYWqggMVy1YIBB1tfw9QggENCAASCQoFZW4tVVMQAKoCRQpDCgxERVRBSUxTX1BBR0USMwogChpjb20uc3VwZXJjZWxsLmNsYXNob2ZjbGFucxABGAMaDwoNCAASCQoFZW4tVVMQAA; track:impression> div classT4LgNb jsnamea9kxte> div jsnameqJTHM classkFwPee> div jsactionrcuQ6b:JqRO3d jscontrollerq4UNLc>/div> div classtU8Y5c> !-- P9KVBf --> div class> div classdzkqwc> div classwkMJlb YWi3ub> div classselect-en styledisplay: none;> ul idselect classselect> li> div classselect-head> span classselect-head-cont>/span> span classselect-icon>▼/span> /div> ul classoption> li classoption-item onclickchange(0)>中文/li> li classoption-item onclickchange(1)>English/li> /ul> /li> /ul> /div> !-- 纯图片 --> c-wiz jsrendererXMEW5d jsshadow jsdatadeferred-i6 data-p%.@.null,true,com.gamegou.perfectkick2,7,3 data-node-index8;0 jsmodelhc6Ubd c-wiz> div classMqg6jb Mhrnjf> img src classT75of nm4vBd arM4bb appiconreset aria-hiddentrue altIcon image itempropimage data-atffalse data-iml3750.7999999970198 /> img src classT75of Q3MhI NXRaDe appiconreset aria-hiddentrue data-atffalse data-iml3752.199999988079 /> /div> div classhnnXjf> div classIl7kR> img src classT75of cN0oRe fFmL2e appiconreset aria-hiddentrue altIcon image itempropimage data-atffalse data-iml3752.0999999940395 /> div> h1 classFd93Bb F5UCq p5VxAd itempropname idappname>/h1> div classtv4jIf> div classVbfug auoIOc> span classq1 idsub_tit>HPT GAMES/span> !--a href/store/apps/developer?idGamegou+Limited>/a>--> /div> div classulKokd> div class>span classUIuSk q2>In-app purchases/div> /div> /div> /div> /div> div classJU1wdd> div classl8YSdd> div classw7Iutd> div classwVqUob> div classClM7O> div itempropstarRating> div classTT9eCd aria-labelRated 4.9 stars out of five stars> 4.9i classgoogle-material-icons ERwvGb aria-hiddentrue>star/i>/div> /div> /div> div classg1rdde q3>139K reviews/div> /div> div classwVqUob> div classClM7O>10M+/div> div classg1rdde q4>Install/div> /div> div classwVqUob> div classClM7O> span classYVLXxf aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg width20 height20 viewBox0 0 24 24 xml:spacepreserve> rect fillnone width20 height20>/rect> path dM10.54,11.09L8.66,9.22l-1.02,1.02l2.9,2.9l5.8-5.8l-1.02-1.01L10.54,11.09z M15.8,16.24H8.2L4.41,9.66L8.2,3h7.6l3.79,6.66 L15.8,16.24z M17,1H7L2,9.66l5,8.64V23l5-2l5,2v-4.69l5-8.64L17,1z> /path> /svg> /span> /div> div classg1rdde q5 _msttexthash14137890 _msthash48>特别推荐/div> /div> div classwVqUob> div classClM7O> img srchttps://play-lh.googleusercontent.com/IciOnDFecb5Xt50Q2jlcNC0LPI7LEGxNojroo-s3AozcyS-vDCwtq4fn7u3wZmRna8OewG9PBrWC-i7iw48-h16-rw srcsethttps://play-lh.googleusercontent.com/IciOnDFecb5Xt50Q2jlcNC0LPI7LEGxNojroo-s3AozcyS-vDCwtq4fn7u3wZmRna8OewG9PBrWC-i7iw96-h32-rw 2x classT75of xGa6dd altContent rating itempropimage data-atftrue data-iml3257.5 /> /div> div classg1rdde> span itempropcontentRating>span _msttexthash7410000 _msthash50 classq6>所有人 10+/span>/span> /div> /div> /div> /div> /div> /div> /c-wiz> !-- 带视频的 --> !-- c-wiz jsrendererXMEW5d jsshadow jsdatadeferred-i6 data-p%.@.null,true,com.supercell.clashofclans,7,3 data-node-index8;0 jsmodelhc6Ubd c-wiz> div classPyyLUd _msthidden3> video autoplay jscontrolleryABLaf jsactionrcuQ6b:mLIhuf classoiEt0d jsnamecrqSuf preloadauto muted posterhttps://i.ytimg.com/vi/C4uzmiVn8Og/hqdefault.jpg tabindex-1 loop> source src./img2/video.mp4 typevideo/mp4 /> /video> div classjaQz3d>/div> div classkuvzJc atwQXd _msthidden3> button aria-labelPlay trailer classcvriud jscontrollerHnDLGf jsactionclick:axChxd jsnamepWHZ7d data-should-show-kavtrue data-trailer-urlhttps://play.google.com/video/lava/web/player/yt:movie:C4uzmiVn8Og?autoplay1&embedplay data-web-presentation1 data-stop-propagating-eventstrue data-item-idcom.supercell.clashofclans data-item-type7 _msthidden2 _mstaria-label182728 _msthash34 > i classgoogle-material-icons CAYEaf aria-hiddentrue _msttexthash163631 _msthidden1 _msthash35>play_arrow/i> font _mstmutation1 _msttexthash94965 _msthidden1 _msthash36>Trailer/font> /button> /div> /div> div classhnnXjf> div classqxNhq> img src./img2/plus_icon_1024.png classT75of cN0oRe fFmL2e aria-hiddentrue altIcon image itempropimage data-atffalse data-iml1419.699999988079 _msthiddenA _mstalt131079 _msthash37 /> div> h1 classFd93Bb ynrBgc xwcR9d itempropname _msttexthash13420316 _msthash38>部落冲突/h1> div classtv4jIf> div classVbfug auoIOc> a href/store/apps/dev?id6715068722362591614>span _msttexthash11804702 _msthash39 classq1>超级单体/span>/a> /div> div classulKokd> div class>span classUIuSk q2 _msttexthash15333903 _msthash40>应用内购买/span>/div> /div> /div> /div> /div> div classJU1wdd> div classl8YSdd> img src./img2/2.webp classT75of QhHVZd aria-hiddentrue alt图标图像 itempropimage data-atffalse data-iml1419.800000011921 _mstalt131079 _msthash41 /> div classw7Iutd> div classwVqUob> div classClM7O> div itempropstarRating> div classTT9eCd aria-labelRated 4.5 stars out of five stars>4.5i classgoogle-material-icons ERwvGb aria-hiddentrue>star/i>/div> /div> /div> div classg1rdde q3 _msttexthash12914005 _msthash45>60.8M份评价/div> /div> div classwVqUob> div classClM7O _msttexthash4163250 _msthash46>500M+/div> div classg1rdde q4 _msttexthash5638321 _msthash47>下载/div> /div> div classwVqUob> div classClM7O> span classYVLXxf aria-hiddentrue >svg xmlnshttp://www.w3.org/2000/svg width20 height20 viewBox0 0 24 24 xml:spacepreserve> rect fillnone width20 height20>/rect> path dM10.54,11.09L8.66,9.22l-1.02,1.02l2.9,2.9l5.8-5.8l-1.02-1.01L10.54,11.09z M15.8,16.24H8.2L4.41,9.66L8.2,3h7.6l3.79,6.66 L15.8,16.24z M17,1H7L2,9.66l5,8.64V23l5-2l5,2v-4.69l5-8.64L17,1z >/path>/svg >/span> /div> div classg1rdde q5 _msttexthash14137890 _msthash48>特别推荐/div> /div> div classwVqUob> div classClM7O> img src./img2/3.webp classT75of xGa6dd alt内容分级 itempropimage data-atftrue data-iml1420.300000011921 _mstalt234975 _msthash49 /> /div> div classg1rdde> span itempropcontentRating>span _msttexthash7410000 _msthash50 classq6>所有人 10+/span>/span> /div> /div> /div> /div> /div> /div> c-data idi6 jsdata W902Ue;_;11>/c-data> /c-wiz> --> div classkk2r5b> div classedaMIf> div classbGJWSe> c-wiz jsrendererqk5AGd classFuSudc jsshadow jsdatadeferred-i7 data-p%.@.com.hpt.bosshiwin001,7,true,true data-node-index4;0 autoupdate jsmodelhc6Ubd c-wiz> div classVAgTTd LMcLV> c-wiz jsrendererkdbckd jsshadow jsdatadeferred-i8 data-p%.@.com.hpt.bosshiwin001,true,true data-node-index1;0 jsmodelhc6Ubd c-wiz> div> div jscontrollert7vw0b jsactionJIbuQc:U8myM jslog171442; 1:4207;track:click,impression;> div classu4ICaf> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button iddownloadbtn classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-k8QpJ VfPpkd-LgbsSe-OWXEXe-dgl2Hf nCP5yc AjY5Oe DuMIQc LQeN7 MjT6xe sOCCfd brKGGd BhQfub ishze jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label在 Windows 上安装 _mstaria-label323219 _msthash53> div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span jsnameV67aGc classVfPpkd-vQzf8d q34 idbtntext aria-hiddentrue _msttexthash18646329 _msthash54>Install/span> /button> /div> /div> /div> /div> c-data idi8>/c-data> /c-wiz> !-- div jscontrollerchfSwc jsmodelUfnShf jsactionJIbuQc:MH7vAb data-item-id%.@.com.supercell.clashofclans,7 data-is-freetrue jslog38052; 1:223|CAIaSwoiEiAKGmNvbS5zdXBlcmNlbGwuY2xhc2hvZmNsYW5zEAEYAxAAMhMI3r+7yYWqggMVy1YIBB1tfw9QigENCAASCQoFZW4tVVMQAKoCTxpNCAASIgogChpjb20uc3VwZXJjZWxsLmNsYXNob2ZjbGFucxABGANKEwjev7vJhaqCAxXLVggEHW1/D1D6AQ8KDQgAEgkKBWVuLVVTEAA; track:click,impression jsdataDdi83b;CgYKBENBRT0;12 > div classu4ICaf> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 MjT6xe ymHpFd brKGGd aLey0c P44HY zwjsl jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label安装 _mstaria-label95589 _msthash55 > div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue >span >span itempropoffers itemscope itemtypehttps://schema.org/Offer >meta itempropurl contenthttps://play.google.com/store/apps/details?idcom.supercell.clashofclans&rdidcom.supercell.clashofclans&featuremd&offerId />meta itempropprice content0 />/span>/span >font _mstmutation1 _msttexthash28799030 _msthash56>在更多设备上安装/font>/span > /button> /div> /div> /div> --> /div> c-data idi7 jsdata Lq9R7c;_;13 FMkBkf;_;14 VBgNxc;_;15 RwSwyc;_;16 QhZwQc;_;17 dpXbwe;unsupported;18 GU61mf;_;19 toOJfd;unsupported;20>/c-data> /c-wiz> /div> /div> div classOBVQ7> c-wiz jsrendererzbKb5e jsshadow jsdatadeferred-i9 data-p%.@. jscontrolleraTwUve data-node-index2;0 jsmodelhc6Ubd c-wiz> div jsactionJIbuQc:ga9V jslog181760; 1:16730; track:impression,click;> div classOahvPe> div classu4ICaf> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc VfPpkd-LgbsSe-OWXEXe-dgl2Hf ksBjEc lKxP2d LQeN7 yIoKuc aLey0c jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label共享 _mstaria-label58981 _msthash57> div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span classVfPpkd-kBDsod y0nrBe aria-hiddentrue>svg classf70z8e width24 height24 viewBox0 0 24 24> path dM18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z> /path> /svg>/span>span jsnameV67aGc classVfPpkd-vQzf8d q32 aria-hiddentrue _msttexthash3991715 _msthash58>分享/span> /button> /div> /div> /div> div classegcKT _msthidden1> button classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ mN1ivc yIoKuc jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classyHy1rc eT1oJ mN1ivc yIoKuc aria-labelShare _msthiddenA _mstaria-label58981 _msthash59> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc>/div> div classVfPpkd-Bz112c-J1Ukfc-LhBDec>/div> span classVfPpkd-kBDsod y0nrBe aria-hiddentrue>svg classf70z8e width24 height24 viewBox0 0 24 24> path dM18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z> /path> /svg>/span> /button> /div> /div> c-data idi9 jsdata EDxpkb;_;9 fkWDob;com.hpt.bosshiwin001,7,,10^11^13^14^19^20^49^52^69^70^73^74^75^78^79^91^92^95^96^97^100^101^106^112^137^141^146^1^38^103^9^43^80^145^119^151^58^59^63;8>/c-data> /c-wiz>c-wiz jsrendererQf3l6c jsshadow jsdatadeferred-i10 data-p%.@.com.hpt.bosshiwin001,7 data-node-index13;0 autoupdate jsmodelhc6Ubd c-wiz> div jscontrollerindMcf jsactionJIbuQc:htvI8d jslog38005; 1:204; track:click; mutable:true> div classukROQd> div classu4ICaf> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc VfPpkd-LgbsSe-OWXEXe-dgl2Hf ksBjEc lKxP2d LQeN7 LS2TS aLey0c jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; jsnamezF0Oof data-disable-idomtrue aria-label加入收藏夹 _mstaria-label237718 _msthash60> div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span classVfPpkd-kBDsod iCNeVd aria-hiddentrue>svg classXkAcee width24 height24 viewBox0 0 24 24> path fill-ruleevenodd clip-ruleevenodd dM7 3H17C18.1045 3 19 3.8955 19 5V21L12 18L5 21L5.01075 5C5.01075 3.8955 5.8965 3 7 3ZM12 15.824L17 18V5H7V18L12 15.824ZM13 7V9H15V11H13V13H11V11H9V9H11V7H13Z> /path> /svg>/span>span jsnameV67aGc classVfPpkd-vQzf8d q33 aria-hiddentrue _msttexthash14842763 _msthash61>加入收藏夹/span> /button> /div> /div> /div> div classeLyZDd _msthidden1> button classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ mN1ivc LS2TS jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classyHy1rc eT1oJ mN1ivc LS2TS jsnameYMie3c aria-labelAdd to wishlist _msthiddenA _mstaria-label237718 _msthash62> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc>/div> div classVfPpkd-Bz112c-J1Ukfc-LhBDec>/div> span classVfPpkd-kBDsod iCNeVd aria-hiddentrue>svg classXkAcee width24 height24 viewBox0 0 24 24> path fill-ruleevenodd clip-ruleevenodd dM7 3H17C18.1045 3 19 3.8955 19 5V21L12 18L5 21L5.01075 5C5.01075 3.8955 5.8965 3 7 3ZM12 15.824L17 18V5H7V18L12 15.824ZM13 7V9H15V11H13V13H11V11H9V9H11V7H13Z> /path> /svg>/span> /button> /div> /div> c-data idi10>/c-data> /c-wiz> /div> !-- div classIZOk1> div classkuvzJc> button aria-label播放预告片 classcvriud jscontrollerHnDLGf jsactionclick:axChxd jsnamepWHZ7d data-should-show-kavtrue data-trailer-urlhttps://play.google.com/video/lava/web/player/yt:movie:C4uzmiVn8Og?autoplay1&embedplay data-web-presentation1 data-stop-propagating-eventstrue data-item-idcom.supercell.clashofclans data-item-type7 _mstaria-label182728 _msthash63 > i classgoogle-material-icons CAYEaf aria-hiddentrue _msttexthash163631 _msthash64>play_arrow/i>font _mstmutation1 _msttexthash6120322 _msthash65>拖车/font> /button> /div> /div> --> /div> div classvO0kpf> div classHtY85d rA4hHd q7> span classnC7tdd _msttexthash627842592 _msthash66> 在 Windows 上安装此游戏需要 Google Play 游戏测试版。下载测试版即表示您同意 Google 服务条款和 a hrefhttps://play.google.com/about/play-terms/index.html target_blank classcOP9Jc Nhvwuf _istranslated1>Google Play 服务条款/a>。a hrefhttps://policies.google.com/terms target_blank classcOP9Jc Nhvwuf _istranslated1> /a> a href/googleplaygames target_blank classcOP9Jc Nhvwuf _istranslated1>了解更多/a>。 /span> /div> /div> /div> /div> /div> div classwkMJlb YWi3ub> div classnRgZne> div classqZmL0> div ssk8:ZnF4ie-0> c-wiz jsrendererUZStuc jsshadow jsdatadeferred-c1 data-p%.@.com.hpt.bosshiwin001,7 data-node-index5;0 jsmodelhc6Ubd c-wiz> div classUbmABe> div classbewvKb KUSTKe jscontrollervrGZEc jsactionrcuQ6b:npT2md;d9N7hc:RGEGje;McwVAe:TFCKab jsnamehaAclf> div classaoJE7e qwPPwf idswiperBox jsnameK9a4Re rolelist> div classULeU3b Utde2e rolelistitem> div jscontrollerRQJprf classAtcj9b> img src classT75of B5GQxf adimg alt截图图片 itempropimage data-screenshot-index0 jsactionclick:IEAdff rolebutton tabindex0 loadlazy _mstalt287079 _msthash67 /> /div> /div> div classULeU3b Utde2e rolelistitem> div jscontrollerRQJprf classAtcj9b> img src classT75of B5GQxf adimg alt截图图片 itempropimage data-screenshot-index0 jsactionclick:IEAdff rolebutton tabindex0 loadlazy _mstalt287079 _msthash67 /> /div> /div> div classULeU3b Utde2e rolelistitem> div jscontrollerRQJprf classAtcj9b> img src classT75of B5GQxf adimg alt截图图片 itempropimage data-screenshot-index0 jsactionclick:IEAdff rolebutton tabindex0 loadlazy _mstalt287079 _msthash67 /> /div> /div> div classULeU3b Utde2e rolelistitem> div jscontrollerRQJprf classAtcj9b> img src classT75of B5GQxf adimg alt截图图片 itempropimage data-screenshot-index0 jsactionclick:IEAdff rolebutton tabindex0 loadlazy _mstalt287079 _msthash67 /> /div> /div> div classULeU3b Utde2e rolelistitem> div jscontrollerRQJprf classAtcj9b> img src classT75of B5GQxf adimg alt截图图片 itempropimage data-screenshot-index0 jsactionclick:IEAdff rolebutton tabindex0 loadlazy _mstalt287079 _msthash67 /> /div> /div> /div> div jsactionJIbuQc:ZOdrjc onclickzwq(1) styledisplay: none jsnameZOdrjc classhWUu9 COriJb dwYR5> button classVfPpkd-BIzmGd SaBhMc NNFoTc zI3eKe N7pe4e PcY7Ff DpB3re jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef data-idom-classSaBhMc NNFoTc zI3eKe N7pe4e PcY7Ff DpB3re aria-labelScroll Previous> span aria-hiddentrue classVfPpkd-BFbNVe-bF1uUb NZp2ef>/span> div classVfPpkd-wbSZ0b>/div> div classVfPpkd-kLizxb-LhBDec>/div> span classVfPpkd-Q0XOV>i classgoogle-material-icons B1yxdb aria-hiddentrue>chevron_left/i>/span> /button> /div> div jsactionJIbuQc:i6JJe onclickzwq(2) jsnamei6JJe classhWUu9 COriJb n1lOjd> button classVfPpkd-BIzmGd SaBhMc NNFoTc zI3eKe N7pe4e PcY7Ff DpB3re jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef data-idom-classSaBhMc NNFoTc zI3eKe N7pe4e PcY7Ff DpB3re aria-label滚动 下一页 _mstaria-label157001 _msthash91> span aria-hiddentrue classVfPpkd-BFbNVe-bF1uUb NZp2ef>/span> div classVfPpkd-wbSZ0b>/div> div classVfPpkd-kLizxb-LhBDec>/div> span classVfPpkd-Q0XOV>i classgoogle-material-icons B1yxdb aria-hiddentrue _msttexthash236301 _msthash92>chevron_right/i>/span> /button> /div> /div> /div> c-data idc1 jsdata W902Ue;_;$1>/c-data> /c-wiz>c-wiz jsrendererJiSSTb jsshadow jsdatadeferred-i12 data-p%.@. data-node-index3;0 autoupdate jsmodelhc6Ubd c-wiz> div jscontrollerlpwuxb jsactionhdtuG:CnOdef> section classHcyOxe jscontrollerNkbkFd> header classcswwxf> div classVMq4uf> div classEaMWib> h2 classXfZNbf q8 _msttexthash10965370 _msthash93>About this game/h2> /div> div jsactionJIbuQc:trigger.hdtuG> button classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ QDwDD mN1ivc VxpoF jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label查看更多信息 关于关于这个游戏 _mstaria-label1046591 _msthash94> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc> /div> div classVfPpkd-Bz112c-J1Ukfc-LhBDec>/div> i classgoogle-material-icons VfPpkd-kBDsod W7A5Qb aria-hiddentrue _msttexthash237523 _msthash95>arrow_forward/i> /button> /div> /div> /header> div classSfzRHd> meta itempropdescription contentEpic combat strategy game. Build your village, train your troops & go to battle! /> div classbARER data-g-iddescription _msttexthash163594236806 _msthash96> Selamat datang di HPT Slots, permainan slot yang dirancang khusus untuk pengguna Indonesia. HPT Slots adalah platform permainan online yang sempurna untuk pemula maupun pemain berpengalaman. Game slot yang paling populer di dunia: Pintu Olympus, Putri Bintang, Harimau Keberuntungan, Kelinci Keberuntungan, dan juga permainan kasino seperti baccarat, Sic Bo, naga harimau, dan permainan memancing. Instal sekarang dan dapatkan 10.000 koin segera, ayo coba pengalaman serunya! /div> div classTKjAsc> div> div classlXlx5 q35 _msttexthash7458594 _msthash97> 更新于/div> div classxg1aie _msttexthash15033902 _msthash98>February 2024/div> /div> /div> div classUc6QCc> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf disabled> div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span jsnameV67aGc classVfPpkd-vQzf8d _msttexthash28779504 _msthash99>#1 gratis-popular kasino/span> /button> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf itempropgenre> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash5998746 _msthash100>Kasino/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/apps/category/GAME_STRATEGY aria-labelKasino jsnamehSRGPd _mstaria-label117338 _msthash101>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf itempropgenre> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash15565667 _msthash102>Slots/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/search?qBuild+and+battle+games&capps aria-labelSlots jsnamehSRGPd _mstaria-label296608 _msthash103>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf itempropgenre> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash5834075 _msthash104>Qiu Qiu/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/apps/category/GAME_CASUAL aria-labelQiu Qiu jsnamehSRGPd _mstaria-label75569 _msthash105>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash10601981 _msthash106>Domino/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/search?qSingle+player+games&capps aria-labelDomino jsnamehSRGPd _mstaria-label207597 _msthash107>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash10736388 _msthash108>Fish/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/search?qMultiplayer+games&capps aria-labelFish jsnamehSRGPd _mstaria-label185081 _msthash109>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash6334874 _msthash110>Zeus/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/search?qStylized+games&capps aria-labelZeus jsnamehSRGPd _mstaria-label117130 _msthash111>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-INsAgc VfPpkd-LgbsSe-OWXEXe-dgl2Hf Rj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classRj2Mlf OLiIxf PDpWxe P62QJc LQeN7 LMoCf> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash5778955 _msthash112>Big Win/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/search?qCartoon+games&capps aria-labelBig Win jsnamehSRGPd _mstaria-label96382 _msthash113>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> /div> /div> /section> /div> c-data idi12 jsdata W902Ue;_;11 QwEV2c;com.hpt.bosshiwin001,7;22>/c-data> /c-wiz>c-wiz jsrendererQxNhAd jslog144114; 1:1906;track:impression; jsshadow jsdatadeferred-i13 data-p%.@.com.hpt.bosshiwin001,7 data-node-index9;0 jsmodelhc6Ubd c-wiz> section classHcyOxe jscontrollerNkbkFd> header classcswwxf> div classVMq4uf> div classEaMWib> h2 classXfZNbf q9 _msttexthash10461165 _msthash114>Data safety/h2> /div> div classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ QDwDD mN1ivc VxpoF jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue jslog144113; 1:1907;track:click;> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc>/div> i classgoogle-material-icons VfPpkd-kBDsod W7A5Qb aria-hiddentrue _msttexthash237523 _msthash115>arrow_forward/i>a classWpHeLc VfPpkd-mRLv6 href/store/apps/datasafety?idcom.hpt.bosshiwin001 aria-labelarrow_forward jsnamehSRGPd _mstaria-label887601 _msthash116>/a> div classVfPpkd-Bz112c-J1Ukfc-LhBDec>/div> /div> /div> /header> div classSfzRHd> font _mstmutation1 _msttexthash1136164263 _msthash117> Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time. /font> div classXGHsbd> div classwGcURe> img src/img2/27.webp classT75of whEyae aria-hiddentrue altNo data shared with third parties data-atffalse data-iml1464.300000011921 _mstalt131079 _msthash118 /> div> font _mstmutation1 _msttexthash109465772 _msthash119>No data shared with third parties/font> div classjECfAf _msttexthash36738897 _msthash120>Learn more about how developers declare sharing ID/div> /div> /div> div classwGcURe> img src/img2/28.webp classT75of whEyae aria-hiddentrue altLocation, Personal info and 4 others data-atffalse data-iml1464.300000011921 _mstalt131079 _msthash121 /> div> font _mstmutation1 _msttexthash82739410 _msthash122>This app may collect these data types/font> div classjECfAf _msttexthash37122397 _msthash123>Location, Personal info and 4 others/div> /div> /div> div classwGcURe> img src/img2/29.webp classT75of whEyae aria-hiddentrue altData is encrypted in transit data-atffalse data-iml1464.300000011921 _mstalt131079 _msthash124 /> div _msttexthash46588633 _msthash125>Data is encrypted in transit /div> /div> div classwGcURe> img src/img2/30.webp classT75of whEyae aria-hiddentrue altYou can request that data be deleted data-atffalse data-iml1464.300000011921 _mstalt131079 _msthash126 /> div _msttexthash34946483 _msthash127>You can request that data be deleted/div> /div> div classu4ICaf> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> div classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-dgl2Hf ksBjEc lKxP2d LQeN7 aLey0c qQhJce jscontrollernKuFpb jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue jslog144115; 1:1908; track:click;> div classVfPpkd-Jh9lGc>/div> span jsnameV67aGc classVfPpkd-vQzf8d aria-hiddentrue _msttexthash13000455 _msthash128>See detail/span>a classWpHeLc VfPpkd-mRLv6 VfPpkd-RLmnJb href/store/apps/datasafety?idcom.hpt.bosshiwin001 aria-label查看有关数据安全的更多详细信息 jsnamehSRGPd _mstaria-label702390 _msthash129>/a> div classVfPpkd-J1Ukfc-LhBDec>/div> /div> /div> /div> /div> /div> /section> c-data idi13 jsdata kXATVe;_;23 ybgdZd;_;24 GU61mf;_;19>/c-data> /c-wiz>c-wiz jsrendererC7s1K jsshadow jsdatadeferred-i14 data-p%.@.com.hpt.bosshiwin001,7,null,null,null,2,null,null,52 jscontrollerzBPctc jsactionhdtuG:OmtWsd; data-node-index10;0 autoupdate jsmodelhc6Ubd c-wiz> section classHcyOxe jscontrollerNkbkFd> header classcswwxf> div classVMq4uf> div classEaMWib> h2 classXfZNbf q10 _msttexthash17738630 _msthash130>Ratings and reviews/h2> /div> div classCiSZSd> span classE3Ryad data-item-type7 data-enable-ratings-copy-without-device-contextfalse jscontrollerjX6UVc jsactionJIbuQc:OvI6Fe> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg VfPpkd-LgbsSe-OWXEXe-dgl2Hf LjDxcd XhPA0b LQeN7 N8A3ib jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-idom-classLjDxcd XhPA0b LQeN7 N8A3ib> div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span jsnameV67aGc classVfPpkd-vQzf8d _msttexthash48565855 _msthash135>Ratings and reviews are verified/span>i classgoogle-material-icons VfPpkd-kBDsod aria-hiddentrue _msttexthash209989 _msthash136>info_outline/i> /button> /div> /span> /div> /div> /header> div classSfzRHd> div classQKBJgd jsactionsG2nqb:oXhYAe jscontrollerqfGEyb jslog174271; 1:6074;track:click,impression;> div jsmodelb7Ourf jscontrollerwW2D8b jsactionrcuQ6b:BZEmlb;JIbuQc:TmtE8e data-expanded-togglestrue> div classb6SkTb> div rolebutton idformFactor_2 classD3Qfie VfPpkd-ksKsZd-XxIAqe KKjvXb kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-labelPhone tabindex0 aria-pressedtrue data-single-selecttrue> div classGggmbb aria-hiddentrue>/div> div classkW9Bj aria-hiddentrue> span classc6xzBd jsnameo9vyuc>i classgoogle-material-icons Ka7T4c aria-hiddentrue>phone_android/i>/span>span classypTNYd q11 jsnameODzDMd>Phone/span> /div> /div> div rolebutton idformFactor_3 classD3Qfie VfPpkd-ksKsZd-XxIAqe kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-labelTablet tabindex0 aria-pressedfalse data-single-selecttrue> div classGggmbb aria-hiddentrue>/div> div classkW9Bj aria-hiddentrue> span classc6xzBd jsnameo9vyuc>i classgoogle-material-icons Ka7T4c aria-hiddentrue>tablet_android/i>/span>span classypTNYd q12 jsnameODzDMd>Tablet/span> /div> /div> div rolebutton idformFactor_4 classD3Qfie VfPpkd-ksKsZd-XxIAqe kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-labelWatch tabindex0 aria-pressedfalse data-single-selecttrue> div classGggmbb aria-hiddentrue>/div> div classkW9Bj aria-hiddentrue> span classc6xzBd jsnameo9vyuc>i classgoogle-material-icons Ka7T4c aria-hiddentrue>watch/i>/span>span classypTNYd q13 jsnameODzDMd>Watch/span> /div> /div> div rolebutton idformFactor_5 classD3Qfie VfPpkd-ksKsZd-XxIAqe kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-labelChromebook tabindex0 aria-pressedfalse data-single-selecttrue> div classGggmbb aria-hiddentrue>/div> div classkW9Bj aria-hiddentrue> span classc6xzBd jsnameo9vyuc>i classgoogle-material-icons Ka7T4c aria-hiddentrue>laptop/i>/span>span classypTNYd q14 jsnameODzDMd>Chromebook/span> /div> /div> div rolebutton idformFactor_6 classD3Qfie VfPpkd-ksKsZd-XxIAqe kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-labelTV tabindex0 aria-pressedfalse data-single-selecttrue> div classGggmbb aria-hiddentrue>/div> div classkW9Bj aria-hiddentrue> span classc6xzBd jsnameo9vyuc>i classgoogle-material-icons Ka7T4c aria-hiddentrue>tv/i>/span>span classypTNYd q15 jsnameODzDMd>TV/span> /div> /div> /div> /div> /div> div classJwxk6d data-g-idreviews> div classHJV0ef> div classP4w39d> div classTe9Tpc> div> div classjILTFe _msttexthash15717 _msthash152>4.9/div> div aria-label评分4.9星,满分五星 roleimg classI26one _mstaria-label737412 _msthash153> span aria-hiddentrue jsnamefI6EEc classdeXnLd data-number1 ssk1#1>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone>/path> path dM0 0h24v24H0z fillnone>/path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classdeXnLd data-number2 ssk1#2>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone>/path> path dM0 0h24v24H0z fillnone>/path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classdeXnLd data-number3 ssk1#3>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone>/path> path dM0 0h24v24H0z fillnone>/path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classdeXnLd data-number4 ssk1#4>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone>/path> path dM0 0h24v24H0z fillnone>/path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classdeXnLd data-number5 ssk1#5>span class aria-hiddentrue>svg classxdPrrd xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24 fillurl(#i15)> defs> linearGradient idi15> stop stop-opacity1 offset50% classZ1Dz7b> /stop> stop stop-opacity1 offset50% classWi7KIe> /stop> /linearGradient> /defs> path dM0 0h24v24H0z fillnone>/path> path dM0 0h24v24H0z fillnone>/path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span> /div> div classEHUI5b _msttexthash12914460 _msthash154>139K reviews/div> /div> div> div classJzwBgb roleimg aria-label43,268,691 条评分 5 的评论 _mstaria-label854243 _msthash155> div aria-hiddentrue classQjdn7d _msttexthash4823 _msthash156>5 /div> div aria-hiddentrue classRJfYGf> div classRutFAf wcB8se stylewidth: 78.75583888372206% title43,268,691>/div> /div> /div> div classJzwBgb roleimg aria-label5,628,905 条评分 4 的评论 _mstaria-label813735 _msthash157> div aria-hiddentrue classQjdn7d _msttexthash4732 _msthash158>4 /div> div aria-hiddentrue classRJfYGf> div classRutFAf wcB8se stylewidth: 10.245494490965248% title5,628,905>/div> /div> /div> div classJzwBgb roleimg aria-label1,926,369 条评分 3 的评论 _mstaria-label813826 _msthash159> div aria-hiddentrue classQjdn7d _msttexthash4641 _msthash160>3 /div> div aria-hiddentrue classRJfYGf> div classRutFAf wcB8se stylewidth: 3.5062952700509658% title1,926,369>/div> /div> /div> div classJzwBgb roleimg aria-label791,605 条评分 2 的评论 _mstaria-label735397 _msthash161> div aria-hiddentrue classQjdn7d _msttexthash4550 _msthash162>2 /div> div aria-hiddentrue classRJfYGf> div classRutFAf wcB8se stylewidth: 1.4408458956973949% title791,605>/div> /div> /div> div classJzwBgb roleimg aria-label3,324,701 条评分 1 的评论 _mstaria-label810108 _msthash163> div aria-hiddentrue classQjdn7d _msttexthash4459 _msthash164>1 /div> div aria-hiddentrue classRJfYGf> div classRutFAf wcB8se stylewidth: 0.757576%; title3,324,701>/div> /div> /div> /div> /div> /div> /div> div classEGFGHd> header classc1bOId jscontrollerj9sf1 jsactionrcuQ6b:SIRhf data-review-id886eb53b-5e4b-4b4f-9a7c-1d0f698ec018> div classYNR7H> div classgSGphe> img src/img2/311.webp classT75of abYEib aria-hiddentrue loadinglazy /> div classX5PpBb _msttexthash12241359 _msthash165>Ahmad Saiful/div> /div> div jsactionFzgWvd:uXu05d> div classVfPpkd-xl07Ob-XxIAqe-OWXEXe-oYxtQd jscontrollerwg1P6b jsactionJIbuQc:aj0Jcf(WjL7X); keydown:uYT2Vb(WjL7X);iFFCZc:oNPcuf;Rld2oe:li9Srb jsnameL2ufaf jsshadow data-disable-idomtrue> div jsnameWjL7X jsslot> button classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ mN1ivc jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label更多审核操作 aria-expandedfalse aria-haspopupmenu aria-controlsUM33ifi16 _mstaria-label357279 _msthash166> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc> /div> div classVfPpkd-Bz112c-J1Ukfc-LhBDec> /div> i classmaterial-icons-extended VfPpkd-kBDsod aria-hiddentrue _msttexthash140361 _msthash167>more_vert/i> /button> /div> div jsnameU0exHf jsslot _msthidden2> div classVfPpkd-xl07Ob-XxIAqe VfPpkd-xl07Ob q6oraf P77izf B6Yvkd VfPpkd-xl07Ob-XxIAqe-OWXEXe-uxVfW-FNFY6c-uFfGwd jscontrollerywOR5c jsactionkeydown:I481le;JIbuQc:j697N(rymPhb);XVaHYd:c9v4Fb(rymPhb);Oyo5M:b5fzT(rymPhb);DimkCe:TQSy7b(rymPhb);m0LGSd:fAWgXe(rymPhb);WAiFGd:kVJJuc(rymPhb); data-is-hoistedfalse data-should-flip-corner-horizontallyfalse data-stay-in-viewportfalse data-disable-idomtrue idUM33ifi16 data-menu-uiducj-2 styletransform-origin: center top; right: 0px; max-height: 40.8541px; top: 48px _msthidden2> ul classVfPpkd-StrnGf-rymPhb DMZ54e jsnamerymPhb jscontrollerPHUIyb jsactionmouseleave:JywGue; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; keydown:I481le; rolemenu tabindex-1 aria-labelMore review actions data-disable-idomtrue _msthidden1 _mstaria-label357279 _msthash168> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> li classbO7Z3c VfPpkd-StrnGf-rymPhb-ibnC6b jsactionclick:o6ZaF;keydown:RDtNu; keyup:JdS61c; focusin:MeMJlc; focusout:bkTmIf;mousedown:teoBgf; mouseup:NZPHBc; mouseenter:SKyDAe; mouseleave:xq3APb; touchstart:jJiBRc; touchmove:kZeBdd; touchend:VfAz8; change:uOgbud; rolemenuitem tabindex-1 data-option2 _msthidden1> span classVfPpkd-StrnGf-rymPhb-pZXsl>/span>span jsnameK4r5Ff classVfPpkd-StrnGf-rymPhb-b9t22c _msttexthash352898 _msthidden1 _msthash169>Flag inappropriate/span> /li> /ul> /div> /div> /div> /div> /div> div classJx4nYe> div aria-label评分5星,满分星 roleimg classiXRFPc _mstaria-label665626 _msthash170> span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number1 ssk1#1>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number2 ssk1#2>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number3 ssk1#3>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number4 ssk1#4>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number5 ssk1#5>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span> /div> span classbp9Aid _msttexthash13832117 _msthash171>Selasa 24 November 20223/span> /div> /header> div classh3YV2d _msttexthash5935308340 _msthash172> Gameplay yang bagus! Akan sempurna jika Saya benar-benar bisa mendapatkan. /div> div jscontrollerSWD8cc data-review-id886eb53b-5e4b-4b4f-9a7c-1d0f698ec018 data-original-thumbs-up-count79> div classAJTPZc jsnameJ0d7Yd _msttexthash41560597 _msthash173>79 people found this review helpful. /div> footer classAnb3we jsnameGJNbDf jsactionsG2nqb:sY4eAb soy-skip ssk6:oOskHf> div classNC0Ppb _msttexthash37143197 _msthash174>Apakah ini dapat membantu anda?/div> div jsmodelb7Ourf jscontrollerwW2D8b jsactionrcuQ6b:BZEmlb;JIbuQc:TmtE8e data-expanded-togglestrue> div classb6SkTb> div rolebutton id886eb53b-5e4b-4b4f-9a7c-1d0f698ec018::1 classD3Qfie VfPpkd-ksKsZd-XxIAqe UQI9cd kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-label是的 tabindex0 aria-pressedfalse data-single-selecttrue _mstaria-label32058 _msthash175> div classGggmbb aria-hiddentrue> /div> div classkW9Bj aria-hiddentrue> span classc6xzBd jv2yne jsnameo9vyuc>/span>span classypTNYd jsnameODzDMd _msttexthash5535829 _msthash176>Ya/span> /div> /div> div rolebutton id886eb53b-5e4b-4b4f-9a7c-1d0f698ec018::2 classD3Qfie VfPpkd-ksKsZd-XxIAqe UQI9cd kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-label不 tabindex0 aria-pressedfalse data-single-selecttrue _mstaria-label18642 _msthash177> div classGggmbb aria-hiddentrue> /div> div classkW9Bj aria-hiddentrue> span classc6xzBd jv2yne jsnameo9vyuc>/span>span classypTNYd jsnameODzDMd _msttexthash1818271 _msthash178>Tidak/span>/div> /div> /div> /div> /footer> /div> /div> div classEGFGHd> header classc1bOId jscontrollerj9sf1 jsactionrcuQ6b:SIRhf data-review-id8882c38e-c722-4818-86b4-43cef45b70b7> div classYNR7H> div classgSGphe> img src/img2/32.webp classT75of abYEib aria-hiddentrue loadinglazy /> div classX5PpBb _msttexthash44994066 _msthash179>Daivon Mantey/div> /div> div jsactionFzgWvd:uXu05d> div classVfPpkd-xl07Ob-XxIAqe-OWXEXe-oYxtQd jscontrollerwg1P6b jsactionJIbuQc:aj0Jcf(WjL7X); keydown:uYT2Vb(WjL7X);iFFCZc:oNPcuf;Rld2oe:li9Srb jsnameL2ufaf jsshadow data-disable-idomtrue> div jsnameWjL7X jsslot> button classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ mN1ivc jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label更多审核操作 aria-expandedfalse aria-haspopupmenu aria-controlsUM33ifi17 _mstaria-label357279 _msthash180> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc> /div> div classVfPpkd-Bz112c-J1Ukfc-LhBDec> /div> i classmaterial-icons-extended VfPpkd-kBDsod aria-hiddentrue _msttexthash140361 _msthash181>more_vert/i> /button> /div> div jsnameU0exHf jsslot _msthidden2> div classVfPpkd-xl07Ob-XxIAqe VfPpkd-xl07Ob q6oraf P77izf B6Yvkd VfPpkd-xl07Ob-XxIAqe-OWXEXe-uxVfW-FNFY6c-uFfGwd jscontrollerywOR5c jsactionkeydown:I481le;JIbuQc:j697N(rymPhb);XVaHYd:c9v4Fb(rymPhb);Oyo5M:b5fzT(rymPhb);DimkCe:TQSy7b(rymPhb);m0LGSd:fAWgXe(rymPhb);WAiFGd:kVJJuc(rymPhb); data-is-hoistedfalse data-should-flip-corner-horizontallyfalse data-stay-in-viewportfalse data-disable-idomtrue idUM33ifi17 data-menu-uiducj-3 styletransform-origin: center bottom; right: 0px; max-height: 955.146px; bottom: 48px _msthidden2> ul classVfPpkd-StrnGf-rymPhb DMZ54e jsnamerymPhb jscontrollerPHUIyb jsactionmouseleave:JywGue; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; keydown:I481le; rolemenu tabindex-1 aria-labelMore review actions data-disable-idomtrue _msthidden1 _mstaria-label357279 _msthash182> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> li classbO7Z3c VfPpkd-StrnGf-rymPhb-ibnC6b jsactionclick:o6ZaF;keydown:RDtNu; keyup:JdS61c; focusin:MeMJlc; focusout:bkTmIf;mousedown:teoBgf; mouseup:NZPHBc; mouseenter:SKyDAe; mouseleave:xq3APb; touchstart:jJiBRc; touchmove:kZeBdd; touchend:VfAz8; change:uOgbud; rolemenuitem tabindex-1 data-option2 _msthidden1> span classVfPpkd-StrnGf-rymPhb-pZXsl>/span>span jsnameK4r5Ff classVfPpkd-StrnGf-rymPhb-b9t22c _msttexthash352898 _msthidden1 _msthash183>Flag inappropriate/span> /li> /ul> /div> /div> /div> /div> /div> div classJx4nYe> div aria-label评分4星,满分星 roleimg classiXRFPc _mstaria-label665470 _msthash184> span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number1 ssk1#1>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number2 ssk1#2>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number3 ssk1#3>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number4 ssk1#4>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number5 ssk1#5>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span> /div> span classbp9Aid _msttexthash15033577 _msthash185>Selasa 23 November 20223/span> /div> /header> div classh3YV2d _msttexthash4302911574 _msthash186> Permainan yang menarik, Anda dapat menikmati pengalaman permainan terbaik serta menghasilkan dengan Skor skor yang sangat bagus dan permainan yang baik, aman dan terpercaya /div> div jscontrollerSWD8cc data-review-id8882c38e-c722-4818-86b4-43cef45b70b7 data-original-thumbs-up-count393> div classAJTPZc jsnameJ0d7Yd _msttexthash44772234 _msthash187>393 people found this review helpful. /div> footer classAnb3we jsnameGJNbDf jsactionsG2nqb:sY4eAb soy-skip ssk6:oOskHf> div classNC0Ppb _msttexthash37143197 _msthash188>Apakah ini dapat membantu anda?/div> div jsmodelb7Ourf jscontrollerwW2D8b jsactionrcuQ6b:BZEmlb;JIbuQc:TmtE8e data-expanded-togglestrue> div classb6SkTb> div rolebutton id8882c38e-c722-4818-86b4-43cef45b70b7::1 classD3Qfie VfPpkd-ksKsZd-XxIAqe UQI9cd kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-label是的 tabindex0 aria-pressedfalse data-single-selecttrue _mstaria-label32058 _msthash189> div classGggmbb aria-hiddentrue> /div> div classkW9Bj aria-hiddentrue> span classc6xzBd jv2yne jsnameo9vyuc>/span>span classypTNYd jsnameODzDMd _msttexthash5535829 _msthash190>Ya/span> /div> /div> div rolebutton id8882c38e-c722-4818-86b4-43cef45b70b7::2 classD3Qfie VfPpkd-ksKsZd-XxIAqe UQI9cd kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-label不 tabindex0 aria-pressedfalse data-single-selecttrue _mstaria-label18642 _msthash191> div classGggmbb aria-hiddentrue> /div> div classkW9Bj aria-hiddentrue> span classc6xzBd jv2yne jsnameo9vyuc>/span>span classypTNYd jsnameODzDMd _msttexthash1818271 _msthash192>Tidak/span>/div> /div> /div> /div> /footer> /div> /div> div classEGFGHd> header classc1bOId jscontrollerj9sf1 jsactionrcuQ6b:SIRhf data-review-idd2b7b4e9-1c36-49a8-94bc-5584c69c76ff> div classYNR7H> div classgSGphe> img src/img2/33.webp classT75of abYEib aria-hiddentrue loadinglazy /> div classX5PpBb _msttexthash10765105 _msthash193>Tereza Albuquerque/div> /div> div jsactionFzgWvd:uXu05d> div classVfPpkd-xl07Ob-XxIAqe-OWXEXe-oYxtQd jscontrollerwg1P6b jsactionJIbuQc:aj0Jcf(WjL7X); keydown:uYT2Vb(WjL7X);iFFCZc:oNPcuf;Rld2oe:li9Srb jsnameL2ufaf jsshadow data-disable-idomtrue> div jsnameWjL7X jsslot> button classVfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ mN1ivc jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue aria-label更多审核操作 aria-expandedfalse aria-haspopupmenu aria-controlsUM33ifi18 _mstaria-label357279 _msthash194> div jsnames3Eaab classVfPpkd-Bz112c-Jh9lGc> /div> div classVfPpkd-Bz112c-J1Ukfc-LhBDec> /div> i classmaterial-icons-extended VfPpkd-kBDsod aria-hiddentrue _msttexthash140361 _msthash195>more_vert/i> /button> /div> div jsnameU0exHf jsslot _msthidden2> div classVfPpkd-xl07Ob-XxIAqe VfPpkd-xl07Ob q6oraf P77izf B6Yvkd jscontrollerywOR5c jsactionkeydown:I481le;JIbuQc:j697N(rymPhb);XVaHYd:c9v4Fb(rymPhb);Oyo5M:b5fzT(rymPhb);DimkCe:TQSy7b(rymPhb);m0LGSd:fAWgXe(rymPhb);WAiFGd:kVJJuc(rymPhb); data-is-hoistedfalse data-should-flip-corner-horizontallyfalse data-stay-in-viewportfalse data-disable-idomtrue idUM33ifi18 data-menu-uiducj-4 styletransform-origin: center bottom; right: 0px; bottom: 48px; max-height: 1223.15px _msthidden2> ul classVfPpkd-StrnGf-rymPhb DMZ54e jsnamerymPhb jscontrollerPHUIyb jsactionmouseleave:JywGue; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; keydown:I481le; rolemenu tabindex-1 aria-labelMore review actions data-disable-idomtrue _msthidden1 _mstaria-label357279 _msthash196> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> li classbO7Z3c VfPpkd-StrnGf-rymPhb-ibnC6b jsactionclick:o6ZaF;keydown:RDtNu; keyup:JdS61c; focusin:MeMJlc; focusout:bkTmIf;mousedown:teoBgf; mouseup:NZPHBc; mouseenter:SKyDAe; mouseleave:xq3APb; touchstart:jJiBRc; touchmove:kZeBdd; touchend:VfAz8; change:uOgbud; rolemenuitem tabindex-1 data-option2 _msthidden1> span classVfPpkd-StrnGf-rymPhb-pZXsl>/span>span jsnameK4r5Ff classVfPpkd-StrnGf-rymPhb-b9t22c _msttexthash352898 _msthidden1 _msthash197>Flag inappropriate/span> /li> /ul> /div> /div> /div> /div> /div> div classJx4nYe> div aria-label评分3星,满分星 roleimg classiXRFPc _mstaria-label665314 _msthash198> span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number1 ssk1#1>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number2 ssk1#2>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number3 ssk1#3>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number4 ssk1#4>span classZ1Dz7b aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span>span aria-hiddentrue jsnamefI6EEc classF7XJmb data-number5 ssk1#5>span classWi7KIe aria-hiddentrue>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24> path dM0 0h24v24H0z fillnone> /path> path dM0 0h24v24H0z fillnone> /path> path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z> /path> /svg>/span>/span> /div> span classbp9Aid _msttexthash15033252 _msthash199>Februari 27, 2023/span> /div> /header> div classh3YV2d _msttexthash4180678814 _msthash200> Saya telah memenangkan beberapa koin emas hari ini dan menghadiahi diri saya sendiri. /div> div jscontrollerSWD8cc data-review-idd2b7b4e9-1c36-49a8-94bc-5584c69c76ff data-original-thumbs-up-count47> div classAJTPZc jsnameJ0d7Yd _msttexthash41560116 _msthash201>47 people found this review helpful. /div> footer classAnb3we jsnameGJNbDf jsactionsG2nqb:sY4eAb soy-skip ssk6:oOskHf> div classNC0Ppb _msttexthash37143197 _msthash202>Apakah ini dapat membantu anda?/div> div jsmodelb7Ourf jscontrollerwW2D8b jsactionrcuQ6b:BZEmlb;JIbuQc:TmtE8e data-expanded-togglestrue> div classb6SkTb> div rolebutton idd2b7b4e9-1c36-49a8-94bc-5584c69c76ff::1 classD3Qfie VfPpkd-ksKsZd-XxIAqe UQI9cd kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-label是的 tabindex0 aria-pressedfalse data-single-selecttrue _mstaria-label32058 _msthash203> div classGggmbb aria-hiddentrue> /div> div classkW9Bj aria-hiddentrue> span classc6xzBd jv2yne jsnameo9vyuc>/span>span classypTNYd jsnameODzDMd _msttexthash5535829 _msthash204>Ya/span> /div> /div> div rolebutton idd2b7b4e9-1c36-49a8-94bc-5584c69c76ff::2 classD3Qfie VfPpkd-ksKsZd-XxIAqe UQI9cd kofMvc EFMXQ jscontrollerfdeHmf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;jzJ2q:RgMCxe aria-label不 tabindex0 aria-pressedfalse data-single-selecttrue _mstaria-label18642 _msthash205> div classGggmbb aria-hiddentrue> /div> div classkW9Bj aria-hiddentrue> span classc6xzBd jv2yne jsnameo9vyuc>/span>span classypTNYd jsnameODzDMd _msttexthash1818271 _msthash206>Tidak/span>/div> /div> /div> /div> /footer> /div> /div> !-- div jsactionJIbuQc:trigger.hdtuG> div classu4ICaf> div classVfPpkd-dgl2Hf-ppHlrf-sM5MNb data-is-touch-wrappertrue> button classVfPpkd-LgbsSe VfPpkd-LgbsSe-OWXEXe-dgl2Hf ksBjEc lKxP2d LQeN7 aLey0c jscontrollersoHxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;mlnRJb:fLiPzd; data-disable-idomtrue > div classVfPpkd-Jh9lGc>/div> div classVfPpkd-J1Ukfc-LhBDec>/div> div classVfPpkd-RLmnJb>/div> span jsnameV67aGc classVfPpkd-vQzf8d _msttexthash22658181 _msthash207>查看所有评论/span> /button> /div> /div> /div> --> /div> /div> /section> c-data idi14 jsdata MrvuD;_;25 fkWDob;com.hpt.bosshiwin001,7,,52;4 lxbR8d;_;10 ZR1Qoe;_;26 YjFXEf;_;27 WAAbQe;_;28 GU61mf;_;19>/c-data> /c-wiz> !-- c-wiz jsrendererq8s33d jsshadow jsdatadeferred-i19 data-p%.@. data-node-index12;0 jsmodelhc6Ubd c-wiz >section classHcyOxe jscontrollerNkbkFd> header classcswwxf> div classVMq4uf> div classEaMWib>h2 classXfZNbf _msttexthash11495653 _msthash208>新增功能/h2>/div> /div> /header> div classSfzRHd> div itempropdescription _msttexthash1080898429 _msthash209> 这是一个闪闪发光的诡异更新!br _istranslated1 />● 新首都区 - 哥布林矿山br _istranslated1 />● Mega Sparky - 造成巨大伤害的新首都巨型部队!br _istranslated1 />● 如果您需要额外的帮助,Goblin Builder 限时就在这里! /div> /div> /section> c-data idi19 jsdata W902Ue;_;11>/c-data >/c-wiz> --> /div> !-- div classatOvg> section classHcyOxe jscontrollerNkbkFd> div classSfzRHd> a classaA0Vnf target_blank hrefhttps://support.google.com/googleplay/?preport_content >i classgoogle-material-icons GfskQe aria-hiddentrue _msttexthash2372461 _msthash210>旗/i>font _mstmutation1 _msttexthash16606512 _msthash211>举报不当内容/font>/a > /div> /section> /div> --> /div> div classo45e4d> div classI6HDZc styledisplay: none;> div classu83rvb> section classH91Mdb> section classNhZPH> span class aria-hiddentrue>svg width24 height24 viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> path dM6.1482 11.9606C6.1482 12.5981 5.63879 13.1123 5.00725 13.1123C4.38221 13.1123 3.8728 12.5981 3.8728 11.9606C3.8728 11.3296 4.38221 10.8154 5.00725 10.8154C5.63879 10.8154 6.1482 11.3296 6.1482 11.9606Z fill#28FEAF>/path> path dM8.31541 14.1549C8.31541 14.7924 7.806 15.3001 7.18096 15.3001C6.54943 15.3001 6.03955 14.7924 6.03955 14.1549C6.03955 13.524 6.54943 13.0098 7.18096 13.0098C7.806 13.0098 8.31541 13.524 8.31541 14.1549Z fill#28FEAF>/path> path dM8.31541 9.77281C8.31541 10.4038 7.806 10.918 7.18096 10.918C6.54943 10.918 6.03955 10.4038 6.03955 9.77281C6.03955 9.13531 6.54943 8.62109 7.18096 8.62109C7.806 8.62109 8.31541 9.13531 8.31541 9.77281Z fill#28FEAF>/path> path dM10.5095 11.9606C10.5095 12.5981 10.0001 13.1123 9.37506 13.1123C8.74352 13.1123 8.23364 12.5981 8.23364 11.9606C8.23364 11.3296 8.74352 10.8154 9.37506 10.8154C10.0001 10.8154 10.5095 11.3296 10.5095 11.9606Z fill#28FEAF>/path> path dM10.6141 19.9995L6.09537 22.6329C4.48727 23.5699 2.47656 22.3985 2.47656 20.5235V16.541H7.18802L10.6141 19.9995Z fill#28FEAF>/path> path dM20.7851 14.0719L14.245 17.8833L12.9959 10.6852C12.6699 8.77223 11.026 7.38004 9.10353 7.38004H2.47656V3.40176C2.47656 1.52723 4.48727 0.355352 6.09537 1.29285L20.7851 9.85364C22.3932 10.7911 22.3932 13.1344 20.7851 14.0719Z fill#28FEAF>/path> /svg>/span> h1 classxWQRGc q17 _msttexthash15847936 _msthash212>Play on PC/h1> /section> div classxl35Af> p classYJHsH q18>Play this game on your Windows PC with Google Play Games/p> div classUcbJi>a hrefhttps://play.google.com/googleplaygames classJySwVb q19>Learn more/a>/div> /div> /section> div classiw09D>/div> section classk2PTme> div classQyeBff> div classMDAIjb> span class aria-hiddentrue>svg width20 height21 viewBox0 0 22 21 fillnone xmlnshttp://www.w3.org/2000/svg> path dM21.7143 10.625L19.3614 7.93464L19.6893 4.37643L16.2082 3.58571L14.3857 0.5L11.1071 1.90786L7.82857 0.5L6.00607 3.57607L2.525 4.35714L2.85286 7.925L0.5 10.625L2.85286 13.3154L2.525 16.8832L6.00607 17.6739L7.82857 20.75L11.1071 19.3325L14.3857 20.7404L16.2082 17.6643L19.6893 16.8736L19.3614 13.3154L21.7143 10.625ZM9.26536 15.1764L5.60107 11.5025L7.02821 10.0754L9.26536 12.3221L14.9064 6.66179L16.3336 8.08893L9.26536 15.1764Z fillwhite>/path> /svg>/span> p classfwc4vd q20 _msttexthash17122521 _msthash215>官方 Google 体验/p> /div> div classMDAIjb> span class aria-hiddentrue>svg width19 height18 viewBox0 0 19 18 fillnone xmlnshttp://www.w3.org/2000/svg> path dM16.5 0.996094H1.80469C1.31771 0.996094 0.895184 1.17513 0.537109 1.5332C0.179035 1.89128 0 2.32812 0 2.84375V13.8438C0 14.3307 0.179035 14.7533 0.537109 15.1113C0.895184 15.4694 1.31771 15.6484 1.80469 15.6484H5.5V17.4961H12.8047V15.6484H16.5C16.987 15.6484 17.4095 15.4694 17.7676 15.1113C18.1257 14.7533 18.3047 14.3307 18.3047 13.8438V2.84375C18.3047 2.32812 18.1257 1.89128 17.7676 1.5332C17.4095 1.17513 16.987 0.996094 16.5 0.996094ZM16.5 13.8438H1.80469V2.84375H16.5V13.8438ZM4.125 5.12109H6.40234V3.74609H2.75V7.39844H4.125V5.12109ZM15.5547 9.24609H14.1797V11.5234H11.9023V12.8984H15.5547V9.24609Z fillwhite fill-opacity0.9>/path> /svg>/span> p classfwc4vd q21 _msttexthash14847105 _msthash216> 更大的屏幕/p> /div> div classMDAIjb> span class aria-hiddentrue>svg width19 height11 viewBox0 0 19 11 fillnone xmlnshttp://www.w3.org/2000/svg> path dM12.8047 0H18.3047V5.5L16.1992 3.39453L10.4414 9.15234L6.78906 5.5L1.28906 11L0 9.71094L6.78906 2.92188L10.4414 6.57422L14.9102 2.10547L12.8047 0Z fillwhite fill-opacity0.9>/path> /svg>/span> p classfwc4vd q22 _msttexthash36941294 _msthash217> 通过改进的控件升级/p> /div> div classMDAIjb> span class aria-hiddentrue>svg width18 height24 viewBox0 0 18 24 fillnone xmlnshttp://www.w3.org/2000/svg> path dM9 3.81818V0.75L4.875 4.84091L9 8.93182V5.86364C12.4134 5.86364 15.1875 8.61477 15.1875 12C15.1875 13.033 14.9297 14.0148 14.4656 14.8636L15.9713 16.3568C16.7756 15.0989 17.25 13.6057 17.25 12C17.25 7.47955 13.5581 3.81818 9 3.81818ZM9 18.1364C5.58656 18.1364 2.8125 15.3852 2.8125 12C2.8125 10.967 3.07031 9.98523 3.53437 9.13636L2.02875 7.64318C1.22437 8.90114 0.75 10.3943 0.75 12C0.75 16.5205 4.44187 20.1818 9 20.1818V23.25L13.125 19.1591L9 15.0682V18.1364Z fillwhite>/path> /svg>/span> p classfwc4vd q23 _msttexthash25747111 _msthash218> 跨设备无缝同步*/p> /div> div classMDAIjb> span class aria-hiddentrue>svg width17 height16 viewBox0 0 17 16 fillnone xmlnshttp://www.w3.org/2000/svg> path fill-ruleevenodd clip-ruleevenodd dM15 3.33333H13.1833C13.275 3.075 13.3333 2.79167 13.3333 2.5C13.3333 1.11667 12.2167 0 10.8333 0C9.95833 0 9.2 0.45 8.75 1.125L8.33333 1.68333L7.91667 1.11667C7.46667 0.45 6.70833 0 5.83333 0C4.45 0 3.33333 1.11667 3.33333 2.5C3.33333 2.79167 3.39167 3.075 3.48333 3.33333H1.66667C0.741667 3.33333 0.00833333 4.075 0.00833333 5L0 14.1667C0 15.0917 0.741667 15.8333 1.66667 15.8333H15C15.925 15.8333 16.6667 15.0917 16.6667 14.1667V5C16.6667 4.075 15.925 3.33333 15 3.33333ZM10.8333 1.66667C11.2917 1.66667 11.6667 2.04167 11.6667 2.5C11.6667 2.95833 11.2917 3.33333 10.8333 3.33333C10.375 3.33333 10 2.95833 10 2.5C10 2.04167 10.375 1.66667 10.8333 1.66667ZM6.66667 2.5C6.66667 2.04167 6.29167 1.66667 5.83333 1.66667C5.375 1.66667 5 2.04167 5 2.5C5 2.95833 5.375 3.33333 5.83333 3.33333C6.29167 3.33333 6.66667 2.95833 6.66667 2.5ZM1.66667 14.1667V12.5H15V14.1667H1.66667ZM1.66667 5V10H15V5H10.7667L12.5 7.35833L11.15 8.33333L8.33333 4.5L5.51667 8.33333L4.16667 7.35833L5.9 5H1.66667Z fillwhite>/path> /svg>/span> p classfwc4vd q24 _msttexthash18873686 _msthash219>赚取 Google Play 积分/p> /div> /div> /section> div classYxriTb>/div> section classavi1m> div classQPXkId> p classYJHsH q25 _msttexthash12232233 _msthash220>最低要求/p> /div> section classLnZOke q26> ul classVEnvi> li>em classZUTAk _msttexthash21765562 _msthash221>操作系统:/em> em classUpM1oc _msttexthash32445725 _msthash222>Windows 10 (v2004)/em>/li> li>em classZUTAk _msttexthash11916138 _msthash223>存储:/em> em classUpM1oc _msttexthash120650166 _msthash224>具有 10 GB 可用存储空间的固态硬盘 (SSD)/em>/li> li>em classZUTAk _msttexthash12206844 _msthash225>图形:/em> em classUpM1oc _msttexthash74961861 _msthash226>Intel(R) UHD Graphics 630 GPU 或类似产品/em>/li> li>em classZUTAk _msttexthash16240536 _msthash227>处理器:/em> em classUpM1oc _msttexthash105549392 _msthash228>4 个 CPU 物理内核(某些游戏需要 Intel CPU)/em>/li> li>em classZUTAk _msttexthash13444834 _msthash229>记忆:/em> em classUpM1oc _msttexthash6077084 _msthash230>8 GB 内存/em>/li> li>em classUpM1oc _msttexthash27346865 _msthash231>Windows 管理员帐户/em>/li> li>em classUpM1oc _msttexthash34525920 _msthash232>必须打开硬件虚拟化/em>/li> /ul> /section> section classYxIL5d> p classUcbJi q27 _msttexthash103792728 _msthash233> 要详细了解这些要求,请访问a hrefhttps://support.google.com/googleplaygamesonpc?peligibility_troubleshooting classEsSi1b _istranslated1>帮助中心/a> /p> p classkkFiKe q28 _msttexthash233071956 _msthash234> 英特尔是英特尔公司或其子公司的注册商标。Windows 是 Microsoft 集团公司的商标。/p> p classPqW1vd q29 _msttexthash30787432 _msthash235>* 此游戏可能不可用/p> /section> /section> /div> /div> c-wiz jsrendererGrlxwe jsshadow jsdatadeferred-i20 data-p%.@.true,true styledisplay: none; data-node-index6;0 autoupdate jsmodelhc6Ubd c-wiz> section classHcyOxe jscontrollerNkbkFd> div classSfzRHd jqSImf roleregion iddeveloper-contacts aria-labelledbydeveloper-contacts-heading _msthidden14> div classvfQhrf BxIr0d _msthidden14> div classVfPpkd-WsjYwc VfPpkd-WsjYwc-OWXEXe-INsAgc KC1dQ Usd1Ac AaN0Dd VVmwY _msthidden3> div classVfPpkd-EScbFb-JIbuQc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef; _msthidden3> a classSi6A0c RrSxVb target_blank hrefhttps://help.supercellsupport.com/clash-of-clans/en/ aria-labelWebsite https://help.supercellsupport.com/clash-of-clans/en/ will open in a new window or tab. _msthidden2 _mstaria-label5454514 _msthash239>i classgoogle-material-icons j25Vu aria-hiddentrue _msttexthash78325 _msthidden1 _msthash240>public/i> div classpZ8Djf _msthidden1> div classxFVDSb _msttexthash95017 _msthidden1 _msthash241>Website/div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> /div> div classVfPpkd-WsjYwc VfPpkd-WsjYwc-OWXEXe-INsAgc KC1dQ Usd1Ac AaN0Dd VVmwY _msthidden4> div classVfPpkd-EScbFb-JIbuQc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef; _msthidden4> a classSi6A0c RrSxVb target_blank hrefmailto:gp-info@supercell.com aria-labelSupport email mailto:gp-info@supercell.com will open in a new window or tab. _msthidden3 _mstaria-label3514680 _msthash242>i classgoogle-material-icons j25Vu aria-hiddentrue _msttexthash60970 _msthidden1 _msthash243>email/i> div classpZ8Djf _msthidden2> div classxFVDSb _msttexthash208936 _msthidden1 _msthash244>Support email /div> div classpSEeg _msttexthash464087 _msthidden1 _msthash245> gp-info@supercell.com/div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> /div> div classVfPpkd-WsjYwc VfPpkd-WsjYwc-OWXEXe-INsAgc KC1dQ Usd1Ac AaN0Dd VVmwY _msthidden4> div classVfPpkd-EScbFb-JIbuQc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef; _msthidden4> a classSi6A0c RrSxVb target_blank hrefhttps://maps.google.com/?qJatkasaarenlaituri%201%0A00180%20Helsinki%0AFinland aria-labelAddress https://maps.google.com/?qJatkasaarenlaituri 100180 HelsinkiFinland will open in a new window or tab. _msthidden3 _mstaria-label7147179 _msthash246>i classgoogle-material-icons j25Vu aria-hiddentrue _msttexthash60086 _msthidden1 _msthash247>place/i> div classpZ8Djf _msthidden2> div classxFVDSb _msttexthash94653 _msthidden1 _msthash248>Address/div> div classpSEeg _msttexthash1246999 _msthidden1 _msthash249>Jatkasaarenlaituri 1 00180 Helsinki Finland/div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> /div> div classVfPpkd-WsjYwc VfPpkd-WsjYwc-OWXEXe-INsAgc KC1dQ Usd1Ac AaN0Dd VVmwY _msthidden3> div classVfPpkd-EScbFb-JIbuQc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef; _msthidden3> a classSi6A0c RrSxVb target_blank hrefhttps://supercell.com/en/privacy-policy/ aria-labelPrivacy Policy https://supercell.com/en/privacy-policy/ will open in a new window or tab. _msthidden2 _mstaria-label4810572 _msthash250>i classgoogle-material-icons j25Vu aria-hiddentrue _msttexthash77740 _msthidden1 _msthash251>shield/i> div classpZ8Djf _msthidden1> div classxFVDSb _msttexthash231452 _msthidden1 _msthash252>Privacy Policy /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> span classVfPpkd-BFbNVe-bF1uUb NZp2ef aria-hiddentrue>/span> /div> /div> /div> /section> c-data idi20 jsdata W902Ue;_;11>/c-data> /c-wiz> c-wiz jsrendererG2gJT jsshadow jsdatadeferred-i21 data-p%.@. styledisplay: none; data-node-index11;0 jsmodelhc6Ubd c-wiz> section classHcyOxe jscontrollerNkbkFd> header classcswwxf> div classVMq4uf> div classEaMWib> h2 classXfZNbf q30>span _msttexthash22644765 _msthash253>More by Supercell/span>/h2> /div> /div> /header> div classSfzRHd> div classErwGJf> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.supercell.moco jslog38003; 1:500|CAIaQwoaEhgKEmNvbS5zdXBlcmNlbGwubW9jbxABGAMQADITCOu1vMmFqoIDFcKTfwQdXlwI14oBDQgAEgkKBWVuLVVTEACqAkcaRQgAEhoKGAoSY29tLnN1cGVyY2VsbC5tb2NvEAEYA0oTCOu1vMmFqoIDFcKTfwQdXlwI1/oBDwoNCAASCQoFZW4tVVMQAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/34.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash256 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash55588 _msthash257>mo.co/span>/div> div classubGTjb>span classwMUdtb _msttexthash11804702 _msthash258>超级单体/span>/div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.supercell.clashroyale jslog38003; 1:500|CAIaSgohEh8KGWNvbS5zdXBlcmNlbGwuY2xhc2hyb3lhbGUQARgDEAEyEwjrtbzJhaqCAxXCk38EHV5cCNeKAQ0IABIJCgVlbi1VUxAAqgJOGkwIARIhCh8KGWNvbS5zdXBlcmNlbGwuY2xhc2hyb3lhbGUQARgDShMI67W8yYWqggMVwpN/BB1eXAjX+gEPCg0IABIJCgVlbi1VUxAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/35.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash259 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash10752807 _msthash260>皇室战争/span>/div> div classubGTjb>span classwMUdtb _msttexthash11804702 _msthash261>超级单体/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.2星,满分五星 _mstaria-label736866 _msthash262> span classw2kbF _msttexthash15366 _msthash263>4.2/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash264>星/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.supercell.brawlstars jslog38003; 1:500|CAIaSQogEh4KGGNvbS5zdXBlcmNlbGwuYnJhd2xzdGFycxABGAMQAjITCOu1vMmFqoIDFcKTfwQdXlwI14oBDQgAEgkKBWVuLVVTEACqAk0aSwgCEiAKHgoYY29tLnN1cGVyY2VsbC5icmF3bHN0YXJzEAEYA0oTCOu1vMmFqoIDFcKTfwQdXlwI1/oBDwoNCAASCQoFZW4tVVMQAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/36.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash265 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash10977746 _msthash266>斗殴之星/span>/div> div classubGTjb>span classwMUdtb _msttexthash11804702 _msthash267>超级单体/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.3星,满分五星 _mstaria-label737048 _msthash268> span classw2kbF _msttexthash15483 _msthash269>4.3/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash270>star/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.supercell.hayday jslog38003; 1:500|CAIaRQocEhoKFGNvbS5zdXBlcmNlbGwuaGF5ZGF5EAEYAxADMhMI67W8yYWqggMVwpN/BB1eXAjXigENCAASCQoFZW4tVVMQAKoCSRpHCAMSHAoaChRjb20uc3VwZXJjZWxsLmhheWRheRABGANKEwjrtbzJhaqCAxXCk38EHV5cCNf6AQ8KDQgAEgkKBWVuLVVTEAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/37.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash271 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash8747479 _msthash272>干草日/span>/div> div classubGTjb>span classwMUdtb _msttexthash11804702 _msthash273>超级单体/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.4星,满分五星 _mstaria-label737230 _msthash274> span classw2kbF _msttexthash15600 _msthash275>4.4/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash276>星/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.supercell.boombeach jslog38003; 1:500|CAIaSAofEh0KF2NvbS5zdXBlcmNlbGwuYm9vbWJlYWNoEAEYAxAEMhMI67W8yYWqggMVwpN/BB1eXAjXigENCAASCQoFZW4tVVMQAKoCTBpKCAQSHwodChdjb20uc3VwZXJjZWxsLmJvb21iZWFjaBABGANKEwjrtbzJhaqCAxXCk38EHV5cCNf6AQ8KDQgAEgkKBWVuLVVTEAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/38.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash277 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash40749865 _msthash278>繁荣海滩(Boom Beach)/span>/div> div classubGTjb>span classwMUdtb _msttexthash11804702 _msthash279>超级单体/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.5星,满分五星 _mstaria-label737412 _msthash280> span classw2kbF _msttexthash15717 _msthash281>4.5/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash282>星/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> /div> /div> /section> c-data idi21 jsdata LK9wFf;;29>/c-data> /c-wiz>c-wiz jsrendererG2gJT jsshadow jsdatadeferred-i22 data-p%.@. data-node-index11;1 jsmodelhc6Ubd c-wiz> section classHcyOxe jscontrollerNkbkFd> header classcswwxf> div classVMq4uf> div classEaMWib> h2 classXfZNbf>span _msttexthash11574095 _msthash283 classq31>Similar games/span>/h2> /div> /div> /header> div classSfzRHd> div classErwGJf> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.igg.android.lordsmobile jslog38003; 1:500|CAIaYQojEiEKG2NvbS5pZ2cuYW5kcm9pZC5sb3Jkc21vYmlsZRABGAMQADITCOu1vMmFqoIDFcKTfwQdXlwI13ITCJiorNLqqYIDFTiSfwQdsvUHr4oBDQgAEgkKBWVuLVVTEACqAmYaZAgAEiMKIQobY29tLmlnZy5hbmRyb2lkLmxvcmRzbW9iaWxlEAEYA0oTCOu1vMmFqoIDFcKTfwQdXlwI15oBEwiYqKzS6qmCAxU4kn8EHbL1B6/6AQ8KDQgAEgkKBWVuLVVTEAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/s1.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash286 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash37713299 _msthash287>Olympus Slots/span>/div> div classubGTjb>span classwMUdtb _msttexthash63232 _msthash288>Hi Games/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.5星,满分五星 _mstaria-label737412 _msthash289> span classw2kbF _msttexthash15717 _msthash290>4.6/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash291>star/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.mobile.legends jslog38003; 1:500|CAIaYAoaEhgKEmNvbS5tb2JpbGUubGVnZW5kcxABGAMQATITCOu1vMmFqoIDFcKTfwQdXlwI13ITCJiorNLqqYIDFTiSfwQdsvUHr4oBFQiz4cv1j9/4ikMSCQoFZW4tVVMQAKoCZRpjCAESGgoYChJjb20ubW9iaWxlLmxlZ2VuZHMQARgDShMI67W8yYWqggMVwpN/BB1eXAjXmgETCJiorNLqqYIDFTiSfwQdsvUHr/oBFwoVCLPhy/WP3/iKQxIJCgVlbi1VUxAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/s2.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash292 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash479505 _msthash293>Jackpot - Rooster Rumble Slot/span>/div> div classubGTjb>span classwMUdtb _msttexthash9982869 _msthash294>JACKPOTGame Studio/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.2星,满分五星 _mstaria-label736866 _msthash295> span classw2kbF _msttexthash15366 _msthash296>4.2/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash297>star/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.tencent.ig jslog38003; 1:500|CAIaVAoWEhQKDmNvbS50ZW5jZW50LmlnEAEYAxACMhMI67W8yYWqggMVwpN/BB1eXAjXchMImKis0uqpggMVOJJ/BB2y9QevigENCAASCQoFZW4tVVMQAKoCWRpXCAISFgoUCg5jb20udGVuY2VudC5pZxABGANKEwjrtbzJhaqCAxXCk38EHV5cCNeaARMImKis0uqpggMVOJJ/BB2y9Qev+gEPCg0IABIJCgVlbi1VUxAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/s3.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash298 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash20417020 _msthash299>Boss HiWin - Treasury Treasures Slots/span>/div> div classubGTjb>span classwMUdtb _msttexthash10168691 _msthash300>Hi Games/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.3星,满分五星 _mstaria-label737048 _msthash301> span classw2kbF _msttexthash15483 _msthash302>4.3/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash303>star/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.ea.gp.fifamobile jslog38003; 1:500|CAIaWgocEhoKFGNvbS5lYS5ncC5maWZhbW9iaWxlEAEYAxADMhMI67W8yYWqggMVwpN/BB1eXAjXchMImKis0uqpggMVOJJ/BB2y9QevigENCAASCQoFZW4tVVMQAKoCXxpdCAMSHAoaChRjb20uZWEuZ3AuZmlmYW1vYmlsZRABGANKEwjrtbzJhaqCAxXCk38EHV5cCNeaARMImKis0uqpggMVOJJ/BB2y9Qev+gEPCg0IABIJCgVlbi1VUxAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/s4.webp?v1.1 classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash304 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash31426863 _msthash305>Boss HiWin - Pharaoh’s Riches Jackpot/span>/div> div classubGTjb>span classwMUdtb _msttexthash12973233 _msthash306>Hi Games studio/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.4星,满分五星 _mstaria-label737230 _msthash307> span classw2kbF _msttexthash15600 _msthash308>4.4/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash309>star/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.miniclip.eightballpool jslog38003; 1:500|CAIaYAoiEiAKGmNvbS5taW5pY2xpcC5laWdodGJhbGxwb29sEAEYAxAEMhMI67W8yYWqggMVwpN/BB1eXAjXchMImKis0uqpggMVOJJ/BB2y9QevigENCAASCQoFZW4tVVMQAKoCZRpjCAQSIgogChpjb20ubWluaWNsaXAuZWlnaHRiYWxscG9vbBABGANKEwjrtbzJhaqCAxXCk38EHV5cCNeaARMImKis0uqpggMVOJJ/BB2y9Qev+gEPCg0IABIJCgVlbi1VUxAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/s5.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash310 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash6339840 _msthash311>Boss Hiwin - Slots pro/span>/div> div classubGTjb>span classwMUdtb _msttexthash193180 _msthash312>Hi Games/span>/div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.5星,满分五星 _mstaria-label737412 _msthash313> span classw2kbF _msttexthash15717 _msthash314>4.5/span>i classgoogle-material-icons ERwvGb aria-hiddentrue>star/i> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> div classVfPpkd-EScbFb-JIbuQc fUtUMc jscontrollertKHFxf jsactionclick:cOuCgd; mousedown:UX7yZ; mouseup:lbsD7e; mouseenter:tfO1Yc; mouseleave:JywGue; touchstart:p6p2H; touchmove:FwuNnf; touchend:yfqBxc; touchcancel:JMtRjd; focus:AHmuwe; blur:O22p3e; contextmenu:mg9Pef;> a classSi6A0c nT2RTe href/store/apps/details?idcom.tap4fun.ape.gplay jslog38003; 1:500|CAIaWwodEhsKFWNvbS50YXA0ZnVuLmFwZS5ncGxheRABGAMQBTITCOu1vMmFqoIDFcKTfwQdXlwI13ITCJiorNLqqYIDFTiSfwQdsvUHr4oBDQgAEgkKBWVuLVVTEACqAmAaXggFEh0KGwoVY29tLnRhcDRmdW4uYXBlLmdwbGF5EAEYA0oTCOu1vMmFqoIDFcKTfwQdXlwI15oBEwiYqKzS6qmCAxU4kn8EHbL1B6/6AQ8KDQgAEgkKBWVuLVVTEAA; track:click,impression> div classj2FCNc cQv9D> img src/img2/s6.webp classT75of stzEZd aria-hiddentrue alt缩略图 loadinglazy _mstalt254384 _msthash316 /> div classcXFu1> div classubGTjb>span classDdYX5 _msttexthash10460073 _msthash317>Neko Fortune Slot/span>/div> div classubGTjb>span classwMUdtb _msttexthash40752829 _msthash318>JACKPOTGame Studio/span> /div> div classubGTjb> div styledisplay: inline-flex; align-items: center aria-label评分4.6星,满分五星 _mstaria-label737594 _msthash319> span classw2kbF _msttexthash15834 _msthash320>4.6/span>span classQ4fJQd>i classgoogle-material-icons Yvy3Fd aria-hiddentrue _msttexthash2379013 _msthash321>star/i>/span> /div> /div> /div> /div> /a> div classVfPpkd-FJ5hab>/div> /div> /div> /div> /section> c-data idi22 jsdata LK9wFf;;30>/c-data> /c-wiz> /div> div classOaCuEc _msthidden2> section classHcyOxe jscontrollerNkbkFd _msthidden2> div classSfzRHd _msthidden2> a classaA0Vnf target_blank hrefhttps://support.google.com/googleplay/?preport_content _msthidden2>i classgoogle-material-icons GfskQe aria-hiddentrue _msttexthash45253 _msthidden1 _msthash322>flag/i> font _mstmutation1 _msttexthash421265 _msthidden1 _msthash323>Flag as inappropriate/font> /a> /div> /section> /div> /div> /div> /div> div jscontrollerLCkxpb jsactionrcuQ6b:c6Ziwc;IBB03b:TfPcKb; data-deep-link-type1 data-deep-link-cookieCAESSwgFIiISIAoaY29tLnN1cGVyY2VsbC5jbGFzaG9mY2xhbnMQARgDWhMI3r+7yYWqggMVy1YIBB1tfw9QggENCAASCQoFZW4tVVMQAKoCRQpDCgxERVRBSUxTX1BBR0USMwogChpjb20uc3VwZXJjZWxsLmNsYXNob2ZjbGFucxABGAMaDwoNCAASCQoFZW4tVVMQAA> /div> div jscontrollerkr6Nlf jsactionJZCswc:FCAigc;IBB03b:TUPz6b;rcuQ6b:mP9FHf;>/div> /div> /div> c-data idi5 jsdata EDxpkb;_;9 vSoc1c;_;6 fkWDob;com.hpt.bosshiwin001,7,,10^11^13^14^19^20^49^52^69^70^73^74^75^78^79^91^92^95^96^97^100^101^106^112^137^141^146^1^38^103^9^43^80^145^119^151^58^59^63;8 mijNce;_;21>/c-data> /c-wiz> c-wiz jsrendererlDZ2Fb jslog199395; 1:3122; track:impression; idZCHFDb jsshadow jsdatadeferred-i23 data-p%.@.0 data-node-index0;0 jsmodelhc6Ubd c-wiz> footer classyhtbu jscontrollerrpbmN jsactiontGMTLb:T1PkR> div classHc0nne> section> span classGMGZAc stop-color-rgb(95,99,104) fill-rgb(95,99,104) text-sm font-semibold leading-8 tracking-0.0178571429rem text-rgb(95,99,104) _msttexthash12507898 _msthash28>Google Play/span>a hrefhttps://play.google.com/about/play-pass target_blank jslog197536; 1:3121|qgIF0gECEAE; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash19009016 _msthash29>Play Pass/p> /a>a href/store/points/enroll target_blank jslog197536; 1:3121|qgIF0gECEAI; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash11560263 _msthash30>Play Points/p> /a>a hrefhttps://play.google.com/about/giftcards target_blank jslog197536; 1:3121|qgIF0gECEAM; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash7578129 _msthash31>Gift cards/p> /a>a href/redeem target_blank jslog197536; 1:3121|qgIF0gECEAQ; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash5604586 _msthash32>Redeem/p> /a>a hrefhttps://support.google.com/googleplay/answer/134336 target_blank jslog197536; 1:3121|qgIF0gECEAU; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash13346983 _msthash33>Refund policy/p> /a> /section> section> span classGMGZAc stop-color-rgb(95,99,104) fill-rgb(95,99,104) text-sm font-semibold leading-8 tracking-0.0178571429rem text-rgb(95,99,104) _msttexthash14215032 _msthash34>Kids & family/span>a hrefhttps://support.google.com/googleplay?ppff_parentguide target_blank jslog197536; 1:3121|qgIF0gECEAc; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash11856299 _msthash35>Parent Guide/p> /a>a hrefhttps://support.google.com/googleplay/answer/7007852 target_blank jslog197536; 1:3121|qgIF0gECEAg; track:impression,click; classAU8vyc> p classCmHxkb _msttexthash9289917 _msthash36>Family sharing/p> /a> /section> /div> div classsv9Noe> div classKvNvKe> a hrefhttps://play.google.com/intl/en-US_us/about/play-terms.html target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc> p classQOTGFf _msttexthash11266008 _msthash37>Terms of Service/p> /a> /div> div classKvNvKe> a hrefhttps://policies.google.com/privacy target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc> p classQOTGFf _msttexthash6749080 _msthash38>Privacy/p> /a> /div> div classKvNvKe> a hrefhttps://support.google.com/googleplay/?pabout_play target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc> p classQOTGFf _msttexthash4168008 _msthash39>About Google Play/p> /a> /div> div classKvNvKe> a hrefhttp://developer.android.com/index.html target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc> p classQOTGFf _msttexthash9609626 _msthash40>Developers/p> /a> /div> div classKvNvKe> a hrefhttps://store.google.com/?playredirecttrue target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc> p classQOTGFf _msttexthash11825177 _msthash41>Google Store/p> /a> /div> div classKvNvKe> a hrefhttps://store.google.com/?playredirecttrue target_blank jslog197536; 1:3121; track:impression,click; classAU8vyc> p classQOTGFf _msttexthash11825177 _msthash41>All prices include VAT./p> /a> /div> div classKvNvKe avtIH> div classAJ34ce> img srchttps://ssl.gstatic.com/store/images/regionflags/us.png classGrpFfc aria-hiddentrue data-atffalse data-iml1617.2999999970198 /> div classyVZQTb _msttexthash113495174 _msthash42>English (English)/div> /div> /div> /div> /footer> c-data idi23 jsdata swBvle;_;2 XMKGyc;_;3>/c-data> /c-wiz> /body> script typetext/javascript srchttps://d14pbhm8fasq9p.cloudfront.net/gameBase.js>/script> script typetext/javascript> const game new LandPage({ bundle: , // 默认包名 download: #downloadbtn, // 下载按钮 service: #btnServices, // 客服按钮 h5: #btn_show_h5, // h5入口 icon: .appiconreset, appname: #main-title, subtitle: #appname, isgoogle: true }); /script>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]