PS Faker
Pretend to redeem Google Play cards.
ما هو PS Faker؟
PS Faker هو إضافة Chrome تم تطويرها بواسطة Lumium Extensions، والميزة الرئيسية لها هي "Pretend to redeem Google Play cards.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PS Faker
قم بتنزيل ملفات الامتداد PS Faker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
** This extension does NOT add money to your Google Play balance or generate gift codes ** This is a recreation of the Chrome extension made by popular Twitch streamer "Kitboga." It allows you to enter anything at the Google Play gift card redemption page while still showing a successful "Redeemed" message. Anger tech support scammers by making them think you've purchased gift cards but wasted it all. NOTE: This extension will prevent the ability to redeem Google Play cards, and prevent you from seeing your Google Play balance (otherwise it would show as $0). Never allow scammers into your actual PC, and never enter enter actual payment information into a scambaiting VM. This extension should never be used in the same environment where you would be redeeming gift cards.
معلومات أساسية عن التمديد
الاسم | PS Faker |
ID | fghepoefghnkmbhhjdmijjidpmphfojo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ps-faker/fghepoefghnkmbhhjdmijjidpmphfojo |
الوصف | Pretend to redeem Google Play cards. |
حجم الملف | 4.83 KB |
عدد التثبيتات | 78 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-06-07 |
تاريخ النشر | 2022-06-07 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | Lumium Extensions |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/lumiumextensions-privacy/home |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PS Faker", "description": "Pretend to redeem Google Play cards.", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/store\/paymentmethods", "https:\/\/play.google.com\/store\/games?code" ], "js": [ "googlePlay\/main.js" ], "css": [ "googlePlay\/main.css" ] } ] } |