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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}