V Wallet Extension

A browser extension wallet for V Systems

ما هو V Wallet Extension؟

V Wallet Extension هو إضافة Chrome تم تطويرها بواسطة V Systems، والميزة الرئيسية لها هي "A browser extension wallet for V Systems".

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

تحميل ملف CRX للإضافة V Wallet Extension

قم بتنزيل ملفات الامتداد V Wallet Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        V Systems mainnet offers both hot wallet and cold wallet in order to provide the best security solution to store your VSYS Coin.                    

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

الاسم V Wallet Extension V Wallet Extension
ID afccgfbnbpgfdokbllhiccepgggofoco
عنوان URL الرسمي https://chromewebstore.google.com/detail/v-wallet-extension/afccgfbnbpgfdokbllhiccepgggofoco
الوصف A browser extension wallet for V Systems
حجم الملف 9.39 MB
عدد التثبيتات 417
النسخة الحالية 1.2.2
آخر تحديث 2022-06-10
تاريخ النشر 2022-01-09
تقييم 5.00/5 مجموع تقييمات 1
المطور V Systems
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://v.systems/
عنوان صفحة سياسة الخصوصية https://v.systems/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "V Wallet Extension",
    "version": "1.2.2",
    "description": "A browser extension wallet for V Systems",
    "icons": {
        "16": "static\/icons\/ic_v_logo@3x(1).png",
        "19": "static\/icons\/ic_v_logo@3x(1).png",
        "38": "static\/icons\/ic_v_logo@3x(1).png",
        "48": "static\/icons\/ic_v_logo@3x(1).png",
        "128": "static\/icons\/ic_v_logo@3x(1).png"
    },
    "browser_action": {
        "default_icon": "static\/icons\/ic_v_logo@3x(1).png",
        "default_title": "V Wallet Extension",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "inpage.main.js"
    ],
    "permissions": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}