Auto Load New Posts for Google+™

Auto Load New Posts for Google+™

Load new posts on Google+ automatically.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Auto Load New Posts for Google+™",
  "description": "Load new posts on Google+ automatically.",
  "version": "1.3.14",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://plus.google.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ]
}