INFINITE Browser Wallet
INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.
ما هو INFINITE Browser Wallet؟
INFINITE Browser Wallet هو إضافة Chrome تم تطويرها بواسطة https://infiniteworld.com، والميزة الرئيسية لها هي "INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة INFINITE Browser Wallet
قم بتنزيل ملفات الامتداد INFINITE Browser Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph. Fully integrated into the INFINITE marketplace on https://infiniteworld.com معلومات أساسية عن التمديد
| الاسم | |
| ID | jijmcpjphgekceoblbgeffccmganjaig |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/infinite-browser-wallet/jijmcpjphgekceoblbgeffccmganjaig |
| الوصف | INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph. |
| حجم الملف | 5.53 MB |
| عدد التثبيتات | 205 |
| النسخة الحالية | 0.1.0 |
| آخر تحديث | 2021-10-03 |
| تاريخ النشر | 2021-10-03 |
| المطور | https://infiniteworld.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://goinfinite.io |
| عنوان صفحة المساعدة | https://goinfinite.io/help |
| عنوان صفحة سياسة الخصوصية | https://suku.world/privacy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"homepage_url": "http:\/\/localhost:8080\/",
"description": "INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.",
"default_locale": "en",
"permissions": [
"storage",
"unlimitedStorage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"js\/inject.js"
],
"content_security_policy": "script-src 'self' ; object-src 'self'",
"browser_action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"version": "0.1.0"
} | |