Web Recorder for Rocketbot Firefox

Examine source code of Web Recorder for Rocketbot

Inspect and view changes in Web Recorder for Rocketbot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Web Recorder for Rocketbot",
  "description": "Rocketbot extension to record actions in the browser",
  "version": "4.0.2",
  "manifest_version": 2,
  "author": "Danilo Toro",
  "browser_action": {
    "default_title": "recorder",
    "default_icon": {
      "32": "img/Grabador_ISO02.png"
    }
  },
  "icons": {
    "16": "img/Grabador_ISO01.png",
    "128": "img/Grabador_ISO01.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "js/utils.js",
        "js/content.js"
      ]
    }
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "js/utils.js",
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "downloads",
    "background",
    "tabs",
    "http://*/",
    "https://*/"
  ]
}

Best Web Recorder for Rocketbot Alternatives

Here are some Firefox add-ons that are similar to Web Recorder for Rocketbot: