Buffer

Buffer

Buffer is the best way to share great content to Instagram, Twitter, Facebook, TikTok, Mastodon, Google Business Profiles, Pinterest and LinkedIn from anywhere on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "homepage_url": "https://buffer.com",
  "version": "6.0.9",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": false
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "webRequest",
    "*://*.buffer.com/"
  ],
  "web_accessible_resources": [
    "manifest.json",
    "*.png",
    "*.css",
    "*.svg"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "keymaster.js",
        "buffer-hotkey.js",
        "buffer-hover-button.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "toggle-icon.js"
      ]
    },
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "buffer-reddit.js"
      ]
    },
    {
      "matches": [
        "*://*.twitter.com/*",
        "*://*.x.com/*"
      ],
      "exclude_matches": [
        "*://tweetdeck.twitter.com/*",
        "*://tweetdeck.x.com/*"
      ],
      "js": [
        "buffer-twitter.js"
      ]
    },
    {
      "matches": [
        "*://tweetdeck.twitter.com/*",
        "*://tweetdeck.x.com/*"
      ],
      "js": [
        "buffer-tweetdeck.js"
      ],
      "css": [
        "buffer-tweetdeck.css"
      ]
    },
    {
      "matches": [
        "*://*.pinterest.com/*",
        "*://*.pinterest.pt/*",
        "*://*.pinterest.de/*",
        "*://*.pinterest.com.mx/*",
        "*://*.pinterest.ie/*",
        "*://*.pinterest.co.uk/*",
        "*://*.pinterest.fr/*",
        "*://*.pinterest.es/*",
        "*://*.pinterest.nl/*",
        "*://*.pinterest.ca/*",
        "*://*.pinterest.dk/*",
        "*://*.pinterest.at/*",
        "*://*.pinterest.se/*",
        "*://*.pinterest.ch/*",
        "*://*.pinterest.jp/*",
        "*://*.pinterest.nz/*",
        "*://*.pinterest.com.au/*"
      ],
      "js": [
        "buffer-pinterest.js"
      ],
      "css": [
        "buffer-pinterest.css"
      ]
    },
    {
      "matches": [
        "*://*.ycombinator.org/*",
        "*://*.ycombinator.com/*"
      ],
      "js": [
        "buffer-hn.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jid1-zUyU7TGKwejAyA@jetpack"
    }
  }
}