ExP+ for FxP

ExP+ for FxP

כי לפעמים צריך לגוון – חווית גלישה נעימה יותר ב־FxP.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ExP+ for FxP",
  "version": "1.6",
  "description": "כי לפעמים צריך לגוון – חווית גלישה נעימה יותר ב־FxP.",
  "icons": {
    "128": "./icons/128.png"
  },
  "browser_action": {
    "default_icon": "./icons/128.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "./scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.fxp.co.il/misc.php?do=getsmilies&editorid*"
      ],
      "js": [
        "./scripts/scriptMain.js"
      ],
      "run_at": "document_end"
    }
  ]
}