افزونه سرخطی بورس پیشرو

افزونه سرخطی بورس پیشرو

با خرید افزونه پیشرو، بدون محدودیت زمانی،سر خطی بزنید و جایگاه های بهتری کسب کنید

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "افزونه سرخطی بورس پیشرو",
  "description": "با خرید افزونه پیشرو، بدون محدودیت زمانی،سر خطی بزنید و جایگاه های بهتری کسب کنید",
  "version": "1.0.0",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://mofidonline.com/*",
    "*://*.emofid.com/*",
    "*://www.mofidonline.com/*",
    "*://pishroext.ir/*"
  ],
  "icons": {
    "16": "./public/img/pLogo1.png",
    "48": "./public/img/pLogo1.png",
    "128": "./public/img/pLogo1.png"
  },
  "action": {
    "default_icon": {
      "16": "./public/img/pLogo1.png",
      "48": "./public/img/pLogo1.png",
      "128": "./public/img/pLogo1.png"
    },
    "default_title": "کلیک کنید",
    "default_popup": "login.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://mofidonline.com/*",
        "*://*.emofid.com/*",
        "*://www.mofidonline.com/*"
      ],
      "all_frames": true,
      "js": [
        "jquery.js",
        "axios.min.js",
        "fp.min.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "click.js"
      ],
      "matches": [
        "*://mofidonline.com/*",
        "*://*.emofid.com/*"
      ]
    }
  ]
}