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": "IP Location Lookup",
"description": "IP Location Lookup by ipwhois.io",
"version": "1.2.1",
"author": "IPWHOIS.io",
"icons": {
"128": "icon_128.png"
},
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/ipwhois.app\/*",
"https:\/\/cdn.ipwhois.io\/*"
]
}