BuxInside Extension

BuxInside Extension

Account details, Sponsor ADS alert for website buxinside.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BuxInside Extension",
  "description": "Account details, Sponsor ADS alert for website buxinside.com",
  "version": "1.1.8",
  "author": "BuxInside",
  "background": {
    "page": "background.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "icons": {
    "60": "slogo2.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "slogo2.png"
  },
  "permissions": [
    "notifications",
    "storage",
    "background",
    "cookies",
    "*://www.buxinside.com/*"
  ],
  "manifest_version": 2
}