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