PS Faker
Pretend to redeem Google Play cards.
Cos'è PS Faker?
PS Faker è un'estensione di Chrome sviluppata da Lumium Extensions, e la sua funzione principale è "Pretend to redeem Google Play cards.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PS Faker
Scarica i file di estensione PS Faker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
** 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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fghepoefghnkmbhhjdmijjidpmphfojo |
| URL Ufficiale | https://chromewebstore.google.com/detail/ps-faker/fghepoefghnkmbhhjdmijjidpmphfojo |
| Descrizione | Pretend to redeem Google Play cards. |
| Dimensione del File | 4.83 KB |
| Conteggio Installazioni | 78 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2022-06-07 |
| Data di Pubblicazione | 2022-06-07 |
| Valutazione | 4.00/5 Totale 4 Valutazioni |
| Sviluppatore | Lumium Extensions |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/lumiumextensions-privacy/home |
| Lingue Supportate | 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"
]
}
]
} | |