ShopGodt

ShopGodt

This extension grabs the information from the webpage so that you can godt/want/gift items.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ShopGodt",
  "description": "This extension grabs the information from the webpage so that you can godt/want/gift items.",
  "version": "1.0",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}