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是由https://dofo.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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'" } |