Paymet successful page

After a hotkey is pressed, any link/button on page will open a fake "payment successful" page

Paymet successful pageとは何ですか?

Paymet successful pageはcharlieamerによって開発されたChromeの拡張機能で、その主な機能は「After a hotkey is pressed, any link/button on page will open a fake "payment successful" page」です。

拡張機能のスクリーンショット

screenshot

Paymet successful page拡張機能のCRXファイルをダウンロード

Paymet successful page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Ever had fun with scam technical support, and wanted to continue past the "making payment" to see what will happen had you really paid for their services? This extension will allow you to (hopefully) trick them, and they will see a fake "payment success" page.

Usage: CTRL + M, and if any button/link is clicked, a fake "payment successful" will be generated.                    

拡張機能の基本情報

名前 Paymet successful page Paymet successful page
ID gmocifagomhgblnjgocdgbngkamdcfop
公式URL https://chromewebstore.google.com/detail/paymet-successful-page/gmocifagomhgblnjgocdgbngkamdcfop
説明 After a hotkey is pressed, any link/button on page will open a fake "payment successful" page
ファイルサイズ 9.53 KB
インストール数 24
現在のバージョン 1
最終更新日 2018-08-11
公開日 2018-08-11
開発者 charlieamer
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/charlieamer/FakePaymentSuccessPage
ヘルプページのURL https://github.com/charlieamer/FakePaymentSuccessPage/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paymet successful page",
    "description": "After a hotkey is pressed, any link\/button on page will open a fake \"payment successful\" page",
    "content_scripts": [
        {
            "js": [
                "index.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "success_body_only.html",
        "success_head_only.html"
    ],
    "icons": {
        "128": "icon.png"
    },
    "version": "1"
}