Paymet successful page

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

Co to jest Paymet successful page?

Paymet successful page to rozszerzenie Chrome opracowane przez charlieamer, a jego główną funkcją jest „After a hotkey is pressed, any link/button on page will open a fake "payment successful" page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Paymet successful page

Pobierz pliki rozszerzeń Paymet successful page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Paymet successful page Paymet successful page
ID gmocifagomhgblnjgocdgbngkamdcfop
Oficjalny URL https://chromewebstore.google.com/detail/paymet-successful-page/gmocifagomhgblnjgocdgbngkamdcfop
Opis After a hotkey is pressed, any link/button on page will open a fake "payment successful" page
Rozmiar pliku 9.53 KB
Liczba instalacji 24
Aktualna Wersja 1
Ostatnia Aktualizacja 2018-08-11
Data Publikacji 2018-08-11
Deweloper charlieamer
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/charlieamer/FakePaymentSuccessPage
Adres URL Strony Pomocy https://github.com/charlieamer/FakePaymentSuccessPage/issues
Obsługiwane Języki 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"
}