ThemeForest Upload Progress

ThemeForest Upload Progress

To add a percentage to the file upload progress bar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ThemeForest Upload Progress",
  "version": "0.3",
  "description": "To add a percentage to the file upload progress bar",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://themeforest.net/author_dashboard"
      ],
      "css": [
        "tf_styles.css"
      ],
      "js": [
        "jquery.js",
        "tf_script.js"
      ]
    }
  ]
}