Smart Scheduler

Smart Scheduler

Schedule your post anytime anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smart Scheduler",
  "version": "1.4.6",
  "manifest_version": 3,
  "description": "Schedule your post anytime anywhere.",
  "icons": {
    "16": "images/60eae92ca1974c03c4414d82-Smart_Poster-1632566156249-small_icon.png",
    "48": "images/60eae92ca1974c03c4414d82-Smart_Poster-1632566156311-medium_icon.png",
    "128": "images/60eae92ca1974c03c4414d82-Smart_Poster-1632566156372-large_icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Smart Scheduler"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.png",
        "images/*.svg",
        "images/*.gif",
        "inject-helper/img/*.gif",
        "inject-helper/img/*.png",
        "monkeyPatch.js"
      ],
      "matches": [
        "*://*.facebook.com/*",
        "*://facebook.com/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "clipboardWrite",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "*://*.facebook.com/*",
    "*://facebook.com/*",
    "https://cdn.tiny.cloud/*"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "inject-helper/css/common.css"
      ],
      "js": [
        "inject-helper/js/jquery-3.1.0.min.js",
        "inject-helper/js/arrive.js",
        "inject-helper/js/lazyload.min.js",
        "inject-helper/js/snackbar-toast.js",
        "614efb8ce072384cadbc4653_content.js"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "614efb8ce072384cadbc4653_background.js"
  },
  "externally_connectable": {
    "matches": [
      "https://*.facebook.com/*"
    ]
  },
  "short_name": "SS"
}