Facebook Giveaway Helper

Facebook Giveaway Helper

Help you to choose the number which is not commented on facebook post.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Facebook Giveaway Helper",
  "version": "3.0",
  "description": "Help you to choose the number which is not commented on facebook post.",
  "permissions": [
    "activeTab",
    "https://*.facebook.com/*"
  ],
  "background": {
    "scripts": [
      "jquery.js",
      "bootstrap.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2
}