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
电子邮箱 [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"
}