Screencast It

Screencast It

Select and record part of the page. No watermarks or limits.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_description__",
  "version": "1.4.78",
  "name": "__MSG_name__",
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-48.png"
  },
  "default_locale": "en",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_security_policy": "script-src 'self' https://www.googletagmanager.com https://*.google-analytics.com https://*.googleapis.com; object-src 'self'",
  "permissions": [
    "tabs",
    "<all_urls>",
    "downloads"
  ],
  "web_accessible_resources": [
    "videodisplay.html",
    "*.png"
  ],
  "manifest_version": 2
}