{"id":1273,"date":"2025-06-03T04:07:15","date_gmt":"2025-06-03T04:07:15","guid":{"rendered":"https:\/\/geeksmob.com\/?p=1273"},"modified":"2025-06-03T04:07:49","modified_gmt":"2025-06-03T04:07:49","slug":"nezd-meg-hogyan-tisztithatod-meg-a-mobiltelefonodat-lepesrol-lepesre-az-avast-viruskeresovel","status":"publish","type":"post","link":"https:\/\/geeksmob.com\/hu\/veja-como-limpar-o-celular-passo-a-passo-com-o-avast-antivirus\/","title":{"rendered":"L\u00e1sd, hogyan tiszt\u00edthatod meg mobiltelefonodat l\u00e9p\u00e9sr\u0151l l\u00e9p\u00e9sre az Avast Antivirus seg\u00edts\u00e9g\u00e9vel"},"content":{"rendered":"<p>Ha a telefonod lass\u00fa, lefagy, vagy furcsa felugr\u00f3 ablakokat kap, lehet, hogy v\u00edrussal fert\u0151z\u00f6tt. A probl\u00e9ma megold\u00e1s\u00e1hoz: <strong>Avast Antivirus<\/strong> a vil\u00e1g egyik legmegb\u00edzhat\u00f3bb \u00e9s legelterjedtebb alkalmaz\u00e1sa a digit\u00e1lis fenyeget\u00e9sek \u00e9szlel\u00e9s\u00e9re \u00e9s kik\u00fcsz\u00f6b\u00f6l\u00e9s\u00e9re.<\/p>\n\n\n\n<p>Ebben a cikkben l\u00e9p\u00e9sr\u0151l l\u00e9p\u00e9sre megtudhatja, hogyan haszn\u00e1lhatja ezt az alkalmaz\u00e1st eszk\u00f6ze v\u00e9delm\u00e9re, a k\u00f6vetkez\u0151kkel: <strong>ingyenes let\u00f6lt\u00e9s<\/strong> el\u00e9rhet\u0151 a nagyobb alkalmaz\u00e1sboltokban.<\/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\/WK-VRczvH0oxpZ9Tmp59Ad-MYDSY_HerYbfqdXXbF9oyRJGUl74sSqluvgAMU4i0OVY=w240-h480-rw\" alt=\"Avast v\u00edruskeres\u0151 \u00e9s biztons\u00e1g\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Avast v\u00edruskeres\u0151 \u00e9s biztons\u00e1g<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">5\u00a0857\u00a0652 \u00e9rt\u00e9kel\u00e9s<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100 m\u00e9rf\u00f6ld+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">let\u00f6lt\u00e9sek<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/hu\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.avast.android.mobilesecurity\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Telep\u00edt\u00e9s a Google Playen\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/hu\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/avast-security-privacy\/id1276551855\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Telep\u00edt\u00e9s az Apple Store-b\u00f3l\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<h2 class=\"wp-block-heading\">Mi az Avast v\u00edruskeres\u0151?<\/h2>\n\n\n\n<p>Az Avast egy <strong>ingyenesen let\u00f6lthet\u0151 alkalmaz\u00e1s<\/strong> amely val\u00f3s idej\u0171 v\u00e9delmet ny\u00fajt a v\u00edrusok, k\u00e9mprogramok \u00e9s rosszindulat\u00fa alkalmaz\u00e1sok ellen. Extra funkci\u00f3kkal is rendelkezik, mint p\u00e9ld\u00e1ul Wi-Fi-szkenner, gyan\u00fas h\u00edv\u00e1sok blokkol\u00e1sa \u00e9s jelsz\u00f3val v\u00e9dett fot\u00f3t\u00e1r.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Hogyan tiszt\u00edtsd meg a telefonodat az Avast seg\u00edts\u00e9g\u00e9vel<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>T\u00f6ltse le az Avast Antivirust<\/strong> az alkalmaz\u00e1sboltban.<\/li>\n\n\n\n<li><strong>Nyissa meg az alkalmaz\u00e1st<\/strong> \u00e9s koppintson <strong>\u201eSzkennel\u00e9s most\u201d<\/strong>.<\/li>\n\n\n\n<li>Az alkalmaz\u00e1s teljes rendszerellen\u0151rz\u00e9st hajt v\u00e9gre.<\/li>\n\n\n\n<li>Ha k\u00e9sz, koppintson a <strong>\u201eMindent megoldani\u201d<\/strong> hogy elt\u00e1vol\u00edtson b\u00e1rmilyen fenyeget\u00e9st.<\/li>\n\n\n\n<li>Aktiv\u00e1lja a <strong>val\u00f3s idej\u0171 v\u00e9delem<\/strong> a folyamatos biztons\u00e1g \u00e9rdek\u00e9ben.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Tov\u00e1bbi forr\u00e1sok<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Wi-Fi h\u00e1l\u00f3zatellen\u0151rz\u0151<\/strong>: nem biztons\u00e1gos h\u00e1l\u00f3zatokat \u00e9szlel.<\/li>\n\n\n\n<li><strong>Fot\u00f3t\u00e1r<\/strong>: jelsz\u00f3val v\u00e9dje az \u00e9rz\u00e9keny f\u00e1jlokat.<\/li>\n\n\n\n<li><strong>H\u00edv\u00e1sblokkol\u00e1s<\/strong>: sz\u0171ri a nem k\u00edv\u00e1nt h\u00edv\u00e1sokat.<\/li>\n\n\n\n<li><strong>VPN (pr\u00e9mium verzi\u00f3)<\/strong>: biztons\u00e1gos \u00e9s priv\u00e1t b\u00f6ng\u00e9sz\u00e9s.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Tippek a mobiltelefon v\u00e9delm\u00e9hez<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ker\u00fcld az alkalmaz\u00e1sok hivatalos \u00e1ruh\u00e1zon k\u00edv\u00fcli let\u00f6lt\u00e9s\u00e9t.<\/li>\n\n\n\n<li>Ne kattintson ismeretlen vagy gyan\u00fas linkekre.<\/li>\n\n\n\n<li>Szkenneld be az alkalmaz\u00e1ssal minden h\u00e9ten.<\/li>\n\n\n\n<li>Let\u00f6lt\u00e9s ut\u00e1n mindig tartsd naprak\u00e9szen az Avastot.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">K\u00f6vetkeztet\u00e9s<\/h2>\n\n\n\n<p>A <strong>T\u00f6ltse le az Avast Antivirust<\/strong>, mind\u00f6ssze n\u00e9h\u00e1ny perc alatt megtiszt\u00edthatja \u00e9s megv\u00e9dheti telefonj\u00e1t. Az alkalmaz\u00e1s k\u00f6nny\u0171, hat\u00e9kony \u00e9s k\u00f6nnyen haszn\u00e1lhat\u00f3. Ha eszk\u00f6z\u00e9t v\u00edrus \u00e9rte, vagy lassan fut, k\u00f6vesse az al\u00e1bbi l\u00e9p\u00e9seket, \u00e9s gondoskodjon adatai nagyobb biztons\u00e1g\u00e1r\u00f3l.<\/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\/WK-VRczvH0oxpZ9Tmp59Ad-MYDSY_HerYbfqdXXbF9oyRJGUl74sSqluvgAMU4i0OVY=w240-h480-rw\" alt=\"Avast v\u00edruskeres\u0151 \u00e9s biztons\u00e1g\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Avast v\u00edruskeres\u0151 \u00e9s biztons\u00e1g<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">5\u00a0857\u00a0652 \u00e9rt\u00e9kel\u00e9s<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100 m\u00e9rf\u00f6ld+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">let\u00f6lt\u00e9sek<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/hu\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.avast.android.mobilesecurity\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Telep\u00edt\u00e9s a Google Playen\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/hu\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/avast-security-privacy\/id1276551855\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Telep\u00edt\u00e9s az Apple Store-b\u00f3l\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>","protected":false},"excerpt":{"rendered":"<p>Se o seu celular est\u00e1 lento, travando ou com pop-ups estranhos, ele pode estar infectado por v\u00edrus. Para resolver isso, o Avast Antivirus \u00e9 um dos aplicativos mais confi\u00e1veis e usados no mundo para detectar e eliminar amea\u00e7as digitais. Neste artigo, voc\u00ea aprende como usar esse aplicativo passo a passo para proteger seu dispositivo, com [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":841,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32],"tags":[],"class_list":{"0":"post-1273","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos"},"_links":{"self":[{"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/posts\/1273","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/comments?post=1273"}],"version-history":[{"count":2,"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/posts\/1273\/revisions"}],"predecessor-version":[{"id":1275,"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/posts\/1273\/revisions\/1275"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/media\/841"}],"wp:attachment":[{"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/media?parent=1273"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/categories?post=1273"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/tags?post=1273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}