Twitcast downloader

Twitcast downloader

ツイキャスの録画動画を1クリックでダウンロード!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "html/background.html"
  },
  "browser_action": {
    "default_icon": "img/icon48.png",
    "default_title": "TwitcastDL"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "description": "ツイキャスの録画動画を1クリックでダウンロード!",
  "icons": {
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "Twitcast downloader",
  "options_page": "html/option.html",
  "permissions": [
    "bookmarks",
    "tabs",
    "http://*/*",
    "https://*/*",
    "notifications",
    "webNavigation"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1",
  "web_accessible_resources": [
    "manifest.json",
    "html/common.js",
    "html/background.html",
    "html/background.js",
    "html/option.html",
    "html/option.js",
    "img/icon16.png",
    "img/icon48.png",
    "img/icon128.png"
  ]
}