FuckMooc

FuckMooc

This plugin can fast forward the video on Moocollege.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FuckMooc",
  "description": "This plugin can fast forward the video on Moocollege.",
  "version": "1.5",
  "icons": {
    "128": "fuckmooc_big.png"
  },
  "browser_action": {
    "default_icon": "fuckmooc.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}