Dofo Domain Search
There are 30 million domain names for sale. See if any domain name is for sale or available directly into your browser.
ما هو Dofo Domain Search؟
Dofo Domain Search هو إضافة Chrome تم تطويرها بواسطة https://dofo.com، والميزة الرئيسية لها هي "There are 30 million domain names for sale. See if any domain name is for sale or available directly into your browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dofo Domain Search
قم بتنزيل ملفات الامتداد Dofo Domain Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
There are 360 million domain names, and more than 30 million of them are for sale on various marketplaces. You can see if a domain name is for sale or available directly into your browser.
معلومات أساسية عن التمديد
الاسم | Dofo Domain Search |
ID | hghimidbnoidnkppilangfncobhgijcj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dofo-domain-search/hghimidbnoidnkppilangfncobhgijcj |
الوصف | There are 30 million domain names for sale. See if any domain name is for sale or available directly into your browser. |
حجم الملف | 210 KB |
عدد التثبيتات | 233 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2021-01-08 |
تاريخ النشر | 2020-06-23 |
تقييم | 3.67/5 مجموع تقييمات 6 |
المطور | https://dofo.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://dofo.com |
عنوان صفحة سياسة الخصوصية | https://dofo.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dofo Domain Search", "short_name": "Dofo", "version": "1.1.0", "description": "There are 30 million domain names for sale. See if any domain name is for sale or available directly into your browser.", "permissions": [ "tabs", "https:\/\/dofo.com\/*", "https:\/\/ajax.googleapis.com\/*" ], "icons": { "16": "assets\/images\/dofo-extension-16.png", "48": "assets\/images\/dofo-extension-48.png", "64": "assets\/images\/dofo-extension-64.png", "128": "assets\/images\/dofo-extension-128.png" }, "browser_action": [], "background": { "scripts": [ "backgroundPage.js" ], "persistent": false }, "content_security_policy": "script-src 'self'; object-src 'self'; font-src 'self'" } |