Fake Redemption

For Kitboga

Fake Redemptionคืออะไร?

Fake Redemption เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dah.eepo และคุณลักษณะหลักของมันคือ "For Kitboga"

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

screenshot

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

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

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

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fake Redemption Fake Redemption
ID npkijobdaoheiemkkogpfmgeokmpmnde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fake-redemption/npkijobdaoheiemkkogpfmgeokmpmnde
คำอธิบาย For Kitboga
ขนาดไฟล์ 535 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 0.6.9
อัปเดตครั้งล่าสุด 2022-05-31
วันที่เผยแพร่ 2022-05-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา dah.eepo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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*"
            ]
        }
    ]
}