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