StutterBuddy ETHZ Firefox

Examine source code of StutterBuddy ETHZ

By: Jonas Add-on
Inspect and view changes in StutterBuddy ETHZ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "StutterBuddy ETH extension",
  "description": "Extension to submit videos to StutterBuddy from the ETH video portal",
  "version": "1.0.1",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "180": "icon180.png"
  },
  "permissions": [
    "https://stutterbuddy.ch/*",
    "storage",
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://video.ethz.ch/*"
      ],
      "js": [
        "getVideos.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "IDNeededToUseStorage@firefox.com"
    }
  }
}

Best StutterBuddy ETHZ Alternatives

Here are some Firefox add-ons that are similar to StutterBuddy ETHZ: