Inspect and view changes in URL Params Editor Pro Max+ 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
{
"manifest_version": 3,
"version": "1.0.1",
"name": "URL Params Editor Pro Max+",
"description": "URL Params Editor Pro Max Plus is the browser extension to view/edit/copy decoded URL parameters.",
"author": "ABC Academy (Kumar)",
"permissions": [
"tabs",
"clipboardWrite",
"webNavigation"
],
"icons": {
"16": "images/icon+16.png",
"24": "images/icon+24.png",
"32": "images/icon+32.png",
"48": "images/icon+48.png",
"64": "images/icon+64.png",
"128": "images/icon+128.png",
"256": "images/icon+256.png",
"512": "images/icon+512.png"
},
"background": {
"service_worker": "service_worker.js"
},
"action": {
"default_icon": {
"16": "images/icon+16.png",
"24": "images/icon+24.png",
"32": "images/icon+32.png"
},
"default_title": "URL Params Editor Pro Max+\nClick to view/edit/copy decoded URL parameters.",
"default_popup": "popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}