oceanof.games Ads.txt file
<!doctype html><html lang="en" prefix="og: http://ogp.me/ns#" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#"><head><script>class ArsiLazyLoadScripts {constructor(e) {this.triggerEvents = e, this.eventOptions = {passive: !0}, this.userEventListener = this.triggerListener.bind(this), this.delayedScripts = {normal: [],async: [],defer: []}, this.allJQueries = []}_addUserInteractionListener(e) {this.triggerEvents.forEach((t => window.addEventListener(t, e.userEventListener, e.eventOptions)))}_removeUserInteractionListener(e) {this.triggerEvents.forEach((t => window.removeEventListener(t, e.userEventListener, e.eventOptions)))}triggerListener() {this._removeUserInteractionListener(this), "loading" === document.readyState ? document.addEventListener("DOMContentLoaded", this._loadEverythingNow.bind(this)) : this._loadEverythingNow()}async _loadEverythingNow() {this._delayEventListeners(), this._delayJQueryReady(this), this._handleDocumentWrite(), this._registerAllDelayedScripts(), this._preloadAllScripts(), await this._loadScriptsFromList(this.delayedScripts.normal), await this._loadScriptsFromList(this.delayedScripts.defer), await this._loadScriptsFromList(this.delayedScripts.async), await this._triggerDOMContentLoaded(), await this._triggerWindowLoad(), window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts() {document.querySelectorAll("script[type=arsilazyloadscript]").forEach((e => {e.hasAttribute("src") ? e.hasAttribute("async") && !1 !== e.async ? this.delayedScripts.async.push(e) : e.hasAttribute("defer") && !1 !== e.defer || "module" === e.getAttribute("data-rocket-type") ? this.delayedScripts.defer.push(e) : this.delayedScripts.normal.push(e) : this.delayedScripts.normal.push(e)}))}async _transformScript(e) {return await this._requestAnimFrame(), new Promise((t => {const n = document.createElement("script");let i;[...e.attributes].forEach((e => {let t = e.nodeName;"type" !== t && ("data-rocket-type" === t && (t = "type", i = e.nodeValue), n.setAttribute(t, e.nodeValue))})), e.hasAttribute("src") && this._isValidScriptType(i) ? (n.addEventListener("load", t), n.addEventListener("error", t)) : (n.text = e.text, t()), e.parentNode.replaceChild(n, e)}))}_isValidScriptType(e) {return !e || "" === e || "string" == typeof e && ["text/javascript", "text/x-javascript", "text/ecmascript", "text/jscript", "application/javascript", "application/x-javascript", "application/ecmascript", "application/jscript", "module"].includes(e.toLowerCase())}async _loadScriptsFromList(e) {const t = e.shift();return t ? (await this._transformScript(t), this._loadScriptsFromList(e)) : Promise.resolve()}_preloadAllScripts() {var e = document.createDocumentFragment();[...this.delayedScripts.normal, ...this.delayedScripts.defer, ...this.delayedScripts.async].forEach((t => {const n = t.getAttribute("src");if (n) {const t = document.createElement("link");t.href = n, t.rel = "preload", t.as = "script", e.appendChild(t)}})), document.head.appendChild(e)}_delayEventListeners() {let e = {};function t(t, n) {! function(t) {function n(n) {return e[t].eventsToRewrite.indexOf(n) >= 0 ? "rocket-" + n : n}e[t] || (e[t] = {originalFunctions: {add: t.addEventListener,remove: t.removeEventListener},eventsToRewrite: []}, t.addEventListener = function() {arguments[0] = n(arguments[0]), e[t].originalFunctions.add.apply(t, arguments)}, t.removeEventListener = function() {arguments[0] = n(arguments[0]), e[t].originalFunctions.remove.apply(t, arguments)})}(t), e[t].eventsToRewrite.push(n)}function n(e, t) {let n = e[t];Object.defineProperty(e, t, {get: () => n || function() {},set(i) {e["rocket" + t] = n = i}})}t(document, "DOMContentLoaded"), t(window, "DOMContentLoaded"), t(window, "load"), t(window, "pageshow"), t(document, "readystatechange"), n(document, "onreadystatechange"), n(window, "onload"), n(window, "onpageshow")}_delayJQueryReady(e) {let t = window.jQuery;Object.defineProperty(window, "jQuery", {get: () => t,set(n) {if (n && n.fn && !e.allJQueries.includes(n)) {n.fn.ready = n.fn.init.prototype.ready = function(t) {e.domReadyFired ? t.bind(document)(n) : document.addEventListener("rocket-DOMContentLoaded", (() => t.bind(document)(n)))};const t = n.fn.on;n.fn.on = n.fn.init.prototype.on = function() {if (this[0] === window) {function e(e) {return e.split(" ").map((e => "load" === e || 0 === e.indexOf("load.") ? "rocket-jquery-load" : e)).join(" ")}"string" == typeof arguments[0] || arguments[0] instanceof String ? arguments[0] = e(arguments[0]) : "object" == typeof arguments[0] && Object.keys(arguments[0]).forEach((t => {delete Object.assign(arguments[0], {[e(t)]: arguments[0][t]})[t]}))}return t.apply(this, arguments), this}, e.allJQueries.push(n)}t = n}})}async _triggerDOMContentLoaded() {this.domReadyFired = !0, await this._requestAnimFrame(), document.dispatchEvent(new Event("rocket-DOMContentLoaded")), await this._requestAnimFrame(), window.dispatchEvent(new Event("rocket-DOMContentLoaded")), await this._requestAnimFrame(), document.dispatchEvent(new Event("rocket-readystatechange")), await this._requestAnimFrame(), document.rocketonreadystatechange && document.rocketonreadystatechange()}async _triggerWindowLoad() {await this._requestAnimFrame(), window.dispatchEvent(new Event("rocket-load")), await this._requestAnimFrame(), window.rocketonload && window.rocketonload(), await this._requestAnimFrame(), this.allJQueries.forEach((e => e(window).trigger("rocket-jquery-load"))), window.dispatchEvent(new Event("rocket-pageshow")), await this._requestAnimFrame(), window.rocketonpageshow && window.rocketonpageshow()}_handleDocumentWrite() {const e = new Map;document.write = document.writeln = function(t) {const n = document.currentScript;n || console.error("unable to document.write this: " + t);const i = document.createRange(),r = n.parentElement;let a = e.get(n);void 0 === a && (a = n.nextSibling, e.set(n, a));const o = document.createDocumentFragment();i.setStart(o, 0), o.appendChild(i.createContextualFragment(t)), r.insertBefore(o, a)}}async _requestAnimFrame() {return new Promise((e => requestAnimationFrame(e)))}static run() {const e = new ArsiLazyLoadScripts(["keydown", "mousemove", "touchmove", "touchstart", "touchend", "wheel"]);e._addUserInteractionListener(e)}}ArsiLazyLoadScripts.run();</script><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><meta charset="UTF-8"><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1593569282303938" crossorigin="anonymous"></script><link rel="shortcut icon" href="https://apkmodocean.com/images/favicon_35ac5.png" type="image/x-icon"/><meta name="theme-color" content="#B30000"><script type="text/javascript">var site_base = 'https://apkmodocean.com/'; var base_url = 'https://apkmodocean.com/'; var base_cdn = 'https://apkmodocean.com/'; var base_img = 'https://apkmodocean.com/';</script><title>ApkModOcean - DOWNLOAD THE LATEST APPS AND GAMES FOR ANDROID</title><meta name="keywords" content="apk, mod, apk mod, apk mod ocean, app, games,"><meta name="description" content="apkmodocean provide the latest apps and games for android mobiles, Get All the Android Applications and games with Modified Apps free online here."><link rel="canonical" href="https://apkmodocean.com/"><link rel="alternate" href="https://apkmodocean.com/" hreflang="x-default" /><link rel="alternate" href="https://apkmodocean.com/" hreflang="en" /><link rel="alternate" href="https://apkmodocean.com/br/" hreflang="pt" /><link rel="alternate" href="https://apkmodocean.com/nl/" hreflang="nl" /><link rel="alternate" href="https://apkmodocean.com/fr/" hreflang="fr" /><link rel="alternate" href="https://apkmodocean.com/id/" hreflang="id" /><link rel="alternate" href="https://apkmodocean.com/it/" hreflang="it" /><link rel="alternate" href="https://apkmodocean.com/ru/" hreflang="ru" /><link rel="alternate" href="https://apkmodocean.com/es/" hreflang="es" /><link rel="alternate" href="https://apkmodocean.com/tr/" hreflang="tr" /><link rel="alternate" href="https://apkmodocean.com/vn/" hreflang="vi" /><link rel='dns-prefetch' href='//fonts.gstatic.com' /><link rel='dns-prefetch' href='//securepubads.g.doubleclick.net' /><link rel='dns-prefetch' href='//pagead2.googlesyndication.com' /><link rel='dns-prefetch' href='//api.twitter.com' /><link rel='dns-prefetch' href='//adservice.google.com' /><link rel='dns-prefetch' href='//twitter.com' /><link rel='dns-prefetch' href='//platform.twitter.com' /><link rel='dns-prefetch' href='//connect.facebook.net' /><link rel='dns-prefetch' href='//static.ak.facebook.com' /><link rel='dns-prefetch' href='//s-static.ak.facebook.com' /><link rel='dns-prefetch' href='//fbstatic-a.akamaihd.net' /><link rel='dns-prefetch' href='//apis.google.com' /><link rel='dns-prefetch' href='//ssl.gstatic.com' /><link rel='dns-prefetch' href='//linkedin.com' /><link rel='dns-prefetch' href='//platform.linkedin.com' /><link rel='dns-prefetch' href='//static.licdn.com' /><link rel='dns-prefetch' href='//google-analytics.com' /><link rel='dns-prefetch' href='//ajax.googleapis.com' /><link rel='dns-prefetch' href='//themes.googleusercontent.com' /><link rel='dns-prefetch' href='//cdn.ampproject.org' /><link rel='dns-prefetch' href='//googletagservices.com' /><link rel='dns-prefetch' href='//tpc.googlesyndication.com' /><link rel='dns-prefetch' href='//cdn.jsdelivr.net' /><link rel='dns-prefetch' href='//youtube.com' /><link rel='dns-prefetch' href='//tags.bkrtx.com' /><link rel='dns-prefetch' href='//redirect.prod.experiment.routing.cloudfront.aws.a2z.com' /><link rel='dns-prefetch' href='//stags.bluekai.com' /><link rel='dns-prefetch' href='//google.com' /><link rel='dns-prefetch' href='//adtracker.ch' /><link rel='dns-prefetch' href='//hal900016.redintelligence.net' /><link rel='dns-prefetch' href='//hal9000.redintelligence.net' /><link rel='dns-prefetch' href='//track.adform.net' /><link rel='dns-prefetch' href='//s1.adform.net' /><link href='//fonts.gstatic.com' crossorigin rel='preconnect' /><script type="arsilazyloadscript" data-rocket-type='text/javascript' src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script><meta property="og:url" content="https://apkmodocean.com/" /><meta property="og:title" content="ApkModOcean - DOWNLOAD THE LATEST APPS AND GAMES FOR ANDROID" /><meta property="og:description" content="apkmodocean provide the latest apps and games for android mobiles, Get All the Android Applications and games with Modified Apps free online here." /><meta property="og:site_name" content="ApkModOcean" /><meta property="og:image" content="https://apkmodocean.com/images/social_dd003.jpg" /><meta property="og:image:url" content="https://apkmodocean.com/images/social_dd003.jpg" /><meta property="og:image:type" content="image/jpeg" /><meta property="og:image:width" content="600" /><meta property="og:image:height" content="400" /><meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="ApkModOcean - DOWNLOAD THE LATEST APPS AND GAMES FOR ANDROID"><meta name="twitter:description" content="apkmodocean provide the latest apps and games for android mobiles, Get All the Android Applications and games with Modified Apps free online here."><meta name="twitter:image" content="https://apkmodocean.com/images/social_dd003.jpg"><meta name="twitter:image:alt" content="ApkModOcean - DOWNLOAD THE LATEST APPS AND GAMES FOR ANDROID" /><meta name="twitter:domain" content="apkmodocean.com">
<script type="application/ld+json">{"@context": "http://schema.org","@type": "Organization","url": "https://apkmodocean.com/","logo": "https://apkmodocean.com/images/logo_3c728.png","contactPoint": [{"@type": "ContactPoint","telephone": "123456789","contactType": "customer service"}],"sameAs": ["https://www.facebook.com/apkmodocean","https://www.youtube.com/@apkmodocean"]}</script><script type="application/ld+json">{"@context": "http://schema.org","@type": "WebSite","name": "ApkModOcean","url": "https://apkmodocean.com/"}</script><script data-schema="WebPage" type="application/ld+json">{"@id":"https://apkmodocean.com/","@type":"WebPage","@context":"http://schema.org"}</script>
<style type="text/css">a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline; outline: 0; background: transparent;} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.clear{ clear:both; line-height:0px; margin:0; padding:0;}*{ box-sizing:border-box; transition-duration:.2s;}/*::-webkit-scrollbar {width: 8px; height: 60px;}::-webkit-scrollbar-thumb {background-color: #B30000;}*/::selection {background-color: #B30000; color:#ffffff;}body{ background: #f2f5f9; font-size: 14px; line-height: 24px;color: #333333; font-weight: 400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; }#main_wrap{ position:relative; width:100%; float:left; user-select: none;-moz-user-select: none;-ms-user-select: none;-webkit-user-select: none;}p,h1,h2,h3,h4,h5,h6{margin-bottom: 10px;}h1,h2,h3,h4,h5,h6{font-weight:700; position:relative;}.nobl{ border-left:none;}a{color: #B1111A; text-decoration:none;}a:hover{ color:#ec2c3e; }p{ font-size: 16px;line-height: 26px;}h1{ font-size: 36px;line-height: 46px;}h2{ font-size: 32px;line-height: 42px;}h3{ font-size: 28px;line-height: 38px;}h4{ font-size: 24px;line-height: 34px;}h5{ font-size: 20px;line-height: 30px;}h6{ font-size: 16px;line-height: 26px;}strong{ font-size:inherit; font-weight:700;}.bhead:after{content: '';position: absolute;width: 100px;height: 2px;background: #B30000;bottom: -5px;left: 0;right: 0;}iframe,img{max-width:100%;}figure{ text-align:center;}.round{border-radius:10%;-moz-border-radius:10%;-webkit-border-radius:10%;-ms-border-radius:10%;}.container{display: block;width: 1280px; margin: 0px auto; position:relative;}.main_bar{ width: 930px;float: left;position: relative;}.side_bar{ width: 330px;float: right; max-width: 100%;word-break: break-all;}@media(max-width:1280px){.container{width: 100%; padding: 0 10px;} .main_bar{ width:72%; } .side_bar{ width:26%;}}@media(max-width:1260px){ .main_bar{ width:70%; } .side_bar{ width:28%;}}@media(max-width:1080px){ .main_bar{ width:100%; margin-bottom:15px;} .side_bar{ width:100%;}}@media(max-width:800px){ .container{padding: 0 5px;}}header{width: 100%;height: 60px;margin-bottom: 20px;background: #fff; border-bottom: 1px solid #e2e2e3;}header .logo_wrap{float: left;width: 24%;height: 60px;line-height: 60px;}header #nav_wrap{float: left;width: 65%;}header .search_wrap{float: right;width: 15%;padding: 7px 0;}header .logo_wrap img.logo{ vertical-align: middle;} header #nav_wrap ul.main_nav{ float:left; width:100%; text-align: right;}header #nav_wrap ul.main_nav li{ position:relative; display: inline-block;}header #nav_wrap ul.main_nav li a{float: left;height: 60px;line-height: 60px;padding: 0 12px;color: #000000;font-size: 15px; text-transform:uppercase; font-weight:bold;}header #nav_wrap ul.main_nav li img{margin-right: 4px; vertical-align:middle;}header #nav_wrap ul.main_nav li:hover > a{ color:#ec2c3e;}header #nav_wrap ul.main_nav li>ul{ display:none; position: absolute;left: 0;top: 60px;background: #B30000;min-width: 180px; z-index:9999;}header #nav_wrap ul.main_nav li>ul li{ float:left; width:100%; border-bottom: solid 1px #e2e2e3;}header #nav_wrap ul.main_nav li>ul li a{float: left;width: 100%;padding: 10px;line-height: 22px;height: auto; text-align:left;}header #nav_wrap ul.main_nav li:hover > ul{ display:block;}header .menu_hndlr{ display:none;position:absolute; left:0; top:0; padding: 18px; cursor:pointer;}header .menu_hndlr i{color:#ec2c3e; font-size:20px;}header .btnsearch {float: right;padding: 11px;border-left: 1px solid #e2e2e3; cursor:pointer;}header .lang_box{float: right;font-size: 15px;cursor: pointer;text-align: center;height: 60px;line-height: 38px;color: #000;padding: 5px;font-weight: bold;position: relative;box-sizing: border-box;border-left: solid 1px #e2e2e3;border-right: solid 1px #e2e2e3;}header .lang_box img{margin-right: 5px;width: 20px;vertical-align: middle;}header .lang_box .lang_txt{ color:#000;}header .lang_box .lang_toggler{ line-height:50px;}@media(min-width:801px){header .lang_box:hover > .lang_box_inner{ display:block;}}header .lang_box .lang_box_inner{position: absolute;width: 300px;right: 0;top: 60px;background: #fff; padding-top:5px; display:none;z-index: 999999; border:solid 1px #e2e2e3;}header .lang_box .lang_box_inner .lang_item{float: left;width: 49%;margin-bottom: 5px;padding: 2px 10px;text-align: left;}header .lang_box .lang_box_inner .lang_item span{ color:#222; font-weight:normal; font-size:14px; line-height:22px;}header .lang_box .lang_box_inner .lang_item:nth-child(odd){ margin-right:1%;}header .lang_box .lang_box_inner .lang_item:nth-child(even){ margin-left:1%;}header .lang_box .lang_box_inner .lang_item:hover{ background:#ec2c3e;}header .lang_box .lang_box_inner .lang_item:hover > span{color:#ffffff;}@media(max-width:1320px){ header #nav_wrap ul.main_nav li a{ padding:0 10px;}}@media(max-width:1200px){ header .logo_wrap{ width:100%; text-align:center;}header .lang_box{ position:absolute; right:1px; top:0;}header .btnsearch{ position:absolute; right:60px; top:0;}header .menu_hndlr{ display:block;}header #nav_wrap{display:none; position: fixed;width: 250px;background: #fff;top: 0px;left: 0;height: 100%;overflow-y: auto;box-shadow: 5px 0 12px rgba(18,26,33,.1);padding-bottom: 60px; z-index:999999;}header #nav_wrap ul.main_nav{background: #fff;}header #nav_wrap ul.main_nav li {width: 100%;border-bottom: 1px solid #e2e2e3; text-align:left;}header #nav_wrap ul.main_nav li:last-child{ border-bottom:none;}header #nav_wrap ul.main_nav li a{ padding: 8px;float: left;width: 100%;font-size: 15px;line-height: 23px;height: auto;}header #nav_wrap ul.main_nav li>ul{ display:inline-block; width:100%; position: static; background: #11a993;}header #nav_wrap ul.main_nav li>ul li{padding-left:15px;}header #nav_wrap ul.main_nav li>ul li:last-child{ border-bottom:none;}}@media(max-width:600px){header .logo_wrap{ width:70%; padding-left:45px;} header .logo_wrap img.logo{ max-width:180px !important;}}@media(max-width:400px){header .btnsearch{ padding:11px 5px;} header .logo_wrap img.logo{ max-width:120px !important;}}.mob_menu_close{ background: #26272b;margin-bottom: 0;height: 50px; display:none;}.mob_menu_close i{padding: 15px;color: #fff;font-size: 18px;}header .show_mob_menu{ display:block !important;}header .show_mob_menu .mob_menu_close{ display:block;}.det_head {background: #fff;border-bottom: 1px solid #e8e8e8;color: #595959;padding: 15px;font-weight: 400;position: relative;margin-bottom: 0;font-size: 16px;}.bread_crumb{}.bread_crumb a{display: inline-block; color:#595959; font-size:14px;}.bread_crumb a.active, .bread_crumb a.hover{ color:#B1111A;}.bread_crumb a:after{ content:"»"; margin:0 10px; color:#595959;}.bread_crumb a:last-child:after{ content:""; margin:0;}#ScrollToTop {display: none;position: fixed;bottom: 20px;right: 30px;z-index: 99;font-size: 18px;border: none;outline: none;background-color: #B30000;color: #ffffff;cursor: pointer;width: 40px;height: 40px;text-align: center;line-height: 35px;vertical-align: middle;}#ScrollToTop:hover {filter: brightness(85%);}#search_wrap{ position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;background: #FAFAFA; z-index: 9999999;cursor: pointer;}.search_inner{ width:800px; margin: 100px auto 0 auto; padding:10px; text-align:center;}.search_close{ color: #fff;padding: 20px;position: fixed;right: 0;top: 0;font-size: 25px;background: #121416; }.search_inner input[type="text"]{color: #000;font-size: 32px;font-weight: 500;outline: none;height:80px;line-height:80px;width: 100%;border: none;padding:0 15px;box-shadow: 0 0.5rem 1.375rem 0 rgb(0 0 0 / 7%);}@media(max-width:800px){.search_inner{ width:100%;}}.upper_footer{ background:#fff; margin-top:20px;border-top: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;}.ftr_box_wrap{display: flex;flex-flow: row wrap;justify-content: center;padding: 0;margin: 0;list-style: none;}.ftr_box_wrap .ftr_box{ width:25%; border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; padding:10px 10px 35px 10px;}.ftr_box_wrap .ftr_box h3{font-size: 20px;text-align: center;}@media(max-width:800px){.ftr_box_wrap .ftr_box{ width:50%;}}@media(max-width:480px){.ftr_box_wrap .ftr_box{ width:100%; border-bottom: 1px solid #dfdfdf;}}.cooperation{ list-style:disc; padding-left:20px; }.cooperation li{ margin-bottom:5px;}.cooperation a{color:#595959;}.ftr_social_box{ width:100%;}.ftr_social_box li{ display:block; margin-bottom:8px;}.ftr_social_box li a{color:#595959;}.ftr_social_box li i{display: inline-block;width: 40px;height: 40px;text-align: center;background: #f0f2f5;border-radius: 50%;line-height: 40px;font-size: 16px;color: #fff; margin-right:5px;}.ftr_social_box .fsb_facebook{ background:#0071F3;}.ftr_social_box .fsb_twitter{background:#31C6F7; }.ftr_social_box .fsb_youtube{background:#F70000;}.ftr_social_box .fsb_pinterest{background:#C62026;}.ftr_social_box .fsb_linkedin{ background:#0077B0;}.ftr_social_box .fsb_gplus{ background:#D54836;}.ftr_social_box .fsb_reddit{ background:#F73E18;}.ftr_social_box .fsb_vimeo{ background:#3FABD4;}.ftr_social_box .fsb_telegram{ background:#0083C5;}.ftr_social_box .fsb_instagram{ background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);}.ftr_social_box i:hover{ background:#B30000;}footer{width: 100%; z-index: 1;color: #CCCCCC; padding:15px; background:#3A3A3E;}footer .ftr_link_box{ text-align:center; display:block;}footer .ftr_link_box a{display: inline-block;margin: 5px;font-size: 14px;font-weight:400;line-height: 22px;color: #ffffff;padding: 3px 8px;}footer .ftr_txt{ text-align:center; margin-bottom:0;}.rating {display: none;font-size: 20px;font-weight: bold;color: #ec2c3e;white-space: nowrap; cursor:pointer;}.rating .star {display: inline-block;position: relative;letter-spacing: 0.05em; }.rating .star::before {display: inline-block;color: #aaa;content: '☆';width: 1em;height: 1em; }.rating .star::after {display: inline-block;position: absolute;content: '★';top: 0;left: 0;opacity: 0;width: 0;height: 0;transition: all 0.1s linear;overflow: hidden; }.rating:not([disabled]) .star:hover::after,.rating .star.active::after {opacity: 1;width: 1em;height: 1em; }.rating .star.active.half::after {width: 0.5em;}.widget{background: #fff;width: 100%;box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.15);margin-bottom: 20px; overflow: hidden;}.widget .widget_head{width: 100%;color: #595959;font-size: 20px;text-align: left;padding: 12px;white-space: nowrap;border-bottom: 1px solid #e8e8e8;display: inline-block;line-height: 30px;}.mlitem_wrap {width: 100%;padding: 10px;display: flex;flex-wrap: wrap;}.mlitem_wrap .mlitem {width: 33.3%;padding: 10px 5px;position: relative;overflow: hidden;}.mlitem_wrap .mlitem:hover {background-color: #f2f5f9;}.mlitem_wrap .mlitem:hover .down {bottom: 10px !important;transition: bottom 0.5s;}.mlitem_wrap .mlitem:hover .down:hover {background: #fa3548;}.mlitem_wrap .mlitem .name {color: #666;font-size: 13px;display: block;height: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;font-weight: 600;line-height: 24px;margin-bottom: 0;}.mlitem_wrap .mlitem .name:hover {color: #00a6ed;}.mlitem_wrap .mlitem .pic {}.mlitem_wrap .mlitem .pic img {}.mlitem_wrap .mlitem .info {margin-left: 10px;}.mlitem_wrap .mlitem .info .stars {background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20t%3D%221489459550210%22%20class%3D%22icon%22%20style%3D%22%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%221546%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M987.429%20412.367q0%2012.581-14.848%2027.429l-207.433%20202.277%2049.152%20285.696q0.585%203.986%200.585%2011.447%200%2011.995-5.998%2020.297t-17.445%208.302q-10.862%200-22.857-6.839l-256.585-134.839-256.585%20134.839q-12.581%206.839-22.857%206.839-11.995%200-17.993-8.302t-5.998-20.297q0-3.438%201.134-11.447l49.152-285.696-208.018-202.277q-14.299-15.433-14.299-27.429%200-21.138%2032-26.295l286.866-41.728%20128.585-259.986q10.862-23.442%2028.014-23.442t28.014%2023.442l128.585%20259.986%20286.866%2041.728q32%205.157%2032%2026.295z%22%20p-id%3D%221547%22%20fill%3D%22%23d9d9d9%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") repeat-x;height: 15px;width: 75px;clear: both;direction: ltr;position: relative;margin: 5px 0;}.mlitem_wrap .mlitem .info .stars .score {display: block;background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20t%3D%221489459550210%22%20class%3D%22icon%22%20style%3D%22%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%221546%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M987.429%20412.367q0%2012.581-14.848%2027.429l-207.433%20202.277%2049.152%20285.696q0.585%203.986%200.585%2011.447%200%2011.995-5.998%2020.297t-17.445%208.302q-10.862%200-22.857-6.839l-256.585-134.839-256.585%20134.839q-12.581%206.839-22.857%206.839-11.995%200-17.993-8.302t-5.998-20.297q0-3.438%201.134-11.447l49.152-285.696-208.018-202.277q-14.299-15.433-14.299-27.429%200-21.138%2032-26.295l286.866-41.728%20128.585-259.986q10.862-23.442%2028.014-23.442t28.014%2023.442l128.585%20259.986%20286.866%2041.728q32%205.157%2032%2026.295z%22%20p-id%3D%221547%22%20fill%3D%22%23fa8b15%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") repeat-x;height: 15px;width: 75px;}.mlitem_wrap .mlitem .info .stars .star {position: absolute;left: 78px;line-height: 15px;top: 1px;color: #85480A;font-size: 13px;}.mlitem_wrap .mlitem .info .down {position: absolute;bottom: -30px;left: 84px;z-index: 1;display: block;min-width: 100px;padding: 0 5px;color: #fff;text-align: center;height: 24px;line-height: 24px;background: #ea4032;}.mlitem_wrap .mlitem .sale {position: relative;min-width: 220px;max-width: 260px;}.mlitem_wrap .mlitem .sale .pic {width: 7.5rem;height: 7.5rem;}.mlitem_wrap .mlitem .sale .sale-info {margin-left: 5px;width: 130px;}.mlitem_wrap .mlitem .sale .sale-info .category,.mlitem_wrap .mlitem .sale .sale-info .cp-name {font-size: 12px;margin-top: 4px;color: #828282;}.mlitem_wrap .mlitem .sale .sale-other {position: absolute;text-align: right;right: 0;}.mlitem_wrap .mlitem .sale .sale-other > span {display: block;text-align: right;}.mlitem_wrap .mlitem .sale .sale-other .price {font-size: 16px;line-height: 24px;color: #ff8b2f;}.mlitem_wrap .mlitem .sale .sale-other .origin-price {font-size: 12px;color: #828282;text-decoration: line-through;}.mlitem_wrap .mlitem .sale .sale-other .discount {margin-bottom: 4px;display: inline-block;padding: 1px;text-align: center;width: 50px;color: #fff;font-weight: 600;background-color: #ec2c3e;}.mlitem_wrap .app-inner {display: flex;}.mlitem_wrap .app-inner:hover {color: #f2f5f9;}.mlitem_wrap .app-inner.sale:hover {color: inherit;}.mlitem_wrap .app-inner.sale:hover .discount {background: #fe0202;}@media screen and (max-width: 1199px) and (min-width: 0) {.mlitem_wrap .mlitem .info { width: 13rem;}}@media(max-width:850px){.mlitem_wrap .mlitem {width:50%;}}@media(max-width:500px){.mlitem_wrap .mlitem {width:100%;}}.category-model{}.category-model .item {width: 49%;display: inline-block;position: relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}.category-model .item:hover .title {color: #00a6ed;}.category-model .inner { position: relative; padding: 5px 0 5px 15px; display: block; min-height: 45px;}.category-model .icon-cate {width: 30px;height: 30px;position: absolute;left: 15px;top: 50%;transform: translateY(-50%);}.category-model .descr {padding: 0 0 0 35px;overflow: hidden;}.category-model .descr p{ margin-bottom:0;}.category-model .descr .title {color: #343434;font-size: 12px;line-height: 18px;white-space: normal;word-break: break-all;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;}.category-model .descr p {color: #595959;font-size: 10px;line-height: 12px;}.app-list {padding: 0 10px;}.app-list .app-item {width: 100%;border-bottom: 1px solid #e3e3e3;padding: 10px 0;}.app-list .app-item:last-child {border-bottom: none;}.app-list .app-item:hover .name {color: #00a6ed !important;}.app-list .page404 .app-item-row .info {width: 160px !important;}.app-list .app-item-row {position: relative;text-align: left;width: 100%;}.app-list .app-item-row .app-inner {display: -webkit-box;display: -webkit-flex;display: flex;}.app-list .app-item-row .app-inner .pic {position: relative;display: inline-block;width: 60px;height: 60px;border-radius: 10px;overflow: hidden;margin-right: 10px;}.app-list .app-item-row .app-inner .info {width: 200px;margin-top: 3px;}.app-list .app-item-row .app-inner img {width: 60px;height: 60px;}.app-list .app-item-row .app-inner .name {font-size: 14px;font-weight:bold;color: #343434;overflow: hidden;line-height: 1.3rem;white-space: nowrap;width: 100%;text-overflow: ellipsis;margin: 0;}.app-list .app-item-row .app-inner .other {white-space: nowrap; color: #595959; font-size: 11px; margin: 0;}.app-list .app-item-row .app-inner .size {padding-right: 5px;border-right: 1px #c6c6c6;}.app-list .app-item-row .app-inner .count {padding-left: 25px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAmklEQVQokdXTwQ2CMBgF4A+CAziWBwdwCNbBPUgYgh3YgMQjBxOCB6uBCpV48yVN0/7vtX2vbdY0jQhTPBGQzQf5Bukr/kxYeQZyxy3BnWatylGixgHHHZvVKHOMuKDdIWoDd3x5HHBGlxB1gTOwDKfHKfQxPmpxqotVU6dZu463Dwn/xYqQkFyo12uELSFcEzWF7d+QxM9P7gFsTCVKBUIoYwAAAABJRU5ErkJggg==) no-repeat 0.6rem center; background-size: 8px auto;}.app-list .app-item-row .app-inner .star {color: #85480A; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAMAAADarb8dAAAAS1BMVEUAAADzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbdd+E5AAAAGHRSTlMAVOm/Z15H+e7boJWOgHkMCNPSrKtKIR5GiPyAAAAAYElEQVQIHVXBCRKCMBREwfezsW8KOvc/qUhSVOimSImn7cVDkAKVxUlu4fYZdBq+/NnoWxWtH42jUaVJYKoYp6hb5DKrmMmiikg2qZjIeknOSerJvLqwrqGTJ3sbF9uBH0CTCXPK+5rOAAAAAElFTkSuQmCC) no-repeat left 0px top 1px; background-size: 0.8rem auto; padding-left: 18px; padding-right: 2px;}.app-list .app-item-row .app-inner .category {padding-left: 0.5rem;}.cate-list {padding: 10px;display: flex;flex-wrap: wrap;background: #ffffff;}.cate-list li {width: 25%;padding: 15px 0;display: flex;flex-direction: column;align-items: center;}.cate-list li:hover {background: #f2f5f9;}.cate-list li:hover .category-template-title a {color: #00a6ed;}.category-template-img img {width: 126px;height: 126px;border-radius: 10px;}.category-template-img a {display: block;width: auto;text-align: center;padding: 10px;}.category-template-title {padding-bottom: 8px;}.category-template-title a {display: inline-block;width: 150px;font-size: 13px;text-align: center;color: #666;font-weight: 600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}.cate-list li .stars {display: block;background: url("https://apkmodocean.com/images/stars_fill.svg") repeat-x;height: 15px;width: 75px;clear: both;direction: ltr;position: relative;}.cate-list li .stars .score {display: block;background: url("https://apkmodocean.com/images/stars.svg") repeat-x;height: 15px;width: 75px;}.cate-list li span.star {position: absolute;left: 78px;line-height: 13px;color: #85480A;font-size: 13px;top: 1px;}.category-template-down {font-size: 13px;line-height: 30px;margin-top: 6px;}.category-template-down a {color: #00a6ed;text-decoration: none;}@media(max-width:650px){.cate-list li { width:33.3%;}}@media(max-width:480px){.cate-list li { width:50%;}}@media(max-width:320px){.cate-list li { width:100%;}}.youtube_embed {background-color: #000;margin-bottom: 30px;position: relative;padding-top: 56.25%;overflow: hidden;cursor: pointer;}.youtube_embed img {width: 100%;top: -16.82%;left: 0;opacity: 0.7;}.youtube_embed .yt_play_btn {width: 90px;height: 60px;background-color: #333;box-shadow: 0 0 30px rgba( 0,0,0,0.6 );z-index: 1;opacity: 0.8;border-radius: 6px;}.youtube_embed .yt_play_btn:before {content: "";border-style: solid;border-width: 15px 0 15px 26.0px;border-color: transparent transparent transparent #fff;}.youtube_embed img, .youtube_embed .yt_play_btn {cursor: pointer;}.youtube_embed img, .youtube_embed iframe, .youtube_embed .yt_play_btn, .youtube_embed .yt_play_btn:before {position: absolute;}.youtube_embed .yt_play_btn, .youtube_embed .yt_play_btn:before {top: 50%;left: 50%;transform: translate3d( -50%, -50%, 0 );}.youtube_embed iframe {height: 100%;width: 100%;top: 0;left: 0;}.schema-faq-question {background: #eee;padding: 15px 15px;}details.schema-faq-section {margin: 10px 0;background: #eee;border-radius: 5px;transition: all .25s ease-out;}details.schema-faq-section summary {font-weight: 500; cursor:pointer;}details[open].schema-faq-section summary {background: #ddd;}details[open].schema-faq-section {border-radius: 5px;}.schema-faq-answer {margin: 0;padding: 15px;}details>*:not(summary) {position: relative;z-index: 1;transition: all .3s ease-in-out;overflow: hidden;}details.schema-faq-section p:last-of-type {margin-bottom: 0;}details[open]>*:not(summary) {animation: collapse 500ms ease-in-out;}.more_link{float: left;width: 100%;font-size: 16px;line-height: 24px;color: #ffffff;text-align: center;padding: 10px;background: #B30000; cursor:pointer;}.more_link:hover{ filter: brightness(85%); color:#ffffff!important}.more_cmnts{background: #B30000 !important; color:#ffffff !important; margin-top: 20px !important;}.social_sharer {width: 100%;box-sizing: border-box;text-align: center;}.social_sharer .ss_btn{box-shadow: inset 0 -4px 0 rgb(0 0 0 / 15%);border-radius: 50%;-webkit-border-radius: 50%;-webkit-box-shadow: inset 0 -4px 0 rgb(0 0 0 / 20%);color: #fff;display: inline-block;cursor: pointer;width: 50px;height: 50px;line-height: 50px;text-align: center;}.social_sharer .ss_btn i{font-size: 22px;line-height: 50px;}.social_sharer .ss_btn.facebook{ background:#3a579a;}.social_sharer .ss_btn.twitter{ background:#00abf0;}.social_sharer .ss_btn.reddit{ background:#D63C1A;}.social_sharer .ss_btn.pinterest{ background:#cd1c1f;}.social_sharer .ss_btn.whatsapp{ background:#5CBE4A;}.cnt_box i{ font-style:italic;}.cnt_box u{text-decoration:underline;}.cnt_box a{text-decoration: underline !important;}.cnt_box ol, .cnt_box ul{ padding-left:20px !important; margin-bottom: 10px !important; text-align:left;}.cnt_box ol{list-style: decimal !important;}.cnt_box ul{list-style: disc !important;}.aviwrap{background: #f3f3f3;padding: 15px 10px;}.shad_box {width: 100%;padding: 10px;box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);box-sizing: border-box; background:#fff; margin-bottom:20px;}.show{ display:block !important;}.hide{ display:none !important;}.full{ width:100% !important;}.fl{ float:left !important;}.fr{ float:right !important;}.mb0{ margin-bottom:0px !important; }.mb10{ margin-bottom:10px !important; }.mb15{ margin-bottom:15px !important; }.mb20{ margin-bottom:20px !important; }.mb25{ margin-bottom:25px !important; }.mb30{ margin-bottom:30px !important; }.mb50{ margin-bottom:50px !important; }.mt0{ margin-top:0px !important; }.mt10{ margin-top:10px !important; }.mt15{ margin-top:15px !important; }.mt20{ margin-top:20px !important; }.mt25{ margin-top:25px !important; }.mt30{ margin-top:30px !important; }.pb0{ padding-bottom:0px !important; }.pb10{ padding-bottom:10px !important; }.pb15{ padding-bottom:15px !important; }.pb20{ padding-bottom:20px !important; }.pb25{ padding-bottom:25px !important; }.pb30{ padding-bottom:30px !important; }.pt0{ padding-top:0px !important; }.pt10{ padding-top:10px !important; }.pt15{ padding-top:15px !important; }.pt20{ padding-top:20px !important; }.pt25{ padding-top:25px !important; }.pt30{ padding-top:30px !important; }.vam{ vertical-align:middle;}.ac{ text-align:center !important;}.aj{ text-align:justify !important;}.db{ display:block !important;}.dib{ display: inline-block !important;}.rtl{ direction:rtl !important;}.ltr{ direction:ltr !important;}.pad10{ padding:10px;}.pad15{ padding:15px;}.hide {display: none;}.show {display: block;}.fs17{ font-size:17px;}.txt_red{ color:#C14D44 !important;}.txt_green{ color:#063F4F !important;}.txt_suc{ color:#0ba50b !important;}.txt_err{ color:#C14D44 !important;}.txt_blue{ color:#084888 !important;}.txt_gray{ color:#646f78 !important;}.txt_white{ color:#fff !important;}.txt_black{ color:#000 !important;}.txt_orange{ color:#f29423 !important;}.blue_bg{ background:#F1F5FD; float: left;width: 100%;padding: 15px 0;}.hwa{ height: auto !important; width:auto !important;}</style>
</head><body id="webpage">
<div id="main_wrap"><header>
<div class="container">
<span id="menu_hndlr" class="menu_hndlr" onClick="show_menu_mob();"><img width="30" height="30" src="https://apkmodocean.com/images/icon-menu.png" alt="Open Menu"></i></span>
<div class="logo_wrap">
<a href="https://apkmodocean.com/"><img height="36" width="271" class="logo hwa" src="https://apkmodocean.com/images/logo_3c728.png" alt="ApkModOcean Icon" /></a>
</div>
<div id="nav_wrap">
<p class="mob_menu_close"><i onClick="hide_menu_mob();" class="fa fa-times"></i></p>
<ul class="main_nav">
<li><a href="https://apkmodocean.com/"><img width="30" height="30" src="https://apkmodocean.com/media/2022/06/_1/30x30/icon-home_db082.png" alt="Home">Home</a></li><li><a href="https://apkmodocean.com/games/"><img width="30" height="30" src="https://apkmodocean.com/media/2022/06/_1/30x30/icon-game-n_37b84.png" alt="Games">Games</a></li><li><a href="https://apkmodocean.com/apps/"><img width="30" height="30" src="https://apkmodocean.com/media/2022/06/_1/30x30/icon-app-n_3540b.png" alt="Apps">Apps</a></li><li><a href="https://apkmodocean.com/blog/"><img width="30" height="30" src="https://apkmodocean.com/media/2022/06/_1/30x30/icon-blog_5bf0f.png" alt="Blog">Blog</a></li> </ul>
</div>
<div class="lang_box">
<span onclick="lang_toggler();"><img width="20" height="20" id="show_fix_lang_icon" src="https://apkmodocean.com/images/lang-en.png" alt="English"><span id="show_fix_lang_short" class="lang_txt">EN</span></span>
<div id="lang_box_inner" class="lang_box_inner">
<a href="https://apkmodocean.com/" class="lang_item"><img width="20" height="20" src="https://apkmodocean.com/images/lang-en.png" alt="English"><span>English</span></a><a href="https://apkmodocean.com/br/" class="lang_item"><img width="20" height="20" src="https://apkmodocean.com/media/2023/11/_1/20x20/portugus_5437f.png" alt="Português"><span>Português</span></a><a href="https://apkmodocean.com/nl/" class="lang_item"><img width="20" height="20" src="https://apkmodocean.com/media/2023/11/_1/20x20/netherlands_f2041.png" alt="Netherlands"><span>Netherlands</span></a><a href="https://apkmodocean.com/fr/" class="lang_item"><img width="20" height="20" src="https://apkmodocean.com/media/2023/11/_1/20x20/france_83958.png" alt="France"><span>France</span></a><a href="https://apkmodocean.com/id/" class="lang_item"><img width="20" height="20" src="https://apkmodocean.com/media/2023/11/_1/20x20/indonesia_af2d8.png" alt="Indonesia"><span>Indonesia</span></a><a href="https://apkmodocean.com/it/" class="lang_item"><img width="20" height="20" src="https://apkmodocean.com/media/2023/11/_1/20x20/italy685a5_de975.png" alt="Italy"><span>Italy</span></a><a href="https://apkmodocean.com/ru/" class="lang_item"><img width="20" height="20" src="https://apkmodocean.com/media/2023/11/_1/20x20/russiaaef3d_5dff1.png" alt="Russia"><span>Russia</span></a><a href="https://apkmodocean.com/es/" class="lang_item"><img width="20" height="20" src="https://apkmodocean.com/media/2023/11/_1/20x20/spanish18496_12134.png" alt="Español"><span>Español</span></a><a href="https://apkmodocean.com/tr/" class="lang_item"><img width="20" height="20" src="https://apkmodocean.com/media/2023/11/_1/20x20/turkey_f67b1.png" alt="Turkey"><span>Turkey</span></a><a href="https://apkmodocean.com/vn/" class="lang_item"><img width="20" height="20" src="https://apkmodocean.com/media/2023/11/_1/20x20/vietnama1c53_234a0.png" alt="Vietnam"><span>Vietnam</span></a> </div>
</div>
<i onClick="on_search();" class="btnsearch"><img width="30" height="30" src="https://apkmodocean.com/images/icon-search.png" alt="Search"></i>
</div>
</header>
<div class="clear"></div>
<div class="ac aviwrap"><p class="mb5">Advertisements</p><div><script data-cfasync="false" async type="text/javascript" src="//sebkhapaction.com/trsisxB2wKaPXx/77797"></script></div></div><div class="clear mb20"></div>
<div class="container">
<div class="main_bar">
<div class="shad_box">
<h1>LATEST APPS & GAMES FOR ANDROID</h1>
<div class="group w-full text-gray-800 dark:text-gray-100 border-b border-black/10 dark:border-gray-900/50 bg-gray-50 dark:bg- sm:AIPRM__conversation__response">
<div class="flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w- xl:max-w-3xl md:py-6 lg:px-0 m-auto">
<div class="relative flex w- flex-col gap-1 md:gap-3 lg:w-">
<div class="flex flex-grow flex-col gap-3">
<div class="min-h- flex flex-col items-start gap-4 whitespace-pre-wrap break-words">
<div class="markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response">
<p>ApkModOcean is an exceptional platform that presents a wide array of diverse and dependable APK files, guaranteeing a flawless experience for Android users all around the globe. It stands as a trusted and reliable source for exploring and acquiring the most up-to-date apps and games, supported by an intuitive interface that ensures effortless navigation for users of all backgrounds..</p>
</div>
</div>
</div>
<div class="flex justify-between lg:block"> </div>
</div>
</div>
</div> </div>
<div class="widget mb0">
<h2 class="widget_head">Latest Updates</h2>
<div id="main_list_item">
<ul class="mlitem_wrap">
<li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/wynk-music-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/wynk-music-mod-apk_3da4c.jpg" alt="Wynk Music Mod Apk"></div>
<div class="info">
<p class="name ">Wynk Music Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:100%"></span>
<span class="star">5</span>
</div>
</div>
<div class="txt_gray">Music & Audio</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/walk-band-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/walk-band-mod-apk_42adf.jpg" alt="Walk Band Mod Apk"></div>
<div class="info">
<p class="name ">Walk Band Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:100%"></span>
<span class="star">5</span>
</div>
</div>
<div class="txt_gray">Music & Audio</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/txd-tool-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/txd-tool-apk_60b4d.jpg" alt="Txd Tool Apk"></div>
<div class="info">
<p class="name ">Txd Tool Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:77.6%"></span>
<span class="star">3.88</span>
</div>
</div>
<div class="txt_gray">Tools</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/stickman-party-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/stickman-party-mod-apk_3491a.jpg" alt="Stickman Party Mod Apk"></div>
<div class="info">
<p class="name ">Stickman Party Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:97.6%"></span>
<span class="star">4.88</span>
</div>
</div>
<div class="txt_gray">Arcade</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/baseball-9-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/baseball-9-mod-apk_f68ce.jpg" alt="Baseball 9 Mod Apk"></div>
<div class="info">
<p class="name ">Baseball 9 Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:88.2%"></span>
<span class="star">4.41</span>
</div>
</div>
<div class="txt_gray">Sports</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/base-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/base-apk_548f3.jpg" alt="Base Apk"></div>
<div class="info">
<p class="name ">Base Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:85%"></span>
<span class="star">4.25</span>
</div>
</div>
<div class="txt_gray">Education</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/avee-player-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/avee-player-mod-apk_f479e.jpg" alt="Avee Player Mod Apk"></div>
<div class="info">
<p class="name ">Avee Player Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:86.6%"></span>
<span class="star">4.33</span>
</div>
</div>
<div class="txt_gray">Music & Audio</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/amazon-prime-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/amazon-prime-mod-apk_d8e93.jpg" alt="Amazon Prime Mod Apk"></div>
<div class="info">
<p class="name ">Amazon Prime Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:97.2%"></span>
<span class="star">4.86</span>
</div>
</div>
<div class="txt_gray">Entertainment</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/8-ball-pool-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/8-ball-pool-mod-apk_45b82.jpg" alt="8 Ball Pool Mod Apk"></div>
<div class="info">
<p class="name ">8 Ball Pool Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:94.2%"></span>
<span class="star">4.71</span>
</div>
</div>
<div class="txt_gray">Sports</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/worms-zone-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/worms-zone-mod-apk_b437f.jpg" alt="Worms Zone Mod Apk"></div>
<div class="info">
<p class="name ">Worms Zone Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:81.2%"></span>
<span class="star">4.06</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/traffic-racer-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/traffic-racer-mod-apk_91e6b.jpg" alt="Traffic Racer Mod Apk"></div>
<div class="info">
<p class="name ">Traffic Racer Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:86.6%"></span>
<span class="star">4.33</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/temple-run-2-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/temple-run-2-mod-apk_bd964.jpg" alt="Temple Run 2 Mod Apk"></div>
<div class="info">
<p class="name ">Temple Run 2 Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:100%"></span>
<span class="star">5</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li> </ul>
</div>
</div>
<div class="ac" id="main_list_item_next"><span onClick="get_more_latest_items();" class="more_link">Load More Latest Updates <i class="fa fa-angle-double-right" aria-hidden="true" aria-label="Load More Latest Updates"></i></span></div>
<div class="clear mb30"></div>
<script>
var tsr = 0;
function get_more_latest_items()
{
tsr++;
document.getElementById("main_list_item_next").innerHTML = '<p style="text-align:center; font-size:20px; line-height:28px; font-weight:bold; color:blue; margin-top:20px; margin-bottom:20px;">Loading Please wait ... ...</p>';
var http = new XMLHttpRequest();
var url = "https://apkmodocean.com/ajax.php";
var params = "act=get_more_latest_items&asl=ZStrUk9nejlFd0F1VGMzU2o0ZzJSdz09&m="+tsr;
http.open("POST", url, true);
http.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
http.onreadystatechange = function()
{
if(http.readyState == 4 && http.status == 200)
{
document.getElementById("main_list_item_next").innerHTML = '';
var get_data = http.responseText;
var obj = JSON.parse(get_data);
document.getElementById('main_list_item').innerHTML += '<ul class="mlitem_wrap">'+obj['data']+'</ul>';
if(obj['next'] == 1)
{
document.getElementById("main_list_item_next").innerHTML = '<span onClick="get_more_latest_items();" class="more_link">Load More Latest Updates </span>';
}
}
}
http.send(params);
}
</script>
<div class="widget mb0"><h2 class="widget_head">Top Games</h2><ul class="mlitem_wrap"><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/carrom-pool-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/07/_1/75x75/carrom-pool-mod-apk_580af.jpg" alt="Carrom Pool Mod Apk"></div>
<div class="info">
<p class="name ">Carrom Pool Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:84%"></span>
<span class="star">4.2</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/free-fire-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/08/_1/75x75/free-fire-mod-apk_0d753.jpg" alt="Free Fire Mod Apk"></div>
<div class="info">
<p class="name ">Free Fire Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:92.6%"></span>
<span class="star">4.63</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/bus-simulator-ultimate-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/07/_1/75x75/bus-simulator-ultimate-mod-apk_22037.jpg" alt="Bus Simulator Ultimate Mod Apk"></div>
<div class="info">
<p class="name ">Bus Simulator Ultimate Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:87.6%"></span>
<span class="star">4.38</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/geometry-dash-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/07/_1/75x75/geometry-dash-apk_4a539.jpg" alt="Geometry Dash Apk"></div>
<div class="info">
<p class="name ">Geometry Dash Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:87.2%"></span>
<span class="star">4.36</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/bus-simulator-indonesia-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/07/_1/75x75/unnamed-1_67df7.jpg" alt="Bus Simulator Indonesia Mod Apk"></div>
<div class="info">
<p class="name ">Bus Simulator Indonesia Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:92.8%"></span>
<span class="star">4.64</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/stumble-guys-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/08/_1/75x75/stumble-guys-mod-apk_a345f.jpg" alt="Stumble Guys Mod Apk"></div>
<div class="info">
<p class="name ">Stumble Guys Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:80.4%"></span>
<span class="star">4.02</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/gunship-battle-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/11/_1/75x75/gunship-battle-mod-apk_93056.jpg" alt="Gunship Battle Mod Apk"></div>
<div class="info">
<p class="name ">Gunship Battle Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:80%"></span>
<span class="star">4</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/baseball-9-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/baseball-9-mod-apk_f68ce.jpg" alt="Baseball 9 Mod Apk"></div>
<div class="info">
<p class="name ">Baseball 9 Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:88.2%"></span>
<span class="star">4.41</span>
</div>
</div>
<div class="txt_gray">Sports</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/extreme-car-driving-simulator-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/08/_1/75x75/extreme-car-driving-simulator-mod-apk_39f80.jpg" alt="Extreme Car Driving Simulator Mod Apk"></div>
<div class="info">
<p class="name ">Extreme Car Driving Simulator Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:87.4%"></span>
<span class="star">4.37</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/supreme-duelist-stickman-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/supreme-duelist-stickman-mod-apk_83add.jpg" alt="Supreme Duelist Stickman Mod Apk"></div>
<div class="info">
<p class="name ">Supreme Duelist Stickman Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:87.2%"></span>
<span class="star">4.36</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/pixel-car-racer-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/11/_1/75x75/pixel-car-racer-mod-apk_7cd7c.jpg" alt="Pixel Car Racer Mod Apk"></div>
<div class="info">
<p class="name ">Pixel Car Racer Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:78.2%"></span>
<span class="star">3.91</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/games/gangstar-vegas-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/08/_1/75x75/gangstar-vegas-mod-apk_9dc27.jpg" alt="Gangstar Vegas Mod Apk"></div>
<div class="info">
<p class="name ">Gangstar Vegas Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:100%"></span>
<span class="star">5</span>
</div>
</div>
<div class="txt_gray">Games</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li></ul></div>
<div class="clear"></div>
<a href="https://apkmodocean.com/games/" class="more_link">Get More Games <i class="fa fa-angle-double-right" aria-hidden="true" aria-label="Top Games"></i></a>
<div class="clear mb20"></div>
<div class="widget mb0"><h2 class="widget_head">Top Apps</h2><ul class="mlitem_wrap"><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/txd-tool-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/txd-tool-apk_60b4d.jpg" alt="Txd Tool Apk"></div>
<div class="info">
<p class="name ">Txd Tool Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:77.6%"></span>
<span class="star">3.88</span>
</div>
</div>
<div class="txt_gray">Tools</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/canva-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/08/_1/75x75/canva-mod-apk_a8d91.jpg" alt="Canva Mod Apk"></div>
<div class="info">
<p class="name ">Canva Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:87.2%"></span>
<span class="star">4.36</span>
</div>
</div>
<div class="txt_gray">Apps</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/top-follow-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/11/_1/75x75/top-follow-mod-apk_f2c83.jpg" alt="Top Follow Mod Apk"></div>
<div class="info">
<p class="name ">Top Follow Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:97.6%"></span>
<span class="star">4.88</span>
</div>
</div>
<div class="txt_gray">Apps</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/spotify-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/07/_1/75x75/spotify-mod-apk_2eb9a.jpg" alt="Spotify Mod Apk"></div>
<div class="info">
<p class="name ">Spotify Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:77.6%"></span>
<span class="star">3.88</span>
</div>
</div>
<div class="txt_gray">Apps</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/capcut-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/07/_1/75x75/capcut-mod-apk_60a42.jpg" alt="Capcut Mod Apk"></div>
<div class="info">
<p class="name ">Capcut Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:92.2%"></span>
<span class="star">4.61</span>
</div>
</div>
<div class="txt_gray">Apps</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/spotify-premium-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/07/_1/75x75/spotify-premium-mod-apk_f6899.jpg" alt="Spotify Premium Apk"></div>
<div class="info">
<p class="name ">Spotify Premium Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:86.2%"></span>
<span class="star">4.31</span>
</div>
</div>
<div class="txt_gray">Apps</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/chikki-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/chikki-mod-apk_60907.jpg" alt="Chikki Mod Apk"></div>
<div class="info">
<p class="name ">Chikki Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:80%"></span>
<span class="star">4</span>
</div>
</div>
<div class="txt_gray">Apps</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/alight-motion-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/07/_1/75x75/alight-motion-mod-apk_550d4.jpg" alt="Alight Motion Mod Apk"></div>
<div class="info">
<p class="name ">Alight Motion Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:96.4%"></span>
<span class="star">4.82</span>
</div>
</div>
<div class="txt_gray">Apps</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/spotify-premium-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/07/_1/75x75/spotify-premium-mod-apk_f3449.jpg" alt="Spotify Premium Mod Apk"></div>
<div class="info">
<p class="name ">Spotify premium Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:88.6%"></span>
<span class="star">4.43</span>
</div>
</div>
<div class="txt_gray">Apps</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/flipaclip-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/flipaclip-mod-apk_47582.jpg" alt="Flipaclip Mod Apk"></div>
<div class="info">
<p class="name ">Flipaclip Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:81.6%"></span>
<span class="star">4.08</span>
</div>
</div>
<div class="txt_gray">Apps</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/kinemaster-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/07/_1/75x75/kinemaster-mod-apk_4e1b7.jpg" alt="Kinemaster Mod Apk"></div>
<div class="info">
<p class="name ">Kinemaster Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:80%"></span>
<span class="star">4</span>
</div>
</div>
<div class="txt_gray">Apps</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li><li class="mlitem">
<div class="app-item-column">
<a class="app-inner" href="https://apkmodocean.com/apps/walk-band-mod-apk/">
<div class="pic"><img class="lazyload" width="75" height="75" src="https://apkmodocean.com/images/p1x1.jpg" data-src="https://apkmodocean.com/media/2023/12/_1/75x75/walk-band-mod-apk_42adf.jpg" alt="Walk Band Mod Apk"></div>
<div class="info">
<p class="name ">Walk Band Mod Apk</p>
<div class="other">
<div class="stars">
<span class="score" style="width:100%"></span>
<span class="star">5</span>
</div>
</div>
<div class="txt_gray">Music & Audio</div>
<div class="down">
<span>Download APK</span>
</div>
</div>
</a>
</div>
</li></ul></div>
<div class="clear"></div>
<a href="https://apkmodocean.com/apps/" class="more_link">Get More Apps <i class="fa fa-angle-double-right" aria-hidden="true" aria-label="Top Apps"></i></a>
<div class="clear mb20"></div>
<div class="clear mb15"></div>
<div class="shad_box">
<h2>APK MOD OCEAN APPS AND GAMES FOR ANDROID:</h2>
<p>Are you an avid Android user looking for a thrilling gaming experience? Look no further than <a title="APK MOD OCEAN" href="../../"><strong>APK Mod Ocean</strong></a>! Our website is a haven for Android enthusiasts who want to enhance their gaming adventures with modified APKs. With an extensive collection of apps and games, APK Mod Ocean is your one-stop destination for all things Android. Our team of experienced developers works tirelessly to provide you with the latest and most exciting modifications, unlocking a world of unlimited resources, exclusive features, and enhanced gameplay.</p>
<p>At APK Mod Ocean, we understand the ever-growing demand for APK mods among Android users. That's why we meticulously curate our collection to offer you the most popular and sought-after mods available. Whether you're a fan of action-packed shooters, immersive role-playing games, or mind-bending puzzles, our website has something for everyone. With a simple and user-friendly interface, finding and downloading your favorite mods has never been easier.</p>
<p>What sets APK Mod Ocean apart from other platforms is our commitment to quality and security. We prioritize the safety of our users by thoroughly scanning every mod for malware or malicious code. You can download with peace of mind, knowing that our mods are reliable, safe, and free from any potential threats. We also ensure that our mods are regularly updated, keeping up with the latest game versions and providing you with the best possible experience.</p>
<p>One of the biggest advantages of using APK Mod Ocean is the limitless possibilities it brings to your gaming world. Imagine having unlimited in-game currency, unlocking all levels from the start, or accessing exclusive items and characters. With our mods, you can achieve all of this and more. Take control of your gaming experience and enjoy a competitive edge over other players.</p>
<p>Downloading mods from APK Mod Ocean is a breeze. Simply browse through our extensive collection, read the detailed descriptions, and choose the mods that pique your interest. Once you've made your selection, click the download button, and the mod will be installed on your Android device in no time. Our website is optimized for fast and efficient downloads, ensuring that you can start playing your modified games as soon as possible.</p>
<p>But APK Mod Ocean is more than just a platform for downloading mods. We foster a vibrant community of like-minded gamers who share their experiences, recommendations, and tips. Connect with fellow Android enthusiasts, join discussions, and discover hidden gems within the world of APK mods. Our community is a valuable resource for staying updated on the latest mod releases and engaging in meaningful conversations with fellow gamers.</p>
<p>In conclusion, if you're looking to take your Android gaming experience to new heights, APK Mod Ocean is your ultimate destination. With a vast collection of mods, a commitment to quality and security, and a thriving community, we are here to cater to all your gaming needs. Dive into the world of APK Mod Ocean today and unlock a universe of limitless possibilities for your Android gaming adventures. Get ready to revolutionize your gaming experience with APK Mod Ocean!</p> </div>
</div>
<div class="side_bar">
<div class="clear"></div>
<div class="widget">
<h2 class="widget_head">Games</h2>
<ul class="category-model">
<li class="item"><a class="inner" href="https://apkmodocean.com/action/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/08/_1/30x30/action_a3a06.jpg" alt="Action"><div class="descr"><p class="title">Action</p><p>17+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/adventure/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/12/_1/30x30/adventure_3307a.jpg" alt="Adventure"><div class="descr"><p class="title">Adventure</p><p>17+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/arcade/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/07/_1/30x30/arcade_320fd.jpg" alt="Arcade"><div class="descr"><p class="title">Arcade</p><p>4+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/boards/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/10/_1/30x30/boards_aa878.png" alt="Boards"><div class="descr"><p class="title">Boards</p><p>1+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/casual/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/11/_1/30x30/casual_851df.jpg" alt="Casual"><div class="descr"><p class="title">Casual</p><p>3+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/games/"><div class="descr"><p class="title">Games</p><p>53+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/puzzle/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/12/_1/30x30/puzzle_46be5.jpg" alt="Puzzle"><div class="descr"><p class="title">Puzzle</p><p>1+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/racing/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/07/_1/30x30/racing_03860.jpg" alt="Racing"><div class="descr"><p class="title">Racing</p><p>12+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/simulations/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/07/_1/30x30/simulation_732dd.jpg" alt="Simulations"><div class="descr"><p class="title">Simulations</p><p>7+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/sports/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/07/_1/30x30/sports_2102e.jpg" alt="Sports"><div class="descr"><p class="title">Sports</p><p>5+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/strategy/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/07/_1/30x30/strategy_dc6d1.jpg" alt="Strategy"><div class="descr"><p class="title">Strategy</p><p>2+</p></div></a></li> </ul>
<div class="clear"></div>
</div>
<div class="clear"></div>
<div class="clear"></div> <div class="ac aviwrap"><p class="mb5">Advertisements</p><script async data-cfasync="false">
(function() {
const url = new URL(window.location.href);
const clickID = url.searchParams.get("click_id");
const sourceID = url.searchParams.get("source_id");
const s = document.createElement("script");
s.dataset.cfasync = "false";
s.src = "https://push-sdk.com/f/sdk.js?z=1189543";
s.onload = (opts) => {
opts.zoneID = 1189543;
opts.extClickID = clickID;
opts.subID1 = sourceID;
opts.actions.onPermissionGranted = () => {};
opts.actions.onPermissionDenied = () => {};
opts.actions.onAlreadySubscribed = () => {};
opts.actions.onError = () => {};
};
document.head.appendChild(s);
})()
</script></div><div class="clear mb20"></div> <div class="clear"></div>
<div class="widget">
<h2 class="widget_head">Apps</h2>
<ul class="category-model">
<li class="item"><a class="inner" href="https://apkmodocean.com/art-design/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/12/_1/30x30/art-design_d4f3c.jpg" alt="Art & Design"><div class="descr"><p class="title">Art & Design</p><p>1+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/books-reference/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/12/_1/30x30/books-and-reference_b5c2d.jpg" alt="Books & Reference"><div class="descr"><p class="title">Books & Reference</p><p>1+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/communication/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/12/_1/30x30/communication_b3ac3.jpg" alt="Communication"><div class="descr"><p class="title">Communication</p><p>1+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/education/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/12/_1/30x30/education_c2b33.jpg" alt="Education"><div class="descr"><p class="title">Education</p><p>2+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/entertainment/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/07/_1/30x30/entertainment_69761.jpg" alt="Entertainment"><div class="descr"><p class="title">Entertainment</p><p>6+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/music-and-audio/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/07/_1/30x30/music-audio_eb019.jpg" alt="Music & Audio"><div class="descr"><p class="title">Music & Audio</p><p>11+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/personalization/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/11/_1/30x30/personalization_d8a15.jpg" alt="Personalization"><div class="descr"><p class="title">Personalization</p><p>1+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/photography/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/07/_1/30x30/photography_5f51d.jpg" alt="Photography"><div class="descr"><p class="title">Photography</p><p>9+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/social/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/07/_1/30x30/social_9b84d.jpg" alt="Social"><div class="descr"><p class="title">Social</p><p>4+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/tools/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/08/_1/30x30/tools_73840.jpg" alt="Tools"><div class="descr"><p class="title">Tools</p><p>3+</p></div></a></li><li class="item"><a class="inner" href="https://apkmodocean.com/video-players-and-editors/"><img width="30" height="30" class="lazyload icon-cate" src="https://apkmodocean.com/images/cat-icon.png" data-src="https://apkmodocean.com/media/2023/07/_1/30x30/video-players-editors_bd419.jpg" alt="Video Players & Editors"><div class="descr"><p class="title">Video Players & Editors</p><p>10+</p></div></a></li> </ul>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
<div class="upper_footer">
<div class="container">
<div class="ftr_box_wrap">
<div class="ftr_box">
<h3>Cooperation and Else</h3>
<ul class="cooperation">
<li><a href="https://apkmodocean.com/information/privacy-policy.html">Privacy Policy</a></li><li><a href="https://apkmodocean.com/information/about-us.html">About Us</a></li><li><a href="https://apkmodocean.com/information/contact.html">Contact</a></li><li><a href="https://apkmodocean.com/information/DMCA.html">DMCA</a></li> </ul>
</div>
<div class="ftr_box">
<h3>Contact with us</h3>
<ul class="ftr_social_box">
<li><a target="_blank" rel="nofollow" href="https://www.facebook.com/apkmodocean" title="Official Facebook Page of ApkModOcean"><i aria-hidden="true" class="fa fa-facebook fsb_facebook" title="Official Facebook Page of ApkModOcean"></i> Facebook</a></li>
<li><a target="_blank" rel="nofollow" href="https://www.youtube.com/@apkmodocean" title="Official Youtube Channel of ApkModOcean"><i aria-hidden="true" class="fa fa-youtube-play fsb_youtube" title="Official Youtube Channel of ApkModOcean"></i> Youtube</a></li>
</ul>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<p class="ftr_txt">Copyright © 2024 ApkModOcean. All rights reserved</p>
</div>
<div class="clear"></div>
</footer>
</div>
<div class="clear"></div>
<span onClick="topFunction()" id="ScrollToTop" aria-label="Go to top" title="Go to top"><i class="fa fa-angle-up"></i></span>
<div id="search_wrap">
<div class="search_inner">
<span onclick="off_search()" class="search_close"><i aria-hidden="true" class="fa fa-times" title="Close search Box"></i></span>
<form method="post" action="https://apkmodocean.com/set_search.php">
<input autocomplete="off" name="kwd" id="kwd" type="text" placeholder="Search ...">
</form>
</div>
</div>
<noscript id="deferred-styles">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"/>
</noscript>
<script type="arsilazyloadscript">var loadDeferredStyles=function(){var a=document.getElementById("deferred-styles"),b=document.createElement("div");b.innerHTML=a.textContent,document.body.appendChild(b),a.parentElement.removeChild(a)},raf=requestAnimationFrame||mozRequestAnimationFrame||webkitRequestAnimationFrame||msRequestAnimationFrame;raf?raf(function(){window.setTimeout(loadDeferredStyles,0)}):window.addEventListener("load",loadDeferredStyles);</script>
<script type="text/javascript">
function lang_toggler()
{
var element = document.getElementById("lang_box_inner");
element.classList.toggle("show");
}
function show_menu_mob()
{
document.getElementById("nav_wrap").className += 'show_mob_menu';
}
function hide_menu_mob()
{
document.getElementById("nav_wrap").className = '';
}
function on_search() {
document.getElementById("search_wrap").style.display = "block";
document.getElementById("kwd").focus();
document.getElementsByTagName('body')[0].style.overflow = "hidden";
}
function off_search() {
document.getElementById("search_wrap").style.display = "none";
document.getElementsByTagName('body')[0].style.overflow = "scroll";
}
var ScrollButton = document.getElementById("ScrollToTop");
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (window.pageYOffset > 20) {
ScrollButton.style.display = "block";
} else {
ScrollButton.style.display = "none";
}
}
function topFunction() {
document.body.scrollIntoView({behavior: "smooth"});
}
function scrollToi(id)
{
this.event.preventDefault();
const yOffset = 0;
const element = document.getElementById(id);
const y = element.getBoundingClientRect().top + window.pageYOffset + yOffset;
window.scrollTo({top: y, behavior: 'smooth'});
}
function scrollToc(to_id)
{
this.event.preventDefault();
var element = document.getElementById(to_id);
element.scrollIntoView({ behavior: 'smooth', block: 'start'});
setTimeout(function(){window.location.hash = to_id; }, 100);
}
function mod_box_toggle()
{
document.getElementById("mod_box_in_wrap").classList.toggle('mod_box_in_hide');
}
function faq_toggle(wrap)
{
document.getElementById(wrap).classList.toggle('faq_hide');
}
</script>
<script type="arsilazyloadscript">
( function() {
if(document.querySelectorAll( ".youtube_embed" ))
{
var youtube = document.querySelectorAll( ".youtube_embed" );
for (var i = 0; i < youtube.length; i++)
{
var source = "https://img.youtube.com/vi/"+ youtube[i].dataset.embed +"/hqdefault.jpg";
var image = new Image();
image.src = source;
image.addEventListener( "load", function() {
youtube[ i ].appendChild( image );
}( i ) );
youtube[i].addEventListener( "click", function() {
var iframe = document.createElement( "iframe" );
iframe.setAttribute( "frameborder", "0" );
iframe.setAttribute( "allowfullscreen", "" );
iframe.setAttribute( "src", "https://www.youtube.com/embed/"+ this.dataset.embed +"?rel=0&showinfo=0&autoplay=1" );
this.innerHTML = "";
this.appendChild( iframe );
} );
};
}
} )();
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.2.2/lazysizes-umd.min.js" type="text/javascript"></script>
<script>
var timeOut;
const loadScriptsTimer = setTimeout(triggerScriptLoader, 3000),
userInteractionEvents = ["mouseover", "keydown", "touchmove", "touchstart"];
userInteractionEvents.forEach(function(a) {
window.addEventListener(a, triggerScriptLoader, {
passive: !0
})
});
function triggerScriptLoader() {
loadExternalScripts("https://www.googletagmanager.com/gtag/js?id=UA-246201768-1", {
async: "async"
}, function() {
function a() {
dataLayer.push(arguments)
}
window.dataLayer = window.dataLayer || [], a("js", new Date), a("config", "UA-246201768-1")
}),
clearTimeout(loadScriptsTimer), userInteractionEvents.forEach(function(a) {
window.removeEventListener(a, triggerScriptLoader, {
passive: !0
})
})
}
function loadExternalScripts(a, b, c) {
const d = document.createElement("script");
if (c && (d.onload = c), document.head.appendChild(d), d.src = a, b)
for (const a in b) d.setAttribute(a, b[a])
}
</script>
</body></html>