Handle Stalker

Handle Stalker

This extension opens up the social network pages associated to a specific handle.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Handle Stalker",
  "description": "This extension opens up the social network pages associated to a specific handle.",
  "version": "1.3",
  "author": "Samantha Monteiro",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}