Downloader for Reddit™

Downloader for Reddit™

Download to folder full-sized images and videos from Reddit™

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Downloader for Reddit™",
  "short_name": "Downloader for Reddit™ - mass media downloader",
  "description": "Download to folder full-sized images and videos from Reddit™",
  "icons": {
    "16": "icons/favicon-16x16.png",
    "32": "icons/favicon-32x32.png",
    "96": "icons/favicon-96x96.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "62.0.0.0",
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-TvvjVk/YVnHfx+BwbyZ5pbOtTYl9u8PJNPSW6uAS818='; object-src 'self'; img-src 'self'",
  "web_accessible_resources": [
    "css/*",
    "images/*",
    "icons/*",
    "options.js"
  ],
  "background": {
    "permissions": [
      "*://*/*"
    ],
    "scripts": [
      "buy.js",
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.reddit.com/*",
        "*://reddit.com/*",
        "*://gateway.reddit.com/*",
        "*://v.redd.it/*",
        "*://i.redd.it/*",
        "*://imgur.com/*",
        "*://www.imgur.com/*",
        "*://i.imgur.com/*",
        "https://api.gfycat.com/*",
        "https://gfycat.com/*"
      ],
      "js": [
        "checker.js",
        "saver.js"
      ],
      "css": [
        "css/styles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "downloads",
    "activeTab",
    "contextMenus",
    "https://www.googleapis.com/",
    "identity",
    "storage",
    "*://www.reddit.com/*",
    "*://reddit.com/*",
    "*://gateway.reddit.com/*",
    "*://v.redd.it/*",
    "*://i.redd.it/*",
    "*://imgur.com/*",
    "*://www.imgur.com/*",
    "*://i.imgur.com/*",
    "https://api.gfycat.com/*",
    "https://gfycat.com/*",
    "https://gql.reddit.com/*"
  ],
  "oauth2": {
    "client_id": "942854852892-vlgm7v2mrvbvku877kar3dvn95j0s149.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "browser_action": {
    "default_title": "-not active-",
    "default_icon": {
      "19": "icons/favicon-32x32.png",
      "38": "icons/favicon-96x96.png"
    },
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.6"
}