Crypto-Cardholder by PST.NET | Virtual cards

Cryto-Cardholder an advanced payment plugin with virtual cards from PST.NET. FREE CRYPTO CARDS in USD and EUR with instant issue

ما هو Crypto-Cardholder by PST.NET | Virtual cards؟

Crypto-Cardholder by PST.NET | Virtual cards هو إضافة Chrome تم تطويرها بواسطة https://pst.net، والميزة الرئيسية لها هي "Cryto-Cardholder an advanced payment plugin with virtual cards from PST.NET. FREE CRYPTO CARDS in USD and EUR with instant issue".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Crypto-Cardholder by PST.NET | Virtual cards

قم بتنزيل ملفات الامتداد Crypto-Cardholder by PST.NET | Virtual cards بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        👋 Meet Cardholder, an advanced browser extension for making payments with virtual payment cards from PST.NET Check out premium virtual cards in $ and € with crypto deposit and withdrawal (USDT, BTC) for online shopping and advertising. There is no limit on spend or the number of cards. Get your first virtual card in 1 minute, up to 100 virtual cards for free!

One click on the extension button opens the list of virtual cards (VCC) from your PST.NET account so you can choose one and swiftly copy card details for any purchase.
But wait, there's more!

🤩 Why Cardholder?
– Check the current balance of your virtual payment cards from PST.NET
– Insert card details in payment detail fields in just one click
– Receive 3D-Secure confirmation codes right into your browser

⭐️ Why PST.NET?
– Virtual crypto cards in $ and € for online shopping and advertising with 25+ premium BINs (Visa/Mastercard, Platinum Credit)
– FREE CARDS! Up to 100 free VCCs for a test and just 2% top-up fee
– 0% transaction fee
– 0% fee for withdrawal from the card
– 0% fee for declined payments
– 0% fee for operations on blocked cards
– Instant top-up with a crypto (Tether, Bitcoin), and other deposit options, including debit/credit cards and wire transfers

*For PRIVATE customers
learn more on PST.NET/private

See you at PST.NET, friends                    

معلومات أساسية عن التمديد

الاسم Crypto-Cardholder by PST.NET | Virtual cards Crypto-Cardholder by PST.NET | Virtual cards
ID mkfgeifgmfnklgfhdblfeeemhkhgigee
عنوان URL الرسمي https://chromewebstore.google.com/detail/crypto-cardholder-by-pstn/mkfgeifgmfnklgfhdblfeeemhkhgigee
الوصف Cryto-Cardholder an advanced payment plugin with virtual cards from PST.NET. FREE CRYPTO CARDS in USD and EUR with instant issue
حجم الملف 300 KB
عدد التثبيتات 3,116
النسخة الحالية 0.0.4
آخر تحديث 2023-04-23
تاريخ النشر 2023-04-17
تقييم 5.00/5 مجموع تقييمات 9
المطور https://pst.net
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://pst.net/legal/privacy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto-Cardholder by PST.NET | Virtual cards",
    "version": "0.0.4",
    "description": "Cryto-Cardholder an advanced payment plugin with virtual cards from PST.NET. FREE CRYPTO CARDS in USD and EUR with instant issue",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/icons\/logo-16.png",
        "48": "assets\/icons\/logo-48.png",
        "128": "assets\/icons\/logo-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options\/index.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "content-autofill.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "PST"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "sidebar\/*",
                "assets\/*"
            ]
        }
    ]
}