Inspect and view changes in Meta Mess 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": "Meta Mess",
"version": "0.0.0.1",
"manifest_version": 2,
"description": "Mess web pages by editing and executing JS (jQuery enabled).",
"icons": {
"16": "1.png",
"32": "1.png",
"48": "1.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"web_accessible_resources": [
"*.png"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jquery.min.js",
"injected.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}