DontBugMe

DontBugMe

DontBugMe allows you to easily use credentials from BugMeNot.com on any page.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "icons": {
    "16": "icon16.a9f16758.png",
    "48": "icon48.8b61933c.png",
    "128": "icon128.b357c0c6.png"
  },
  "action": {
    "default_icon": {
      "16": "icon16.a9f16758.png",
      "48": "icon48.8b61933c.png"
    },
    "default_popup": "popup.f9956ca0.html"
  },
  "version": "3.0.0",
  "name": "DontBugMe",
  "description": "DontBugMe allows you to easily use credentials from BugMeNot.com on any page.",
  "author": "vantezzen",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contents.b693b68c.js"
      ],
      "css": [
        "contents.73a9b2f8.css"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ]
}