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 |
| 官方網址 | 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"
]
}
]
} | |