UA Shuffle Firefox

Examine source code of UA Shuffle

Inspect and view changes in UA Shuffle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "UA Shuffle",
  "version": "1.1",
  "description": "Randomize from your custom list, set a specific User-Agent instantly, and edit your list on the fly.",
  "permissions": [
    "declarativeNetRequestWithHostAccess",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ua-shuffle@example.com",
      "minimum_firefox_version": "102.0"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_title": "UA Shuffle",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  }
}

Best UA Shuffle Alternatives

Here are some Firefox add-ons that are similar to UA Shuffle: