Snax.One
Snax blockchain wallet
ما هو Snax.One؟
Snax.One هو إضافة Chrome تم تطويرها بواسطة https://snax.one، والميزة الرئيسية لها هي "Snax blockchain wallet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Snax.One
قم بتنزيل ملفات الامتداد Snax.One بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Secure signature and authentication client solution for Snax Decentralized Social Media Overlay. With this tool you can create account on Snax blockchain, sign transactions, easily earn and tip SNAX tokens on Twitter, Reddit, and other social networks (*). Snax.One browser extension runs locally on your machine and works directly with Snax blockchain node. This is experimental software, released under the open source MIT license and is offered “AS IS” without warranty of any kind, express or implied. (*) The full current list of supported social networks you can find at https://snax.one/faq
معلومات أساسية عن التمديد
الاسم | |
ID | dolcmddbbplempeembpecnpllnbgjlal |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/snaxone/dolcmddbbplempeembpecnpllnbgjlal |
الوصف | Snax blockchain wallet |
حجم الملف | 2.2 MB |
عدد التثبيتات | 872 |
النسخة الحالية | 1.2.6 |
آخر تحديث | 2019-07-19 |
تاريخ النشر | 2019-07-19 |
تقييم | 4.67/5 مجموع تقييمات 12 |
المطور | https://snax.one |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/SnaxFoundation/snax-browser-extension |
عنوان صفحة المساعدة | https://snax.one/faq |
عنوان صفحة سياسة الخصوصية | https://snax.one/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snax.One", "short_name": "Snax.One", "version": "1.2.6", "manifest_version": 2, "author": "https:\/\/snax.one", "description": "Snax blockchain wallet", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "icon16.png", "38": "icon32.png", "128": "icon128.png" }, "default_title": "Snax.One", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.snax.one\/*", "https:\/\/snax.one\/*", "http:\/\/localhost:3000\/*" ], "js": [ "contentscript.bundle.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "injected.bundle.js" ], "permissions": [ "activeTab", "clipboardWrite", "clipboardRead", "https:\/\/snax.one\/*" ] } |