Crypto Social Network Sharing Firefox

Examine source code of Crypto Social Network Sharing

Inspect and view changes in Crypto Social Network Sharing source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "My Crypto Social Network Sharing",
  "version": "1.0",
  "description": "A Firefox extension to share URLs on My Crypto Social Network.",
  "browser_specific_settings": {
    "gecko": {
      "id": "contact@cryptosocialnetwork.net"
    }
  },
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}

Best Crypto Social Network Sharing Alternatives

Here are some Firefox add-ons that are similar to Crypto Social Network Sharing: