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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Dofo Domain Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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'"
}