CubDomain
Discover comprehensive website information with CubDomain.com. Get details on IP address, server location, WHOIS data, DNS records.
Τι είναι το CubDomain;
Το CubDomain είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.cubdomain.com, και η κύρια λειτουργία του είναι "Discover comprehensive website information with CubDomain.com. Get details on IP address, server location, WHOIS data, DNS records.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CubDomain
Λήψη αρχείων επέκτασης CubDomain σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
CubDomain.com is a productivity extension for Google Chrome that helps you to get the full information on Any Website. These are features: - Website Information: Retrieve IP address, creation date, last updated date, expiration date, HTTPS support, SSL start and end date, page load time, favicon, and more. - Server Location: Find IP address, country name, country code, capital, latitude, longitude, time zone, currency name, CIDR, ASN, and AS information. - WhoIs Details: Access domain WHOIS details, including registrar information, registration date, expiration date, name servers, and more. - HTTP Headers: Retrieve HTTP headers of a webpage, including server information, content type, cache control, and more. - DNS Records: Discover DNS records of a domain, including A, AAAA, CNAME, MX, NS, TXT, and other record types. - Is Safe?: Check the safety of a website using Google Safe Browsing, Norton SafeWeb, McAfee SiteAdvisor, Bitdefender TrafficLight, Yandex Infected, and WOT (Web of Trust). Feel free to explore and make the most out of our extension. If you have any questions, suggestions or need assistance, don't hesitate to reach out to our support team at [email protected]. Permissions 1."tabs" - is using the chrome.tabs API (getting bookmark links, creating new tabs with our link, reloading open pages of CubDomain.com) 2."http://*/" - access to all sites to get page content (alternative to all_urls) 3."https://*/" - access to all sites to get page content (alternative to all_urls) 4."cookies" - session recovery via cookies from CubDomain.com 5."notifications" - to show push notifications (completion of background tasks) 6."webRequest" - for automated information collection from web pages without direct opening of the pages by the user By installing the extension, you agree to and acknowledge: https://www.cubdomain.com/privacy-policy https://www.cubdomain.com/terms-and-conditions Disclaimer: This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.
Βασικές Πληροφορίες Επέκτασης
Όνομα | CubDomain |
ID | nbijddlmmmnopenggaoccacefajinlhb |
Επίσημο URL | https://chromewebstore.google.com/detail/cubdomain/nbijddlmmmnopenggaoccacefajinlhb |
Περιγραφή | Discover comprehensive website information with CubDomain.com. Get details on IP address, server location, WHOIS data, DNS records. |
Μέγεθος Αρχείου | 7.65 MB |
Αριθμός Εγκαταστάσεων | 1,063 |
Τρέχουσα Έκδοση | 1.1.3 |
Τελευταία Ενημέρωση | 2023-11-28 |
Ημερομηνία Δημοσίευσης | 2020-04-28 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://www.cubdomain.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.cubdomain.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.cubdomain.com/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.cubdomain.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CubDomain", "description": "Discover comprehensive website information with CubDomain.com. Get details on IP address, server location, WHOIS data, DNS records.", "homepage_url": "https:\/\/www.cubdomain.com", "version": "1.1.3", "action": { "default_title": "Discover comprehensive website information with CubDomain.com", "default_popup": "popup\/index.html", "default_icon": { "16": "img\/favicon\/16.png", "32": "img\/favicon\/32.png", "48": "img\/favicon\/48.png", "72": "img\/favicon\/72.png", "96": "img\/favicon\/96.png", "128": "img\/favicon\/128.png", "512": "img\/favicon\/512.png" } }, "icons": { "16": "img\/favicon\/16.png", "32": "img\/favicon\/32.png", "48": "img\/favicon\/48.png", "72": "img\/favicon\/72.png", "96": "img\/favicon\/96.png", "128": "img\/favicon\/128.png", "512": "img\/favicon\/512.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+C", "chromeos": "Ctrl+Shift+C", "linux": "Ctrl+Shift+C", "mac": "Ctrl+Shift+C", "windows": "Ctrl+Shift+C" } } }, "background": { "service_worker": "background\/service_worker.min.js" }, "permissions": [ "tabs", "activeTab", "scripting", "alarms", "cookies" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.cubdomain.com\/*" ] } } |