Paymet successful page

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

Cos'è Paymet successful page?

Paymet successful page è un'estensione di Chrome sviluppata da charlieamer, e la sua funzione principale è "After a hotkey is pressed, any link/button on page will open a fake "payment successful" page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Paymet successful page

Scarica i file di estensione Paymet successful page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Paymet successful page Paymet successful page
ID gmocifagomhgblnjgocdgbngkamdcfop
URL Ufficiale https://chromewebstore.google.com/detail/paymet-successful-page/gmocifagomhgblnjgocdgbngkamdcfop
Descrizione After a hotkey is pressed, any link/button on page will open a fake "payment successful" page
Dimensione del File 9.53 KB
Conteggio Installazioni 24
Versione Corrente 1
Ultimo Aggiornamento 2018-08-11
Data di Pubblicazione 2018-08-11
Sviluppatore charlieamer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/charlieamer/FakePaymentSuccessPage
URL della Pagina di Aiuto https://github.com/charlieamer/FakePaymentSuccessPage/issues
Lingue Supportate 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"
}