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 & WHOIS Lookup", "version": "1.0", "description": "Check domain age and WHOIS information instantly. Find when any website was created and if it's available for registration.", "author": "Noman Mohammad", "short_name": "Domain Age", "keywords": [ "domain age checker", "when was domain created", "check domain age", "website age checker", "how old is website", "domain history", "whois lookup", "domain availability" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/who.is\/*", "https:\/\/web.archive.org\/*" ], "background": { "service_worker": "background.js" } }