Fake Redemption

For Kitboga

What is Fake Redemption?

Fake Redemption is a Chrome extension developed by dah.eepo, and its main feature is "For Kitboga".

Extension Screenshots

screenshot

Download Fake Redemption Extension CRX File

Download Fake Redemption 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 generates a 'fake' apple page intentionally when searching for 'redeem apple gift card'. This is strictly only used to mess with call scammers and cannot be used in a malicious manner. The validation only checks for the beginning letters of the card to be "XX" to successfully 'redeem' the fake cards. Great for making some revenge on those awful call scammers.                    

Extension Basic Information

Name Fake Redemption Fake Redemption
ID npkijobdaoheiemkkogpfmgeokmpmnde
Official URL https://chromewebstore.google.com/detail/fake-redemption/npkijobdaoheiemkkogpfmgeokmpmnde
Description For Kitboga
File Size 535 KB
Installation Count 14
Current Version 0.6.9
Last Updated 2022-05-31
Publish Date 2022-05-31
Rating 5.00/5 Total 1 Ratings
Developer dah.eepo
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fake Redemption",
    "version": "0.6.9",
    "description": "For Kitboga",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/search?q=redeem+apple+gift+card*"
            ]
        }
    ]
}