GameHunters.Club Share Bonus Links

GameHunters.Club Share Bonus Links

A simple tool that helps you share your bonus links on GameHunters.Club

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GameHunters.Club Share Bonus Links",
  "short_name": "ShareBonusLinks",
  "version": "1.0.0.20",
  "description": "A simple tool that helps you share your bonus links on GameHunters.Club",
  "icons": {
    "32": "images/icon-32x32.png",
    "48": "images/icon-48x48.png",
    "128": "images/icon-128x128.png"
  },
  "browser_action": {
    "default_icon": "images/icon-128x128.png",
    "default_popup": "html/display.html",
    "default_title": "ShareBonusLinks"
  },
  "background": {
    "scripts": [
      "helper/jquery-2.1.4.js",
      "helper/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://facebook.com/*",
        "*://*.facebook.com/*",
        "*://gamehunters.club/*"
      ],
      "js": [
        "helper/jquery-2.1.4.js",
        "helper/identifier.js",
        "helper/content.js"
      ],
      "all_frames": false
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "*://*/*"
  ]
}