Share Counters

Share Counters

View social share counters and share any page you visit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Share Counters",
  "short_name": "Share Counters",
  "description": "View social share counters and share any page you visit.",
  "version": "1.24",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "http://*/"
  ]
}