{"id":1303,"date":"2025-06-06T02:21:46","date_gmt":"2025-06-06T02:21:46","guid":{"rendered":"https:\/\/geeksmob.com\/?p=1303"},"modified":"2025-06-06T02:22:31","modified_gmt":"2025-06-06T02:22:31","slug":"tanulja-meg-hogyan-tavolithat-el-felesleges-fajlokat-egyetlen-erintessel","status":"publish","type":"post","link":"https:\/\/geeksmob.com\/hu\/aprenda-a-remover-arquivos-desnecessarios-com-apenas-um-toque\/","title":{"rendered":"Tanulja meg, hogyan t\u00e1vol\u00edthat el felesleges f\u00e1jlokat egyetlen \u00e9rint\u00e9ssel"},"content":{"rendered":"<p>Id\u0151vel minden okostelefon l\u00e1thatatlan f\u00e1jlokat kezd felhalmozni, amelyek megterhelik a rendszert \u00e9s lelass\u00edtj\u00e1k az eszk\u00f6zt. Ilyenek p\u00e9ld\u00e1ul a gyors\u00edt\u00f3t\u00e1r-adatok, a r\u00e9gi alkalmaz\u00e1sokb\u00f3l maradt f\u00e1jlok, a duplik\u00e1lt k\u00e9pek \u00e9s egyebek. Mindez alkotja az \u00fan. <strong>&quot;rejtett szem\u00e9t&quot;<\/strong> \u2014 olyan f\u00e1jlok, amelyeket nem is l\u00e1tsz, de \u00e9rt\u00e9kes helyet foglalnak el a telefonod mem\u00f3ri\u00e1j\u00e1ban.<\/p>\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\/Vp3OHXPX_dyv0e99lJ6AF7kDlpaNAEx4QDLmqJPZ6T_Jo8g3yev9Rfq4tMxazMjnlN4f=w240-h480-rw\" alt=\"AVG Tiszt\u00edt\u00f3 - Tiszt\u00edt\u00f3alkalmaz\u00e1s\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">AVG Tiszt\u00edt\u00f3 - Tiszt\u00edt\u00f3alkalmaz\u00e1s<\/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\">1\u00a0429\u00a0087 \u00e9rt\u00e9kel\u00e9s<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">80 km+<\/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.avg.cleaner\" 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\/br\/app\/smart-cleaner-limpar-celular\/id1117998129\" 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<p>De a j\u00f3 h\u00edr az, hogy <strong>egyetlen koppint\u00e1ssal elt\u00e1vol\u00edthatod az \u00f6sszes szemetet<\/strong>, ingyenes \u00e9s hat\u00e9kony alkalmaz\u00e1sok haszn\u00e1lat\u00e1val.<\/p>\n<h3>Mi min\u0151s\u00fcl rejtett hullad\u00e9knak?<\/h3>\n<p>A rejtett szem\u00e9t nem a gal\u00e9ri\u00e1ban l\u00e1that\u00f3 fot\u00f3k vagy vide\u00f3k, hanem:<\/p>\n<ul>\n<li>Ideiglenes alkalmaz\u00e1sf\u00e1jlok<\/li>\n<li>Kor\u00e1bban elt\u00e1vol\u00edtott alkalmaz\u00e1sokb\u00f3l sz\u00e1rmaz\u00f3 marad\u00e9k gyors\u00edt\u00f3t\u00e1r<\/li>\n<li>Rendszer- \u00e9s hibanapl\u00f3k<\/li>\n<li>Ism\u00e9tl\u0151d\u0151 k\u00e9pb\u00e9lyegk\u00e9pek<\/li>\n<li>R\u00e9gi telep\u00edt\u0151f\u00e1jlok (.apk)<\/li>\n<\/ul>\n<h3>Mi\u00e9rt kell rendszeresen takar\u00edtani?<\/h3>\n<p>A hely felszabad\u00edt\u00e1sa mellett a rejtett szem\u00e9t elt\u00e1vol\u00edt\u00e1sa a k\u00f6vetkez\u0151ket is seg\u00edti:<\/p>\n<p><i class=\"fas fa-check\" style=\"color: green;\"><\/i><strong> N\u00f6velje a mobiltelefon sebess\u00e9g\u00e9t <\/strong><\/p>\n<p><i class=\"fas fa-check\" style=\"color: green;\"><\/i><strong> Ker\u00fclje az \u00f6sszeoml\u00e1sokat \u00e9s akadoz\u00e1sokat <\/strong><\/p>\n<p><i class=\"fas fa-check\" style=\"color: green;\"><\/i><strong> V\u00e9dje adatait a r\u00e9gi nyomok elt\u00e1vol\u00edt\u00e1s\u00e1val <\/strong><\/p>\n<p><i class=\"fas fa-check\" style=\"color: green;\"><\/i><strong> Akkumul\u00e1tor k\u00edm\u00e9l\u00e9se <\/strong><\/p>\n<h3>Hogyan lehet ezt egyetlen \u00e9rint\u00e9ssel megcsin\u00e1lni?<\/h3>\n<p>Vannak olyan alkalmaz\u00e1sok, amelyek automatikusan \u00e1tvizsg\u00e1lj\u00e1k a rendszert a felesleges f\u00e1jlok ut\u00e1n, \u00e9s egyetlen gombnyom\u00e1ssal megtiszt\u00edtj\u00e1k azokat. Gyors, biztons\u00e1gos, \u00e9s nem \u00e9rinti a szem\u00e9lyes f\u00e1jljait.<\/p>\n<p>Csak telep\u00edtsd, koppints a \u201eTiszt\u00edt\u00e1s most\u201d gombra, \u00e9s k\u00e9sz is. A telefonod azonnal vil\u00e1gosabb lesz!<\/p>\n<hr>\n<h3>T\u00f6ltsd le most a legjobb rejtett szem\u00e9t elt\u00e1vol\u00edt\u00f3 alkalmaz\u00e1sokat<\/h3>\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\/Vp3OHXPX_dyv0e99lJ6AF7kDlpaNAEx4QDLmqJPZ6T_Jo8g3yev9Rfq4tMxazMjnlN4f=w240-h480-rw\" alt=\"AVG Tiszt\u00edt\u00f3 - Tiszt\u00edt\u00f3alkalmaz\u00e1s\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">AVG Tiszt\u00edt\u00f3 - Tiszt\u00edt\u00f3alkalmaz\u00e1s<\/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\">1\u00a0429\u00a0087 \u00e9rt\u00e9kel\u00e9s<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">80 km+<\/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.avg.cleaner\" 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\/br\/app\/smart-cleaner-limpar-celular\/id1117998129\" 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<p style=\"margin-top: 20px;\"><strong>\ud83e\uddf9 Legyen a telefonod k\u00f6nny\u0171, gyors \u00e9s biztons\u00e1gos egyetlen \u00e9rint\u00e9ssel!<\/strong><\/p>","protected":false},"excerpt":{"rendered":"<p>Com o tempo, todo smartphone come\u00e7a a acumular arquivos invis\u00edveis que pesam no sistema e deixam o aparelho lento. S\u00e3o dados de cache, restos de aplicativos antigos, imagens duplicadas e muito mais. Tudo isso forma o chamado \u201clixo oculto\u201d \u2014 arquivos que voc\u00ea nem v\u00ea, mas que ocupam espa\u00e7o valioso na mem\u00f3ria do seu celular. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1092,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32],"tags":[],"class_list":{"0":"post-1303","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\/1303","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=1303"}],"version-history":[{"count":4,"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/posts\/1303\/revisions"}],"predecessor-version":[{"id":1307,"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/posts\/1303\/revisions\/1307"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/media\/1092"}],"wp:attachment":[{"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/media?parent=1303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/categories?post=1303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geeksmob.com\/hu\/wp-json\/wp\/v2\/tags?post=1303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}