Ultimate Poster for Facebook™

Ultimate Poster for Facebook™

Post to up to 20 Facebook groups in 1 click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "scripts/background.js"
  },
  "action": {
    "default_icon": {
      "16": "32.png",
      "48": "32.png",
      "128": "32.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "Ultimate Poster for Facebook™"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "css/content.css"
      ],
      "js": [
        "scripts/j.js",
        "scripts/content.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "css": [
        "css/content.css"
      ],
      "js": [
        "scripts/j.js",
        "scripts/mobile-content.js"
      ],
      "matches": [
        "*://m.facebook.com/*",
        "*://*.facebook.com/groups/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Post to up to 20 Facebook groups in 1 click!",
  "icons": {
    "16": "16.png",
    "24": "24.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "Ultimate Poster for Facebook™",
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://burroughsmedia.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.8.0",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/*",
        "scripts/*"
      ]
    }
  ]
}