Inspect and view changes in Get IPs source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Get IPs",
"version": "1.2.0",
"description": "Get Server & Client IPs.",
"permissions": [
"clipboardWrite",
"dns",
"tabs",
"<all_urls>",
"http://*/*",
"https://*/*"
],
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/logo/getips-16.png",
"32": "images/logo/getips-32.png",
"48": "images/logo/getips-48.png",
"128": "images/logo/getips-128.png"
},
"default_title": "Get IPs"
},
"icons": {
"16": "images/logo/getips-16.png",
"32": "images/logo/getips-32.png",
"48": "images/logo/getips-48.png",
"128": "images/logo/getips-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{b3b6fdec-44fc-42df-a5f0-08c4d0b5df9a}"
}
}
}