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 |
| Eメール | [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"
]
}
]
} | |