艦これ2期スクショ

艦これ2期のスクリーンショットを撮ります。

Qu'est-ce que 艦これ2期スクショ ?

艦これ2期スクショ est une extension Chrome développée par ticktackmobile, et sa fonction principale est "艦これ2期のスクリーンショットを撮ります。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 艦これ2期スクショ

Téléchargez les fichiers d'extension 艦これ2期スクショ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Chrome拡張のアイコンを押すと、艦これゲーム画面のスクリーンショットをファイルとしてダウンロードします。

艦これをプレイ中にこの拡張機能をインストールした場合、艦これのタブを再読み込みすると拡張機能が有効になります。                    

Informations de Base sur l'Extension

Nom 艦これ2期スクショ 艦これ2期スクショ
ID ibmcblkpncmgjhoodgmedlnacjbepapb
URL Officiel https://chromewebstore.google.com/detail/%E8%89%A6%E3%81%93%E3%82%8C2%E6%9C%9F%E3%82%B9%E3%82%AF%E3%82%B7%E3%83%A7/ibmcblkpncmgjhoodgmedlnacjbepapb
Description 艦これ2期のスクリーンショットを撮ります。
Taille du Fichier 11.28 KB
Nombre d'Installations 1,003
Version Actuelle 1.5
Dernière Mise à Jour 2022-07-20
Date de Publication 2018-09-29
Évaluation 4.00/5 Total 6 Évaluations
Développeur ticktackmobile
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/P3PPP/KC2Shot
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u8266\u3053\u308c2\u671f\u30b9\u30af\u30b7\u30e7",
    "description": "\u8266\u3053\u308c2\u671f\u306e\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3092\u64ae\u308a\u307e\u3059\u3002",
    "version": "1.5",
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "32": "images\/icon_32.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_title": "KanColle2 Screenshot"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/kcs2\/index.php*"
            ],
            "js": [
                "kc2_content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "downloads",
        "storage"
    ]
}