MissionViewerRegist
MissionViewer
What is MissionViewerRegist?
MissionViewerRegist is a Chrome extension developed by https://mission.mogeringo.com, and its main feature is "MissionViewer".
Extension Screenshots
Download MissionViewerRegist Extension CRX File
Download MissionViewerRegist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
MissionViewerへ登録する為のChrome拡張機能です。 登録は単体では動作しませんので、別途アプリをインストールする必要が御座います。 更新情報 0.0.14 Googleポリシーの対応 0.0.13 ミッション開始ポータルが削除されていた場合の時の対応追加。 0.0.12 ManifestV3への対応。 Hiddenミッションの対応。 0.0.11 IntelMapよりミッション非公開管理画面を実装しました。 0.0.9 IngressMosaic用プラグインを非対応に変更しました。 0.0.8 FieldTrip情報の取得、Waypointアクションのバグの修正。
Extension Basic Information
Name | MissionViewerRegist |
ID | nmpkllklkfcdfbkleehledgileiiaeho |
Official URL | https://chromewebstore.google.com/detail/missionviewerregist/nmpkllklkfcdfbkleehledgileiiaeho |
Description | MissionViewer |
File Size | 55.59 KB |
Installation Count | 277 |
Current Version | 0.0.14 |
Last Updated | 2022-10-18 |
Publish Date | 2020-06-29 |
Developer | https://mission.mogeringo.com |
[email protected] | |
Payment Type | free |
Extension Website | https://mission.mogeringo.com |
Help Page URL | https://mission.mogeringo.com |
Privacy Policy Page URL | https://mission-blog.mogeringo.com/privacypolicy |
Supported Languages | ja |
manifest.json | |
{ "action": { "default_popup": "foreground\/popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "doScraping.js" ], "matches": [ "https:\/\/intel.ingress.com\/*", "https:\/\/mission.mogeringo.com\/js\/*" ] } ], "description": "MissionViewer", "devtools_page": "devtools.html", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/missionviewerregist\/nmpkllklkfcdfbkleehledgileiiaeho\/related?hl=ja&authuser=0", "host_permissions": [ "https:\/\/intel.ingress.com\/*" ], "icons": { "128": "icon128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAte7OtBBg3nXn39jK+16l37\/cdNCvZ7mIbqeW7er2EZ\/5SyO3YAuGt3U6S97c265OpIKB8xZMhhK2Gs+qH7V74mLmlfxCkrAAyoz6AbYhr6sEB1ORQsT7UO0fZpJY\/gX3LylXnXrhjZhz3Hz0I9xFDQ+kGyj6TVKAxuIbzx0yx1wvyXfzs524YY5YHGx0Z+GjLlcYRkc91NvIY204DPqHPkEPG9y969tTxJH8TIXYnUHBQiCyPMgyS9iIMxzoYsZA0L3KggTCuy7wDlS3AOb2SKfO+0IploEua9W3fcvICseNGikjNiZlW5Hvwkq+Jl28UTTB0wC3\/3H02fVYeHuxrQIDAQAB", "manifest_version": 3, "minimum_chrome_version": "90.0", "name": "MissionViewerRegist", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.14" } |