Twambit ScreenCast Recorder

Twambit ScreenCast Recorder

Record Your Computer Screen and Twambit will automatically publish on your page in a link

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.twambit.com/*",
        "https://twambit.com/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "description": "Record Your Computer Screen and Twambit will automatically publish on your page in a link",
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://www.twambit.com/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Twambit ScreenCast Recorder",
  "permissions": [
    "desktopCapture",
    "https://www.twambit.com/*",
    "tabs"
  ],
  "version": "2.0.4"
}