Chrome Webstore Quick View

Chrome Webstore Quick View

The Easync Firefox Extension show you to view data about the Chrome Extension on Chrome Webstore without going inside the extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Chrome web store app",
  "description": "",
  "version": "0.1.1resigned1",
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "60.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chrome.google.com/webstore/category/extensions*",
        "https://chrome.google.com/webstore/category/collection/*",
        "https://chrome.google.com/webstore/search/*"
      ],
      "js": [
        "inject.js"
      ],
      "css": [
        "inject.css"
      ]
    }
  ]
}