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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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'" } |