ContextualOrganizer Firefox

Examine source code of ContextualOrganizer

By: ABC8 Add-on
Inspect and view changes in ContextualOrganizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ContextualOrganizer - Smart Download Sorter",
  "version": "1.0",
  "description": "Organize downloaded files into appropriate folders based on their content",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "downloads",
    "downloads.open",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "lib/file-type-detector.js",
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "contextualorganizer@smartsortingsolutions.com"
    }
  }
}

Best ContextualOrganizer Alternatives

Here are some Firefox add-ons that are similar to ContextualOrganizer: