Paymet successful page

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

Co je Paymet successful page?

Paymet successful page je rozšíření Chrome vyvinuté charlieamer, a jeho hlavní funkcí je „After a hotkey is pressed, any link/button on page will open a fake "payment successful" page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Paymet successful page

Stáhněte si soubory rozšíření Paymet successful page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Paymet successful page Paymet successful page
ID gmocifagomhgblnjgocdgbngkamdcfop
Oficiální URL https://chromewebstore.google.com/detail/paymet-successful-page/gmocifagomhgblnjgocdgbngkamdcfop
Popis After a hotkey is pressed, any link/button on page will open a fake "payment successful" page
Velikost souboru 9.53 KB
Počet instalací 24
Aktuální Verze 1
Poslední Aktualizace 2018-08-11
Datum Vydání 2018-08-11
Vývojář charlieamer
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/charlieamer/FakePaymentSuccessPage
URL Stránky Nápovědy https://github.com/charlieamer/FakePaymentSuccessPage/issues
Podporované Jazyky 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"
}