Iwara Downloader

Iwara Downloader

Download every video from iwara video list include google drive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "IwaraDown",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.9",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs",
    "downloads",
    "storage",
    "http://*.iwara.tv/*",
    "https://*.iwara.tv/*",
    "https://docs.google.com/*"
  ]
}