UltraWideo Firefox

Examine source code of UltraWideo

By: nonwip
Inspect and view changes in UltraWideo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "3.5.9",
  "short_name": "UltraWideo",
  "icons": {
    "16": "icon/emerald/16.png",
    "32": "icon/emerald/32.png",
    "48": "icon/emerald/48.png",
    "64": "icon/emerald/64.png",
    "128": "icon/emerald/128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "alarms",
    "tabs",
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    "/content-scripts/inject.css"
  ],
  "commands": {
    "toggle_activity": {
      "suggested_key": {
        "default": "Alt+Shift+X",
        "mac": "MacCtrl+Command+X"
      },
      "description": "__MSG_activity_sr__"
    },
    "toggle_mode": {
      "suggested_key": {
        "default": "Alt+Shift+Z",
        "mac": "MacCtrl+Command+Z"
      },
      "description": "__MSG_mode_sr__"
    },
    "toggle_helper": {
      "suggested_key": {
        "default": "Alt+Shift+A",
        "mac": "MacCtrl+Command+A"
      },
      "description": "__MSG_helper_sr__"
    },
    "increment_x": {
      "description": "__MSG_scale_increment_x_sr__"
    },
    "decrement_x": {
      "description": "__MSG_scale_decrement_x_sr__"
    },
    "increment_y": {
      "description": "__MSG_scale_increment_y_sr__"
    },
    "decrement_y": {
      "description": "__MSG_scale_decrement_y_sr__"
    },
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Period",
        "mac": "MacCtrl+Command+Period"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2339288d-f701-45d0-a57f-a847e9adc6cc}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "UltraWideo",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "css": [
        "content-scripts/inject.css"
      ],
      "js": [
        "content-scripts/inject.js"
      ]
    },
    {
      "matches": [
        "https://uw.wtf/*"
      ],
      "js": [
        "content-scripts/license.js"
      ]
    }
  ]
}

Best UltraWideo Alternatives

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