Hangout Share Plus beta

Hangout Share Plus beta

BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hangout Share Plus beta",
  "version": "0.51",
  "description": "BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!",
  "content_scripts": [
    {
      "matches": [
        "https://hangouts.google.com/webchat/*"
      ],
      "all_frames": true,
      "js": [
        "page.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs"
  ],
  "web_accessible_resources": [
    "share_icon.png"
  ],
  "manifest_version": 2
}