Postr

Postr

Convert your social network post to image with nice design

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Postr",
  "description": "Convert your social network post to image with nice design",
  "version": "1.2.0",
  "manifest_version": 3,
  "icons": {
    "16": "/icons/icon-16.png",
    "48": "/icons/icon-48.png",
    "128": "/icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.facebook.com/*",
        "https://*.instagram.com/*",
        "https://*.youtube.com/*",
        "https://*.twitter.com/*"
      ],
      "js": [
        "script.js"
      ],
      "all_frames": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}