Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NX Enhanced",
"version": "5.1.3.1",
"description": "Adds quality-of-life features to NextDNS website for a more practical usability",
"icons": {
"128": "icon.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/my.nextdns.io\/*",
"https:\/\/api.nextdns.io\/*"
],
"js": [
"utils.js",
"NXEnhanced.js"
]
}
],
"options_ui": {
"page": "options-page.html"
},
"action": {
"default_title": "NX Enhanced",
"default_icon": "icon.png",
"default_popup": "popup.html"
}
}