青葉のカメラ

艦隊これくしょん~艦これ~ でプレイ画面のスクリーンショットを取得

What is 青葉のカメラ?

青葉のカメラ is a Chrome extension developed by Komit, and its main feature is "艦隊これくしょん~艦これ~ でプレイ画面のスクリーンショットを取得".

Extension Screenshots

Download 青葉のカメラ Extension CRX File

Download 青葉のカメラ 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

                        艦隊これくしょん~艦これ~ でプレイ画面のスクリーンショットの取得サポートをする拡張機能です。
手間がかかる編成スクリーンショット取得を数クリックのみで実施することができます。
Chromeの機能のみで実装されているため、macOSでも利用可能です。
要望・バグ報告等はTwitter(@AobaNoCamera)にて。お気軽にどうぞ。

[0.9.0の変更点]
・manifest v3に暫定対応しました。

[制約]
・本拡張はインストール/アップデート時に艦これのゲーム画面が開いている場合は、ゲーム画面をリロードするまで動作しません。
・Chromeの仕様上、撮影時に一瞬ゲーム画面が固まります。また若干のタイムラグが発生します。よって戦闘中の一瞬の瞬間を狙うのには向いていません。
・ホットキーは動作しなくなりました。                    

Extension Basic Information

Name 青葉のカメラ 青葉のカメラ
ID epellgielojfhbjhdnplcnmndnifbien
Official URL https://chromewebstore.google.com/detail/%E9%9D%92%E8%91%89%E3%81%AE%E3%82%AB%E3%83%A1%E3%83%A9/epellgielojfhbjhdnplcnmndnifbien
Description 艦隊これくしょん~艦これ~ でプレイ画面のスクリーンショットを取得
File Size 118 KB
Installation Count 2,896
Current Version 0.9.0
Last Updated 2022-06-30
Publish Date 2018-10-10
Rating 4.45/5 Total 38 Ratings
Developer Komit
Email [email protected]
Payment Type free
Extension Website https://github.com/Komit/AobaNoCamera
Help Page URL https://twitter.com/AobaNoCamera
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u9752\u8449\u306e\u30ab\u30e1\u30e9",
    "version": "0.9.0",
    "manifest_version": 3,
    "description": "\u8266\u968a\u3053\u308c\u304f\u3057\u3087\u3093\uff5e\u8266\u3053\u308c\uff5e \u3067\u30d7\u30ec\u30a4\u753b\u9762\u306e\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3092\u53d6\u5f97",
    "icons": {
        "128": "icon\/icon128.png",
        "48": "icon\/icon48.png",
        "16": "icon\/icon16.png"
    },
    "options_page": "options.html",
    "action": {
        "default_title": "\u9752\u8449\u306e\u30ab\u30e1\u30e9[\u53d6\u5f97\u4e0d\u53ef]",
        "default_icon": {
            "38": "icon\/icon38_disabled.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.dmm.com\/netgame\/social\/-\/gadgets\/=\/app_id=854854\/",
                "http:\/\/osapi.dmm.com\/gadgets\/*"
            ],
            "js": [
                "lib\/canvas-to-blob.js",
                "lib\/FileSaver.min.js",
                "lib\/jquery-2.1.3.min.js",
                "lib\/Varlink.js",
                "lib\/Controller.js",
                "lib\/LogicMaster.js",
                "logic\/MyCanvas.js",
                "logic\/MyFrame.js",
                "logic\/MyMenu.js",
                "const.js",
                "contents_script.js"
            ],
            "css": [
                "logic\/MyMenu.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/kcs2\/index.php*"
            ],
            "js": [
                "intercept_canvas.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logic\/MyMenu.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "background",
        "tabs",
        "storage"
    ]
}