蔵人

蔵人

このアプリは不動産事業者のサイトでデータを取得しモバイルデバイスで物件情報を閲覧しやすくする変換作業を行うものです。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "蔵人",
  "description": "",
  "version": "1.4.49.0",
  "version_name": "1.4.49",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "https://atbb.athome.co.jp/*",
    "https://img4.athome.jp/*",
    "https://system.reins.jp/*",
    "https://www.realnetpro.com/*"
  ],
  "action": {
    "default_icon": {
      "16": "img/ext-icon/16.png",
      "32": "img/ext-icon/32.png",
      "48": "img/ext-icon/48.png",
      "128": "img/ext-icon/128.png"
    },
    "default_title": "蔵人"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/js-loader/contentScript.js-loader.js"
      ],
      "matches": [
        "https://atbb.athome.co.jp/front-web/mainservlet/bfcm381s016",
        "https://www.realnetpro.com/room_detail.php*"
      ],
      "css": [
        "assets/css/ContentScriptAppWrapper.css",
        "assets/css/ContentScriptAppWrapper.css"
      ]
    },
    {
      "js": [
        "assets/js-loader/reinsContentScript.js-loader.js"
      ],
      "matches": [
        "https://system.reins.jp/*"
      ],
      "css": [
        "assets/css/ContentScriptAppWrapper.css",
        "assets/css/ContentScriptAppWrapper.css"
      ]
    },
    {
      "js": [
        "assets/js-loader/platform.js-loader.js"
      ],
      "matches": [
        "https://xn--gmq014k.jp/*"
      ],
      "css": [
        "assets/css/ContentScriptAppWrapper.css",
        "assets/css/ContentScriptAppWrapper.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://atbb.athome.co.jp/*",
        "https://system.reins.jp/*",
        "https://www.realnetpro.com/*",
        "https://xn--gmq014k.jp/*"
      ],
      "resources": [
        "public/fonts/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://system.reins.jp/*"
      ],
      "resources": [
        "js/reins.js",
        "js/reinsMaisoku.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://atbb.athome.co.jp/*",
        "https://www.realnetpro.com/*"
      ],
      "resources": [
        "js/ContentScriptAppWrapper-7ceba6b6.js",
        "js/reins-d53ada62.js",
        "js/idb-79433203.js",
        "js/contentScript.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://system.reins.jp/*"
      ],
      "resources": [
        "js/ContentScriptAppWrapper-7ceba6b6.js",
        "js/reins-d53ada62.js",
        "js/idb-79433203.js",
        "js/reinsContentScript.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://xn--gmq014k.jp/*"
      ],
      "resources": [
        "js/ContentScriptAppWrapper-7ceba6b6.js",
        "js/reins-d53ada62.js",
        "js/idb-79433203.js",
        "js/platform.js"
      ],
      "use_dynamic_url": true
    }
  ]
}