Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Domain Details - RDAP & WHOIS Data in Your Browser",
"version": "1.1.1",
"description": "Instant, private domain lookups. Get RDAP\/WHOIS data, expiration dates, nameservers, and registrar details right in your browser.",
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"action": {
"default_popup": "popup.html",
"default_title": "Domain Details - Domain Lookup",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}