")}:root{--bar-size:.2rem}@media only screen and (min-width:700px){:root{--bar-size:.4rem}}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}a{background-color:transparent}strong{font-weight:bolder}amp-img{border-style:none}button,input{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[hidden]{display:none}figure,h1,p{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}ul{list-style:none;margin:0;padding:0}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.5}*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e2e8f0}amp-img{border-style:solid}input:-ms-input-placeholder{color:#a0aec0}input::-ms-input-placeholder{color:#a0aec0}input::placeholder{color:#a0aec0}button{cursor:pointer}h1{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input{padding:0;line-height:inherit;color:inherit}amp-img{display:block;vertical-align:middle}amp-img{max-width:100%;height:auto}.divide-y>:not(template)~:not(template){--divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--divide-y-reverse)));border-bottom-width:calc(1px * var(--divide-y-reverse))}.divide-gray-300>:not(template)~:not(template){--divide-opacity:1;border-color:#e2e8f0;border-color:rgba(226,232,240,var(--divide-opacity))}.bg-black{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.hover\:bg-gray-800:hover{--bg-opacity:1;background-color:#2d3748;background-color:rgba(45,55,72,var(--bg-opacity))}.border-gray-300{--border-opacity:1;border-color:#e2e8f0;border-color:rgba(226,232,240,var(--border-opacity))}.border-gray-400{--border-opacity:1;border-color:#cbd5e0;border-color:rgba(203,213,224,var(--border-opacity))}.border-dashed{border-style:dashed}.border-none{border-style:none}.border{border-width:1px}.cursor-pointer{cursor:pointer}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.flex-1{flex:1 1 0%}.font-bold{font-weight:700}.h-8{height:2rem}.h-10{height:2.5rem}.h-auto{height:auto}.h-full{height:100%}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.m-auto{margin:auto}.mr-0{margin-right:0}.ml-0{margin-left:0}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mt-6{margin-top:1.5rem}.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.object-cover{object-fit:cover}.p-4{padding:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.pb-0{padding-bottom:0}.pb-2{padding-bottom:.5rem}.pt-3{padding-top:.75rem}.pb-4{padding-bottom:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#4a5568;color:rgba(74,85,104,var(--text-opacity))}.text-gray-800{--text-opacity:1;color:#2d3748;color:rgba(45,55,72,var(--text-opacity))}.hover\:text-white:hover{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.uppercase{text-transform:uppercase}.no-underline{text-decoration:none}.select-none{-webkit-user-select:none;-ms-user-select:none;user-select:none}.w-8{width:2rem}.w-10{width:2.5rem}.w-56{width:14rem}.w-auto{width:auto}.w-full{width:100%}.gap-x-2{grid-column-gap:.5rem;column-gap:.5rem}.gap-y-2{grid-row-gap:.5rem;row-gap:.5rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{100%,75%{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.md\:flex{display:flex}.md\:flex-wrap{flex-wrap:wrap}.md\:justify-between{justify-content:space-between}.md\:flex-1{flex:1 1 0%}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:ml-0{margin-left:0}.md\:mr-4{margin-right:1rem}.md\:mr-auto{margin-right:auto}.md\:pb-0{padding-bottom:0}.md\:text-left{text-align:left}.md\:w-auto{width:auto}.md\:w-1\/4{width:25%}.md\:w-3\/4{width:75%}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.yarpp-related{margin-bottom:1em;margin-top:1em}.yarpp-related a{font-weight:700;text-decoration:none}.amp-wp-709b715:not(#_#_#_#_#_){width:1200px}.amp-wp-cdd8ca0:not(#_#_#_#_#_){text-align:center}
PS4、Xbox、Switch: ミクロマニアが古いゲーム機を現金で引き取りますSkip to contentWe use cookies to ensure that we give you the best experience on our website.
家に古いゲーム機がある人は要注意! 2022 年 5 月 2 日月曜日まで、Micromania ブランドは現金またはクレジットと引き換えに PS4、Xbox、さらには Switch を引き取ります。このマイクロマニアの取引に関するすべての情報は、この記事の残りの部分で参照できます。
古いポータブル ゲーム機や家庭用ゲーム機を手放すのは確かに良い時期です。マイクロマニアは、2022 年 5 月 2 日月曜日までに (商用営業が延長されない限り)、PlayStation 4、Xbox、または Switch を持ってフランスにある同社の店舗のいずれかに来店するよう勧めています。コンソールのモデルに応じて、ビデオゲーム専門ブランドが提供する現金で最大 227.50 ユーロ、または最大 250 ユーロのクレジット (6 か月以内に使用)。
さっそく、クレジットまたは現金 (現金) での下取り金額のリストと、Micromania が主催する操作の対象となるゲーム コンソールをご覧ください。
- Nintendo Switch Lite の 150 ユーロ (または現金で 136 ユーロ) のクレジット
- Xbox One S の 150 ユーロ (または現金で 136 ユーロ) のクレジット
- Nintendo Switch の 200 ユーロ (または現金で 182.50 ユーロ) のクレジット
- Xbox One の場合は 200 ユーロ (または現金で 182.50 ユーロ) のクレジット
- PlayStation 4 の 200 ユーロ (または現金で 183.50 ユーロ) のクレジット
- PlayStation 4 Slim の 200 ユーロ (または現金で 182.50 ユーロ) のクレジット
- PlayStation 4 Pro の 250 ユーロ (または現金で 227.50 ユーロ) のクレジット
- Nintendo Switch OLED の 250 ユーロ (または現金で 227.50 ユーロ) のクレジット
このミクロマニアの作戦のおかげで、すぐに購入できるようになります。プレイステーション5、Xbox シリーズX ou S、またはニンテンドースイッチOLED。
なお、再販される商品は良好な状態である必要があります。 Micromania は製品の返品を拒否する権利を留保します。製品の再販には、最終的な身分証明書の提出が必要となります。この特典はフランスで購入された製品に限定されます。
デジタル PlayStation 5 を最良価格で