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.
What is Dofo Domain Search?
Dofo Domain Search is a Chrome extension developed by https://dofo.com, and its main feature is "There are 30 million domain names for sale. See if any domain name is for sale or available directly into your browser.".
Extension Screenshots
Download Dofo Domain Search Extension CRX File
Download Dofo Domain Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Dofo Domain Search |
ID | hghimidbnoidnkppilangfncobhgijcj |
Official URL | https://chromewebstore.google.com/detail/dofo-domain-search/hghimidbnoidnkppilangfncobhgijcj |
Description | There are 30 million domain names for sale. See if any domain name is for sale or available directly into your browser. |
File Size | 210 KB |
Installation Count | 233 |
Current Version | 1.1.0 |
Last Updated | 2021-01-08 |
Publish Date | 2020-06-23 |
Rating | 3.67/5 Total 6 Ratings |
Developer | https://dofo.com |
[email protected] | |
Payment Type | free |
Extension Website | https://dofo.com |
Privacy Policy Page URL | https://dofo.com/privacy |
Supported Languages | 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'" } |