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": "Epik WHOIS Lookups IP Location Info & Count",
"description": "Enables display of IP address info upon click in the IP lookup dialog, and counters of total lookups for the corresponding IPs",
"version": "0.0.0.2",
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"*:\/\/registrar.epik.com\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"storage"
],
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
}
}