Loqu8.Capture.Chrome

Loqu8.Capture.Chrome

Extract content from Chrome

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "wcxbckg.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "wcx_ctxmenu.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ]
    }
  ],
  "description": "Extract content from Chrome",
  "icons": {
    "16": "i_sq16.png",
    "48": "i_sq48.png",
    "128": "i_sq128.png"
  },
  "manifest_version": 2,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnPy+Q8kCU/A7/GiUq3M6IGA+1+8e/7ws3G9oxDEuvRwRiUkkP7gnaKnlIAlAwCYGsvtDfzH3Q55Dm75k0dhriAu/FQCiBYCbUh42MEWzAegb7OypCUgV7t3IsHEDyHRhRkKp8ZkPDR63ybsOmvWBxWXhsbMGUpqhLEv1wDb/SMAnaWvMIXc8U6wuGVtp77SHAfLuI69dLp+PfQU/KOSYydgV9Fp2pLmpahphLBmswUdCUQfNzAhFoSxa/vR/npkjKqIa3KSqitr+cRp+gvv0t3SXn5jJdAYTGf72eb84ev0s55+P4aNrpI/T41jZcAhwA7fElJnRdv7kXv+lHePIbwIDAQAB",
  "name": "Loqu8.Capture.Chrome",
  "permissions": [
    "nativeMessaging",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "8.0.715"
}