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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "After a hotkey is pressed, any link/button on page will open a fake "payment successful" page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Paymet successful page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}