Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.9",
"name": "JSON Formatter",
"description": "Automatic URL Encoder, Decoder tool with JSON Formatter, Validator and Beautifier features",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"react-app-holder.js"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"*:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"Images\/extension-icon.png",
"Images\/dot-icon.png",
"icons\/edit.svg",
"icons\/tittle.svg",
"icons\/accept.svg",
"icons\/empty_star.svg",
"icons\/filled_star.svg"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"storage"
],
"icons": {
"16": "icons\/Group.png",
"32": "icons\/Group.png",
"64": "icons\/Group.png",
"128": "icons\/Group.png"
}
}