Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Domain Age Checker | Site Age Checker",
"version": "1.0",
"description": "Free WHOIS extension to instantly check domain age and details\u2014perfect for digital marketers, SEO specialists, and web analysts.",
"permissions": [
"tabs",
"activeTab"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/who-dat.as93.net\/*",
"https:\/\/publicsuffix.org\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": "icon128.png"
},
"icons": {
"128": "icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}