PS Faker

Pretend to redeem Google Play cards.

What is PS Faker?

PS Faker is a Chrome extension developed by Lumium Extensions, and its main feature is "Pretend to redeem Google Play cards.".

Extension Screenshots

screenshot
screenshot
screenshot

Download PS Faker Extension CRX File

Download PS Faker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ** 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.                    

Extension Basic Information

Name PS Faker PS Faker
ID fghepoefghnkmbhhjdmijjidpmphfojo
Official URL https://chromewebstore.google.com/detail/ps-faker/fghepoefghnkmbhhjdmijjidpmphfojo
Description Pretend to redeem Google Play cards.
File Size 4.83 KB
Installation Count 78
Current Version 1.0
Last Updated 2022-06-07
Publish Date 2022-06-07
Rating 4.00/5 Total 4 Ratings
Developer Lumium Extensions
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/lumiumextensions-privacy/home
Supported Languages 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"
            ]
        }
    ]
}