Facebook Npc Marker Firefox

Examine source code of Facebook Npc Marker

By: Andras Add-on
Inspect and view changes in Facebook Npc Marker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Facebook Npc Marker",
  "version": "0.8",
  "manifest_version": 3,
  "description": "Highlights identified troll profiles' comments, reactions on Facebook. Also marks profiles on Followers page.",
  "icons": {
    "48": "icon.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@facebook-npc-marker",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://facebook.com/**",
        "https://www.facebook.com/**",
        "https://www.facebook.com/"
      ],
      "js": [
        "sources.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/datasources/telex/profiles.json",
        "assets/npc.png"
      ],
      "matches": [
        "https://facebook.com/*",
        "https://www.facebook.com/*"
      ]
    }
  ]
}

Best Facebook Npc Marker Alternatives

Here are some Firefox add-ons that are similar to Facebook Npc Marker: