PS Faker
Pretend to redeem Google Play cards.
什么是PS Faker?
PS Faker是由Lumium Extensions开发的Chrome扩展程序,该扩展的主要功能是“Pretend to redeem Google Play cards.”。
扩展截图
下载PS Faker扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |