Bourse Trend

Bourse Trend

افزونه بورس، ابزار تابلو خوانی

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "images/app_icon_128.png",
    "default_popup": "views/popup.html",
    "default_title": "Bourse trend | بورس ترند"
  },
  "content_scripts": [
    {
      "css": [
        "css/bootstrap.min.css",
        "css/regular.css",
        "css/jquery-spinner.min.css"
      ],
      "js": [
        "script/jquery-3.5.0.min.js",
        "script/axios.min.js",
        "content.js",
        "script/lodash.js",
        "script/bootstrap.min.js",
        "script/popper.min.js",
        "script/jquery-spinner.min.js",
        "script/sweetalert2.9.js",
        "script/highcharts.js",
        "script/exporting.js",
        "script/export-data.js",
        "script/accessibility.js",
        "script/fontawesome.js"
      ],
      "matches": [
        "*://*.tsetmc.com/*",
        "*://*.tsetmc.ir/*",
        "*://*.185.117.204.245/*",
        "*://*.91.99.96.232/*",
        "*://*.77.238.123.174/*"
      ],
      "exclude_matches": [
        "http://new.tsetmc.com/treemap"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "nobitex/styles.css"
      ],
      "js": [
        "script/jquery-3.5.0.min.js",
        "script/lodash.js",
        "script/popper.min.js",
        "nobitex/scripts.js"
      ],
      "matches": [
        "*://nobitex.ir/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "افزونه بورس، ابزار تابلو خوانی",
  "differential_fingerprint": "1.bff488fb4b35e328fcd8036e0f85af0e69a7a22ff6c02c66f839e5c4063f3dfd",
  "icons": {
    "16": "img/app/app_icon_16.png",
    "48": "img/app/app_icon_48.png",
    "64": "img/app/app_icon_64.png",
    "128": "img/app/app_icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj+ot+4QbP9PyDRLUhXwPYoF6EN41cLFsFWJ/UmtqnXVY1a8D0aqbVNvJ4ARU7BGsoBqe+Vi4AHg9uE6/UgY5ST0vZZFjlv8RrUNZB+eERscy2dN9uLfYochPdVL8iZTasnblbW2WH2vi2Vs1f4DIFLGyQTTMM4vynjSB8uxwQViOOh1/rKQbJbXpyVVGFBVQkuGFJ17BlGLPV/4QWf/n+KVARc2Z8q03fzXCvPP2ZJUapKToEUz3BF4ZBYahOxzjvhqXzj78EzHeETuPdRJGesF4SUy+SCCmJEsiocsbUZ9osxsDbXl3r9qx3UvIpMn5P0RNuHyq9tsAs9KAB+eagQIDAQAB",
  "manifest_version": 2,
  "name": "Bourse Trend",
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "http://bourse-trend.ir/*",
    "https://bourse-trend.ir/*",
    "notifications"
  ],
  "short_name": "Bourse trend | بورس ترند",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.5.3",
  "web_accessible_resources": [
    "assets/fonts/*",
    "images/*"
  ]
}