mai-score-extension
舞スコアに登録するためのブラウザ拡張
What is mai-score-extension?
mai-score-extension is a Chrome extension developed by https://mai-score.com, and its main feature is "舞スコアに登録するためのブラウザ拡張".
Extension Screenshots
Download mai-score-extension Extension CRX File
Download mai-score-extension 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
maimaiでらっくすの非公式スコア管理ツール「舞スコア」へスコアデータを登録するためのブラウザ拡張機能です。
Extension Basic Information
Name | |
ID | nkoehdjknmmnpgchiliidfkmhkafdcki |
Official URL | https://chromewebstore.google.com/detail/mai-score-extension/nkoehdjknmmnpgchiliidfkmhkafdcki |
Description | 舞スコアに登録するためのブラウザ拡張 |
File Size | 272 KB |
Installation Count | 413 |
Current Version | 1.4.3 |
Last Updated | 2022-06-18 |
Publish Date | 2020-01-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://mai-score.com |
[email protected] | |
Payment Type | free |
Extension Website | https://mai-score.com |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mai-score-extension", "description": "\u821e\u30b9\u30b3\u30a2\u306b\u767b\u9332\u3059\u308b\u305f\u3081\u306e\u30d6\u30e9\u30a6\u30b6\u62e1\u5f35", "version": "1.4.3", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "mai-score-extension", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "permissions": [ "https:\/\/maimaidx.jp\/*" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'" } |