Renren Album Downloader

Renren Album Downloader

Download Renren album with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "2.4.18",
  "manifest_version": 2,
  "description": "__MSG_extDesc__",
  "permissions": [
    "*://*.rrimg.com/",
    "*://*.rrfmn.com/",
    "*://*.xnpic.com/",
    "*://*.xnimg.cn/",
    "*://*.xiaonei.com/",
    "*://photo.renren.com/"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://photo.renren.com/getalbumprofile.do?owner=*",
        "*://photo.renren.com/photo/*album-*"
      ],
      "js": [
        "lib/jquery-binary-ajax.js",
        "lib/jszip.js",
        "lib/base64ArrayBuffer.js",
        "lib/FileSaver.min.js",
        "lib/jquery.tmpl.min.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "style.css",
    "info.tmpl.html",
    "ui/download.png",
    "ui/checkmark.png"
  ],
  "options_page": "options.html",
  "default_locale": "zh_CN",
  "icons": {
    "16": "ui/logo_16.png",
    "48": "ui/logo_48.png",
    "128": "ui/logo_128.png"
  }
}