GRE on FB

GRE on FB

Learn GRE Word List on facebook newsfeed and other sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Developer Owl",
  "content_scripts": [
    {
      "js": [
        "grePost.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "check.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Learn GRE Word List on facebook newsfeed and other sites",
  "browser_action": {
    "default_title": "GRE on FB",
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "GRE on FB",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "short_name": "GRE on FB",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.7"
}