PS Faker

Pretend to redeem Google Play cards.

PS Fakerคืออะไร?

PS Faker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lumium Extensions และคุณลักษณะหลักของมันคือ "Pretend to redeem Google Play cards."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PS Faker

ดาวน์โหลดไฟล์ส่วนขยาย PS Faker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ** 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 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
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}