Get token by Vinhtool

Get token by Vinhtool

Get Facebook access_token by Vinhtool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Get token by Vinhtool",
  "description": "Get Facebook access_token by Vinhtool",
  "version": "1.2",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png"
    },
    "default_popup": "popup.html",
    "default_title": "Get token by Vinhtool"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "manifest_version": 2,
  "permissions": [
    "activeTab"
  ]
}