{"id":47030,"date":"2025-09-07T05:57:51","date_gmt":"2025-09-07T05:57:51","guid":{"rendered":"https:\/\/mobsaint.com\/?p=47030"},"modified":"2025-09-07T05:57:52","modified_gmt":"2025-09-07T05:57:52","slug":"aplikace-pro-rentgenove-snimky-na-vasem-mobilnim-telefonu","status":"publish","type":"post","link":"https:\/\/mobsaint.com\/cs\/aplicativos-para-fazer-raio-x-no-celular\/","title":{"rendered":"Rentgenov\u00e9 aplikace pro mobiln\u00ed telefony"},"content":{"rendered":"<p>Mobiln\u00ed technologie nab\u00edz\u00ed z\u00e1bavn\u00e9 aplikace, kter\u00e9 prom\u011bn\u00ed v\u00e1\u0161 telefon ve skute\u010dn\u00fd n\u00e1stroj pro z\u00e1bavu. Mezi tyto aplikace pat\u0159\u00ed <strong>\u017dert s rentgenov\u00fdm skenerem<\/strong>, k dispozici zdarma v Obchod\u011b Google Play. Lze si jej rychle st\u00e1hnout n\u00ed\u017ee.<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/AaDA5epBDgKVFgelqpL_HRp08znL0Z0g84T8cF1sH_I-bAiKgEbvZ36tPuDsh6WxLfrp=w240-h480-rw\" alt=\"\u017dert s rentgenov\u00fdm skenerem na ze\u010f\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">\u017dert s rentgenov\u00fdm skenerem na ze\u010f<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">2,4<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">508 recenz\u00ed<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100 tis\u00edc+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">stahov\u00e1n\u00ed<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/cs\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.MadeForYouApps.XRAYWallPrank\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Instalace na Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/cs\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/x-ray-scanner-body-prank\/id1043429899\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Instalace z Apple Storu\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p>Tato aplikace je z\u00e1bavn\u00fd zp\u016fsob, jak simulovat rentgenov\u00e9 sn\u00edmky p\u0159\u00edmo na obrazovce telefonu a vytvo\u0159it tak realistick\u00fd efekt, kter\u00fd ohrom\u00ed p\u0159\u00e1tele a rodinu.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Co je \u017eert s rentgenov\u00fdm skenerem?<\/h3>\n\n\n\n<p>THE <strong>\u017dert s rentgenov\u00fdm skenerem<\/strong> je z\u00e1bavn\u00e1 aplikace, kter\u00e1 vyu\u017e\u00edv\u00e1 simulovan\u00e9 obr\u00e1zky k vytvo\u0159en\u00ed efektu rentgenov\u00e9ho sn\u00edmku. Nenahrazuje skute\u010dn\u00e9 l\u00e9ka\u0159sk\u00e9 vybaven\u00ed, ale slou\u017e\u00ed jako z\u00e1bavn\u00e1 hra, kter\u00e1 na lidi zap\u016fsob\u00ed a navozuje uvoln\u011bn\u00e9 chv\u00edle. Po otev\u0159en\u00ed aplikace si u\u017eivatel vybere \u010d\u00e1st t\u011bla, kterou chce simulovat, nap\u0159\u00edklad ruce, nohy nebo pa\u017ee, a aplikace zobraz\u00ed sn\u00edmek ve stylu rentgenov\u00e9ho sn\u00edmku, kter\u00fd vytv\u00e1\u0159\u00ed dojem skenov\u00e1n\u00ed oblasti.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Jednoduch\u00e9 a intuitivn\u00ed pou\u017eit\u00ed<\/h3>\n\n\n\n<p>Jedn\u00edm z velk\u00fdch l\u00e1kadel aplikace je jej\u00ed <strong>snadnost pou\u017eit\u00ed<\/strong>Rozhran\u00ed je navr\u017eeno tak, aby bylo p\u0159\u00edstupn\u00e9 komukoli, bez slo\u017eit\u00fdch nab\u00eddek nebo pokro\u010dil\u00fdch nastaven\u00ed. Sta\u010d\u00ed otev\u0159\u00edt aplikaci, vybrat \u010d\u00e1st t\u011bla, kterou chcete simulovat, a pohybovat telefonem, aby se efekt objevil na obrazovce. Tato jednoduchost znamen\u00e1, \u017ee si ji mohou bez probl\u00e9m\u016f u\u017e\u00edt i u\u017eivatel\u00e9, kte\u0159\u00ed nejsou p\u0159\u00edli\u0161 technicky zdatn\u00ed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Vlastnosti a funkce<\/h3>\n\n\n\n<p>THE <strong>\u017dert s rentgenov\u00fdm skenerem<\/strong> p\u0159in\u00e1\u0161\u00ed funkce, d\u00edky kter\u00fdm je hra z\u00e1bavn\u011bj\u0161\u00ed a p\u0159esv\u011bd\u010div\u011bj\u0161\u00ed:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>R\u016fzn\u00e9 mo\u017enosti obr\u00e1zk\u016f<\/strong> \u2013 vyberte si z r\u016fzn\u00fdch \u010d\u00e1st\u00ed t\u011bla, jako jsou ruce, pa\u017ee, nohy a dokonce i hrudn\u00edk.<\/li>\n\n\n\n<li><strong>Realistick\u00fd simula\u010dn\u00ed efekt<\/strong> \u2013 sn\u00edmky vypadaj\u00ed podobn\u011b jako skute\u010dn\u00fd rentgen, co\u017e zvy\u0161uje dopad vtipu.<\/li>\n\n\n\n<li><strong>Interaktivn\u00ed pohyb<\/strong> \u2013 kdy\u017e pohybujete mobiln\u00edm telefonem nad vybranou oblast\u00ed, obraz sleduje pohyb a simuluje skenov\u00e1n\u00ed v re\u00e1ln\u00e9m \u010dase.<\/li>\n\n\n\n<li><strong>\u0160irok\u00e1 kompatibilita<\/strong> \u2013 funguje na r\u016fzn\u00fdch modelech mobiln\u00edch telefon\u016f s Androidem, ani\u017e by vy\u017eadoval velk\u00e9 hardwarov\u00e9 prost\u0159edky.<\/li>\n\n\n\n<li><strong>Pou\u017eit\u00ed offline<\/strong> \u2013 Po instalaci lze aplikaci pou\u017e\u00edvat i bez p\u0159ipojen\u00ed k internetu, co\u017e je ide\u00e1ln\u00ed pro z\u00e1bavu kdekoli.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">V\u00fdhody aplikace<\/h3>\n\n\n\n<p>Hlavn\u00ed v\u00fdhodou <strong>\u017dert s rentgenov\u00fdm skenerem<\/strong> a <strong>z\u00e1bava<\/strong>Prom\u011b\u0148uje ka\u017edodenn\u00ed situace v z\u00e1bavn\u00e9 okam\u017eiky, co\u017e z n\u00ed d\u011bl\u00e1 skv\u011bl\u00fd zp\u016fsob, jak si hr\u00e1t s p\u0159\u00e1teli a p\u0159ekvapit lidi na setk\u00e1n\u00edch nebo ve\u010d\u00edrc\u00edch. Aplikace je nav\u00edc zdarma a lehk\u00e1, tak\u017ee nezab\u00edr\u00e1 mnoho m\u00edsta. Dal\u0161\u00ed v\u00fdhodou je, \u017ee je vhodn\u00e1 pro v\u0161echny v\u011bkov\u00e9 kategorie a slou\u017e\u00ed jako z\u00e1bava pro d\u011bti, teenagery a dokonce i dosp\u011bl\u00e9, kte\u0159\u00ed si u\u017e\u00edvaj\u00ed kreativn\u00ed aplikace.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Funkce \u017eertu s rentgenov\u00fdm skenerem<\/h3>\n\n\n\n<p>Co odli\u0161uje tuto aplikaci od ostatn\u00edch podobn\u00fdch, je <strong>kvalita obrazu a jednoduch\u00e1 interakce<\/strong>Zat\u00edmco n\u011bkter\u00e9 aplikace zobrazuj\u00ed pouze statick\u00e9 fotografie, X-Ray Scanner Prank simuluje skenovac\u00ed pohyb p\u0159i pohybu telefonu. D\u00edky tomuto detailu je z\u00e1\u017eitek pohlcuj\u00edc\u00ed a p\u0159esv\u011bd\u010div\u011bj\u0161\u00ed. Dal\u0161\u00edm d\u016fle\u017eit\u00fdm rozd\u00edlem je, \u017ee nevy\u017eaduje neust\u00e1l\u00e9 p\u0159ipojen\u00ed k internetu, tak\u017ee se snadno pou\u017e\u00edv\u00e1 v jak\u00e9koli situaci.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">V\u00fdkon a u\u017eivatelsk\u00e1 zku\u0161enost<\/h3>\n\n\n\n<p>Aplikace m\u00e1 lehk\u00fd a plynul\u00fd v\u00fdkon, a to i na z\u00e1kladn\u00edch za\u0159\u00edzen\u00edch. Rychle se otev\u00edr\u00e1, obr\u00e1zky se na\u010d\u00edtaj\u00ed plynule a navigace je intuitivn\u00ed. U\u017eivatel\u00e9 uv\u00e1d\u011bj\u00ed, \u017ee je z\u00e1bavn\u00e1 a \u017ee aplikace spl\u0148uje p\u0159esn\u011b to, co slibuje: z\u00e1bavu jednoduch\u00fdm a kreativn\u00edm zp\u016fsobem. Jeliko\u017e se jedn\u00e1 o hru, neexistuj\u00ed \u017e\u00e1dn\u00e1 o\u010dek\u00e1v\u00e1n\u00ed pro profesion\u00e1ln\u00ed pou\u017eit\u00ed, ale v r\u00e1mci sv\u00e9 z\u00e1bavn\u00ed nab\u00eddky aplikace poskytuje konzistentn\u00ed v\u00fdkon.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Jak pou\u017e\u00edvat \u017eert s rentgenov\u00fdm skenerem v n\u011bkolika kroc\u00edch<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>St\u00e1hn\u011bte si <strong>\u017dert s rentgenov\u00fdm skenerem<\/strong> v Obchod\u011b Google Play.<\/li>\n\n\n\n<li>Otev\u0159ete aplikaci v telefonu.<\/li>\n\n\n\n<li>Vyberte \u010d\u00e1st t\u011bla, kterou chcete simulovat.<\/li>\n\n\n\n<li>Pohybujte telefonem nad oblast\u00ed, abyste vid\u011bli rentgenov\u00fd efekt.<\/li>\n\n\n\n<li>Uka\u017ete to sv\u00fdm p\u0159\u00e1tel\u016fm a u\u017eijte si jejich reakce!<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Z\u00e1v\u011bre\u010dn\u00e9 \u00favahy<\/h3>\n\n\n\n<p>Simula\u010dn\u00ed aplikace, jako nap\u0159\u00edklad <strong>\u017dert s rentgenov\u00fdm skenerem<\/strong>, ukazuj\u00ed, jak lze kreativn\u011b vyu\u017e\u00edt technologii k vytv\u00e1\u0159en\u00ed z\u00e1bavn\u00fdch moment\u016f. A\u010dkoli nem\u00e1 \u017e\u00e1dn\u00fd l\u00e9ka\u0159sk\u00fd \u00fa\u010del, aplikace je vynikaj\u00edc\u00ed volbou pro ty, kte\u0159\u00ed hledaj\u00ed lehkou a interaktivn\u00ed z\u00e1bavu na sv\u00e9m mobiln\u00edm telefonu. Kombinuje jednoduchost, realistick\u00e9 efekty a snadn\u00fd p\u0159\u00edstup, co\u017e z n\u00ed \u010din\u00ed skv\u011blou volbu pro ty, kte\u0159\u00ed si r\u00e1di hraj\u00ed s p\u0159\u00e1teli a objevuj\u00ed r\u016fzn\u00e9 funkce sv\u00e9ho smartphonu.<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/AaDA5epBDgKVFgelqpL_HRp08znL0Z0g84T8cF1sH_I-bAiKgEbvZ36tPuDsh6WxLfrp=w240-h480-rw\" alt=\"\u017dert s rentgenov\u00fdm skenerem na ze\u010f\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">\u017dert s rentgenov\u00fdm skenerem na ze\u010f<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">2,4<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">508 recenz\u00ed<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100 tis\u00edc+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">stahov\u00e1n\u00ed<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/cs\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.MadeForYouApps.XRAYWallPrank\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Instalace na Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/cs\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/x-ray-scanner-body-prank\/id1043429899\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Instalace z Apple Storu\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>","protected":false},"excerpt":{"rendered":"<p>A tecnologia m\u00f3vel tem proporcionado aplicativos divertidos que transformam o celular em uma verdadeira ferramenta de entretenimento. Entre esses aplicativos est\u00e1 o X-Ray Scanner Prank, dispon\u00edvel gratuitamente na Google Play Store. Ele pode ser baixado rapidamente logo abaixo. Esse app \u00e9 uma forma divertida de simular imagens de raio-X diretamente na tela do celular, criando &#8230; <a title=\"Rentgenov\u00e9 aplikace pro mobiln\u00ed telefony\" class=\"read-more\" href=\"https:\/\/mobsaint.com\/cs\/aplicativos-para-fazer-raio-x-no-celular\/\" aria-label=\"\u010c\u00edst v\u00edce o Aplicativos para Fazer Raio-X no Celular\">\u010d\u00edst d\u00e1le<\/a><\/p>","protected":false},"author":1,"featured_media":47032,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-47030","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/mobsaint.com\/cs\/wp-json\/wp\/v2\/posts\/47030","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mobsaint.com\/cs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mobsaint.com\/cs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/cs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/cs\/wp-json\/wp\/v2\/comments?post=47030"}],"version-history":[{"count":1,"href":"https:\/\/mobsaint.com\/cs\/wp-json\/wp\/v2\/posts\/47030\/revisions"}],"predecessor-version":[{"id":47033,"href":"https:\/\/mobsaint.com\/cs\/wp-json\/wp\/v2\/posts\/47030\/revisions\/47033"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/cs\/wp-json\/wp\/v2\/media\/47032"}],"wp:attachment":[{"href":"https:\/\/mobsaint.com\/cs\/wp-json\/wp\/v2\/media?parent=47030"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mobsaint.com\/cs\/wp-json\/wp\/v2\/categories?post=47030"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mobsaint.com\/cs\/wp-json\/wp\/v2\/tags?post=47030"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}