Gl3amL0ad

Gl3amL0ad

Gleam.io extension for giveaways

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gl3amL0ad",
  "description": "Gleam.io extension for giveaways",
  "version": "1.6.2.4",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "/js/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "/js/embeded.js",
    "/js/ua/uaGen.js",
    "/js/ua/randexp.min.js"
  ],
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "46": "T_46x46.png"
    },
    "default_title": "Start Gl3amL0ad",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "T_128x128.png"
  },
  "permissions": [
    "activeTab",
    "*://*.gleam.io/*",
    "storage",
    "cookies"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.gleam.io/*"
    ]
  }
}