Steem Tools

Steem Tools

Steem Tools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Steem Tools",
  "description": "Steem Tools",
  "version": "2.2.10",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://steemit.com/*",
        "https://weedcash.com/*",
        "https://*.steemcoinpan.com/*",
        "https://*.triplea.reviews/*",
        "https://*.steemzzang.com/*",
        "https://*.sportstalksocial.com/*",
        "https://*.splintertalk.io/*",
        "https://*.tokenbb.io/",
        "https://*.actnearn.com/*",
        "https://*.weedcash.network/*",
        "https://blogs.bloque64.com/*",
        "https://*.palnet.io/*",
        "https://*.busy.org/*",
        "https://steempeak.com/*",
        "https://steem-engine.net/*",
        "https://liv.steempeople.com/*",
        "https://*.steemleo.com/*",
        "https://www.sagoda.org/*",
        "https://www.steeminven.com/*",
        "https://*.tripsteem.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "thirdParty/jquery3.3.1.min.js",
        "thirdParty/vue.min.js",
        "thirdParty/vue-material.min.js",
        "thirdParty/steemjs.min.js",
        "thirdParty/showdown.min.js",
        "contentConst.js",
        "content_script.js",
        "vue_source/components/graphql.js",
        "vue_source/components/dispVotingPower.js",
        "vue_source/components/dispFuncBtn.js",
        "vue_source/components/dialContent.js",
        "vue_source/components/tag.js",
        "vue_source/components/mdListItem.js",
        "vue_source/components/shortcutUser.js",
        "vue_source/components/tagFilter.js",
        "vue_source/components/shortcuttag.js",
        "vue_source/components/getMarkdown.js",
        "vue_source/components/goFamilySite.js",
        "vue_source/components/sourceStorage.js",
        "vue_source/components/runUrl.js",
        "vue_source/components/tabs.js",
        "vue_source/components/title.js",
        "vue_source/vue_main.js"
      ],
      "css": [
        "thirdParty/vue-material-icon.css",
        "thirdParty/vue-material.min.css",
        "thirdParty/vue-material-theme.default.css",
        "content_style.css"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Steem Tools",
    "default_icon": "steemit.png",
    "default_popup": "popup/popup.html"
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "contentConst.js",
      "background/account.js",
      "background/background.js"
    ],
    "persistent": false
  }
}