Improve the Nexus mods website with a quick download button and automatic downloads.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"icons": {
"16": "icon16.plasmo.e5aacfc8.png",
"32": "icon32.plasmo.70ab60e4.png",
"48": "icon48.plasmo.85256b30.png",
"64": "icon64.plasmo.8e2218bd.png",
"128": "icon128.plasmo.57b26a85.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.e5aacfc8.png",
"32": "icon32.plasmo.70ab60e4.png",
"48": "icon48.plasmo.85256b30.png",
"64": "icon64.plasmo.8e2218bd.png",
"128": "icon128.plasmo.57b26a85.png"
},
"default_popup": "popup.html"
},
"version": "0.1.10",
"author": "Tricked-dev <tricked@tricked.dev>",
"name": "BetterNexus",
"description": "Improve the Nexus mods website with a quick download button and automatic downloads.",
"background": {
"service_worker": "background.05306960.js"
},
"permissions": [
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"https://www.nexusmods.com/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}