Inspect and view changes in Simplify Web.de 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": 2,
"name": "Simplify Web.de",
"version": "1.1.1",
"description": "Reduces content of web.de to show only the e-mail login form.\n\n Is this your main entry point to E-Mails every day? Are you annoyed of all the unnecessary ads and headlines? Then just simlpy hide them with this addon!",
"icons": {
"48": "icons/web_de_48.png",
"96": "icons/web_de_96.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"*://web.de/*"
],
"js": [
"jquery-3.3.1.min.js",
"simplify_webde.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{a98405a6-5349-4cc8-b7cd-276b23e50896}"
}
}
}