File Renamer

File Renamer

Renames the files downloaded from Course Page of VIT Academics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "File Renamer",
  "description": "Renames the files downloaded from Course Page of VIT Academics",
  "version": "0.3.9",
  "minimum_chrome_version": "26.0.1428",
  "background": {
    "scripts": [
      "rename_bg.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "downloads",
    "*://vtop.vit.ac.in/*"
  ]
}