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 |
官方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'" } |