├── LICENSE ├── README.md ├── _locales ├── am │ └── messages.json ├── ar │ └── messages.json ├── bg │ └── messages.json ├── bn │ └── messages.json ├── ca │ └── messages.json ├── cs │ └── messages.json ├── da │ └── messages.json ├── de │ └── messages.json ├── el │ └── messages.json ├── en │ └── messages.json ├── es │ └── messages.json ├── et │ └── messages.json ├── fi │ └── messages.json ├── fil │ └── messages.json ├── fr │ └── messages.json ├── gu │ └── messages.json ├── he │ └── messages.json ├── hi │ └── messages.json ├── hr │ └── messages.json ├── hu │ └── messages.json ├── id │ └── messages.json ├── it │ └── messages.json ├── jp │ └── messages.json ├── kn │ └── messages.json ├── ko │ └── messages.json ├── lt │ └── messages.json ├── lv │ └── messages.json ├── ml │ └── messages.json ├── mr │ └── messages.json ├── ms │ └── messages.json ├── nl │ └── messages.json ├── no │ └── messages.json ├── pl │ └── messages.json ├── pt │ └── messages.json ├── ro │ └── messages.json ├── ru │ └── messages.json ├── sk │ └── messages.json ├── sl │ └── messages.json ├── sr │ └── messages.json ├── sv │ └── messages.json ├── sw │ └── messages.json ├── ta │ └── messages.json ├── te │ └── messages.json ├── th │ └── messages.json ├── tr │ └── messages.json ├── uk │ └── messages.json ├── vi │ └── messages.json └── zh │ └── messages.json ├── background-wrapper.js ├── background.html ├── background.js ├── bootstrap.min.css ├── bootstrap.min.js ├── font-awesome.min.css ├── images ├── Cross_graph_7_Nodes.png ├── EE-black-38.png ├── EE-crimson-38.png ├── EE-emerald-38.png ├── EE-grey-38.png ├── EE-grey-48.png ├── EE-tile-square-icon-128.png └── EE_tile_square-icon-filled-white-48.png ├── item-properties.js ├── jquery-3.6.0.min.js ├── jquery.min.js ├── manifest.json ├── manifestFF.json ├── popup.css ├── popup.html └── popup.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/README.md -------------------------------------------------------------------------------- /_locales/am/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/am/messages.json -------------------------------------------------------------------------------- /_locales/ar/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/ar/messages.json -------------------------------------------------------------------------------- /_locales/bg/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/bg/messages.json -------------------------------------------------------------------------------- /_locales/bn/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/bn/messages.json -------------------------------------------------------------------------------- /_locales/ca/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/ca/messages.json -------------------------------------------------------------------------------- /_locales/cs/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/cs/messages.json -------------------------------------------------------------------------------- /_locales/da/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/da/messages.json -------------------------------------------------------------------------------- /_locales/de/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/de/messages.json -------------------------------------------------------------------------------- /_locales/el/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/el/messages.json -------------------------------------------------------------------------------- /_locales/en/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/en/messages.json -------------------------------------------------------------------------------- /_locales/es/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/es/messages.json -------------------------------------------------------------------------------- /_locales/et/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/et/messages.json -------------------------------------------------------------------------------- /_locales/fi/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/fi/messages.json -------------------------------------------------------------------------------- /_locales/fil/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/fil/messages.json -------------------------------------------------------------------------------- /_locales/fr/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/fr/messages.json -------------------------------------------------------------------------------- /_locales/gu/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/gu/messages.json -------------------------------------------------------------------------------- /_locales/he/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/he/messages.json -------------------------------------------------------------------------------- /_locales/hi/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/hi/messages.json -------------------------------------------------------------------------------- /_locales/hr/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/hr/messages.json -------------------------------------------------------------------------------- /_locales/hu/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/hu/messages.json -------------------------------------------------------------------------------- /_locales/id/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/id/messages.json -------------------------------------------------------------------------------- /_locales/it/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/it/messages.json -------------------------------------------------------------------------------- /_locales/jp/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/jp/messages.json -------------------------------------------------------------------------------- /_locales/kn/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/kn/messages.json -------------------------------------------------------------------------------- /_locales/ko/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/ko/messages.json -------------------------------------------------------------------------------- /_locales/lt/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/lt/messages.json -------------------------------------------------------------------------------- /_locales/lv/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/lv/messages.json -------------------------------------------------------------------------------- /_locales/ml/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/ml/messages.json -------------------------------------------------------------------------------- /_locales/mr/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/mr/messages.json -------------------------------------------------------------------------------- /_locales/ms/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/ms/messages.json -------------------------------------------------------------------------------- /_locales/nl/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/nl/messages.json -------------------------------------------------------------------------------- /_locales/no/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/no/messages.json -------------------------------------------------------------------------------- /_locales/pl/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/pl/messages.json -------------------------------------------------------------------------------- /_locales/pt/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/pt/messages.json -------------------------------------------------------------------------------- /_locales/ro/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/ro/messages.json -------------------------------------------------------------------------------- /_locales/ru/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/ru/messages.json -------------------------------------------------------------------------------- /_locales/sk/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/sk/messages.json -------------------------------------------------------------------------------- /_locales/sl/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/sl/messages.json -------------------------------------------------------------------------------- /_locales/sr/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/sr/messages.json -------------------------------------------------------------------------------- /_locales/sv/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/sv/messages.json -------------------------------------------------------------------------------- /_locales/sw/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/sw/messages.json -------------------------------------------------------------------------------- /_locales/ta/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/ta/messages.json -------------------------------------------------------------------------------- /_locales/te/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/te/messages.json -------------------------------------------------------------------------------- /_locales/th/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/th/messages.json -------------------------------------------------------------------------------- /_locales/tr/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/tr/messages.json -------------------------------------------------------------------------------- /_locales/uk/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/uk/messages.json -------------------------------------------------------------------------------- /_locales/vi/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/vi/messages.json -------------------------------------------------------------------------------- /_locales/zh/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/_locales/zh/messages.json -------------------------------------------------------------------------------- /background-wrapper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/background-wrapper.js -------------------------------------------------------------------------------- /background.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/background.html -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/background.js -------------------------------------------------------------------------------- /bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/bootstrap.min.css -------------------------------------------------------------------------------- /bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/bootstrap.min.js -------------------------------------------------------------------------------- /font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/font-awesome.min.css -------------------------------------------------------------------------------- /images/Cross_graph_7_Nodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/images/Cross_graph_7_Nodes.png -------------------------------------------------------------------------------- /images/EE-black-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/images/EE-black-38.png -------------------------------------------------------------------------------- /images/EE-crimson-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/images/EE-crimson-38.png -------------------------------------------------------------------------------- /images/EE-emerald-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/images/EE-emerald-38.png -------------------------------------------------------------------------------- /images/EE-grey-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/images/EE-grey-38.png -------------------------------------------------------------------------------- /images/EE-grey-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/images/EE-grey-48.png -------------------------------------------------------------------------------- /images/EE-tile-square-icon-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/images/EE-tile-square-icon-128.png -------------------------------------------------------------------------------- /images/EE_tile_square-icon-filled-white-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/images/EE_tile_square-icon-filled-white-48.png -------------------------------------------------------------------------------- /item-properties.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/item-properties.js -------------------------------------------------------------------------------- /jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/jquery.min.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/manifest.json -------------------------------------------------------------------------------- /manifestFF.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/manifestFF.json -------------------------------------------------------------------------------- /popup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/popup.css -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/99of9/Entity-Explosion/HEAD/popup.html -------------------------------------------------------------------------------- /popup.js: -------------------------------------------------------------------------------- 1 | //required but empty --------------------------------------------------------------------------------