TIP-Support Super Tools! Firefox

Examine source code of TIP-Support Super Tools!

제작자: Tristan Add-on
Inspect and view changes in TIP-Support Super Tools! source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TIP-Support Super Tools!",
  "version": "2.0.10",
  "description": "SuperTools by Tristan🫡",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://teamblue-support.freshdesk.com/a/tickets/*"
      ],
      "js": [
        "content/freshdesk.js"
      ],
      "css": [
        "freshTags.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://teamblue-support.freshdesk.com/a/tickets/*"
      ],
      "js": [
        "content/freshdesk-main.js"
      ],
      "run_at": "document_idle",
      "world": "MAIN"
    },
    {
      "matches": [
        "https://admin.transip.us/customer/prm/*"
      ],
      "js": [
        "content/transip-customer.js"
      ],
      "css": [
        "DNS-tables.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://admin.transip.us/redflagged*"
      ],
      "js": [
        "content/transip-redflag.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://task.transip.us/*"
      ],
      "js": [
        "content/tasktool.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "clipboardWrite",
    "notifications",
    "webRequest",
    "tabs",
    "activeTab",
    "scripting",
    "contextMenus",
    "alarms"
  ],
  "host_permissions": [
    "https://publicsuffix.org/*",
    "https://cloudflare-dns.com/*",
    "https://dns.google/*",
    "https://dns.quad9.net/*",
    "https://ipinfo.io/*",
    "https://networkcalc.com/*",
    "https://rdap.org/*",
    "https://data.iana.org/*",
    "https://admin.transip.us/*",
    "https://www.transip.nl/*"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Open TIP-Support Super Tools"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "64": "icons/64.png",
      "128": "icons/128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "popup/lib/public_suffix_list.dat"
      ],
      "matches": [
        "https://teamblue-support.freshdesk.com/*"
      ]
    }
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tip-super-tools@trhl.nl",
      "strict_min_version": "128.0"
    }
  }
}

최고의 TIP-Support Super Tools! 대안

다음은 TIP-Support Super Tools!과(와) 유사한 Firefox add-on입니다: