Fake Redemption
For Kitboga
什么是Fake Redemption?
Fake Redemption是由dah.eepo开发的Chrome扩展程序,该扩展的主要功能是“For Kitboga”。
扩展截图
下载Fake Redemption扩展crx文件
下载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 |
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*" ] } ] } |