Chatrandom Filter Firefox

Examine source code of Chatrandom Filter

Inspect and view changes in Chatrandom Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Chatrandom Filter",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "Filter Chatrandom users by gender",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_title": "Chatrandom Filter",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "src/background/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatrandom.com/*"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    }
  ]
}

Meilleures alternatives Chatrandom Filter

Voici quelques Firefox add-ons qui sont similaires à Chatrandom Filter :