Themeforest High Resolution Thumbnails

Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Themeforest High Resolution Thumbnails",
  "version": "1.2",
  "author": "M. Mahbubur Rahman <[email protected]>",
  "manifest_version": 2,
  "description": "Browse themeforest with Theme Picture instead of Theme avatar",
  "short_name": "Themeforest thumbnails",
  "browser_action": {
    "name": "ThemeForest Thumb",
    "icons": [
      "icon.png"
    ],
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "background.js"
      ],
      "matches": [
        "http://themeforest.net/category/*",
        "http://themeforest.net/search?*",
        "http://themeforest.net/tags/*",
        "http://themeforest.net/popular_item/*"
      ]
    }
  ]
}