Web3Yak
Grab records from blockchain for Web3 Domain Name
ما هو Web3Yak؟
Web3Yak هو إضافة Chrome تم تطويرها بواسطة Web3Yak، والميزة الرئيسية لها هي "Grab records from blockchain for Web3 Domain Name".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Web3Yak
قم بتنزيل ملفات الامتداد Web3Yak بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Explore Decentralized Blockchain Domains with Web3Yak Name Extension Effortlessly access decentralized blockchain domains with our Web3 Domain Name extension. Get all the information you need in one place, including social handles, email, website URL, profile name, phone number, and various wallet addresses (ERC 20, BSC 20, Bitcoin, Filecoin, Polygon). Your privacy is our top priority. We do not collect any personal information, such as IP addresses, cookies, or site data. Feel confident and safe while using our extension. Get your own unique domain name for free. Visit our website for more information. Supported Domains: .eth .crypto & many more..
معلومات أساسية عن التمديد
الاسم | Web3Yak |
ID | bnilcbigahdocnjoanbblccndkmggjei |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/web3yak/bnilcbigahdocnjoanbblccndkmggjei |
الوصف | Grab records from blockchain for Web3 Domain Name |
حجم الملف | 60.93 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.8 |
آخر تحديث | 2023-05-09 |
تاريخ النشر | 2022-04-28 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Web3Yak |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://web3yak.com/ |
عنوان صفحة المساعدة | https://web3yak.com/app/knowledge-base/ |
عنوان صفحة سياسة الخصوصية | https://web3yak.com/app/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web3Yak", "description": "Grab records from blockchain for Web3 Domain Name", "homepage_url": "https:\/\/web3domain.org", "version": "1.8", "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "action": { "default_title": "execute.js will run (watch the Chrome DevTools' console)", "default_popup": "popup.html" }, "icons": { "128": "logo128.png" }, "content_scripts": [ { "run_at": "document_start", "js": [ "before.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }, { "run_at": "document_idle", "js": [ "jquery.min.js", "after.min.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ] } |