Psnine Plus Firefox

Examine source code of Psnine Plus

Inspect and view changes in Psnine Plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Psnine Plus",
  "version": "0.5.1resigned1",
  "manifest_version": 2,
  "author": "Kamisama",
  "description": "Tiny browser extension for Psnine",
  "homepage_url": "https://github.com/pciapcib/psnine-plus",
  "icons": {
    "128": "icons/alu.png"
  },
  "applications": {
    "gecko": {
      "id": "{b14254dd-fc6e-4927-8fb8-65e1565bf3aa}"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "*://*.psnine.com/*",
    "*://*.d7vg.com/*"
  ],
  "browser_action": {
    "default_icon": "icons/alu.png",
    "default_popup": "popup/popup.html",
    "default_title": "Psnine Plus"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.psnine.com/*",
        "*://*.d7vg.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "./jquery.min.js",
        "./tooltipster.bundle.min.js",
        "./psnine-plus.js"
      ],
      "css": [
        "./tooltipster.bundle.min.css",
        "./psnine-plus.css"
      ]
    }
  ]
}

Meilleures alternatives Psnine Plus

Voici quelques Firefox add-ons qui sont similaires à Psnine Plus :