SocialPilot Firefox

Examine source code of SocialPilot

Inspect and view changes in SocialPilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SocialPilot",
  "description": "Easily Schedule Posts Across Multiple Social Media accounts",
  "version": "2.3.2",
  "icons": {
    "16": "icon/16.png",
    "24": "icon/24.png",
    "32": "icon/32.png",
    "40": "icon/40.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "action": {
    "default_icon": "/icon/Logo.png",
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/assets/*",
        "/icon/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "homepage_url": "https://socialpilot.co",
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'"
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2800B274-A638-49B1-B509-D38D4DB6B3BA}"
    }
  },
  "background": {
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content-scripts/content.js",
        "content-scripts/socialpilot-twitter.js",
        "content-scripts/zillow.js"
      ]
    }
  ]
}

Best SocialPilot Alternatives

Here are some Firefox add-ons that are similar to SocialPilot: