Raiplay downloader

Raiplay downloader

Download your favorite video contents from Raiplay

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "homepage_url": "https://facebook.com/realrecordzlab",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "https://www.raiplay.it/*",
    "https://*.akamaihd.net/*",
    "https://raiplay-party.herokuapp.com/*",
    "tabs",
    "activeTab",
    "webRequest"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "room.html"
  ],
  "page_action": {},
  "version": "2.0.1",
  "content_security_policy": "script-src 'self' ; object-src 'self'"
}