PS Faker
Pretend to redeem Google Play cards.
Apa itu PS Faker?
PS Faker adalah ekstensi Chrome yang dikembangkan oleh Lumium Extensions, dan fitur utamanya adalah "Pretend to redeem Google Play cards.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PS Faker
Unduh file ekstensi PS Faker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
** 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.
Informasi Dasar Ekstensi
Nama | PS Faker |
ID | fghepoefghnkmbhhjdmijjidpmphfojo |
URL Resmi | https://chromewebstore.google.com/detail/ps-faker/fghepoefghnkmbhhjdmijjidpmphfojo |
Deskripsi | Pretend to redeem Google Play cards. |
Ukuran File | 4.83 KB |
Jumlah Instalasi | 78 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-06-07 |
Tanggal Publikasi | 2022-06-07 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | Lumium Extensions |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://sites.google.com/view/lumiumextensions-privacy/home |
Bahasa yang Didukung | 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" ] } ] } |