Bb Collab - Playback Speeder

Bb Collab - Playback Speeder

Fast forward your online lectures!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bb Collab - Playback Speeder",
  "version": "1.6",
  "description": "Fast forward your online lectures!",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Playback Speeder",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/logo_16.png",
      "32": "images/logo_32.png",
      "48": "images/logo_48.png",
      "128": "images/logo_128.png"
    }
  },
  "icons": {
    "16": "images/logo_16.png",
    "32": "images/logo_32.png",
    "48": "images/logo_48.png",
    "128": "images/logo_128.png"
  },
  "manifest_version": 2
}