AssetView

AssetView

AssetView plugin.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AssetView",
  "version": "9.2.0.1001",
  "description": "AssetView plugin.",
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "jquery-1.12.4.min.js",
        "main.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "bgp.js",
      "background-url-logger.js"
    ],
    "persistent": true
  },
  "permissions": [
    "nativeMessaging",
    "webRequest",
    "webNavigation",
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmAvgYZute8cpgWIkfyiymQbdwYVmv7PKAXa0tKbL7cvGo53VIoCrLg5lvU+B0vKm3654uPQQs86Q91Pw+PJgB9KKXZrY+zhRvGQNHYSJ0fPKWFhb/w+i2MsJ2SqYfe0/bSl9XvbQPdJZ/kDPSYpW0I0PZ1zTvOMC6msf3HUXpInVhRcvpujkfD1qbeodkibHA3cN4ypfJUI8fyeockLERAt+oEFha5xuyiRVI9REnZHF6XlPKK+ckGqGu4IRF9702XoQ3wJ6DZHwTGgPFKJlMNltKwXBVBBjTv+Etf1piIfWiWT/yRU/jYbahIojXFWSXDQ1YEfRzyZiFwmrfgxSEQIDAQAB"
}