艦これ2期スクショ
艦これ2期のスクリーンショットを撮ります。
Cos'è 艦これ2期スクショ?
艦これ2期スクショ è un'estensione di Chrome sviluppata da ticktackmobile, e la sua funzione principale è "艦これ2期のスクリーンショットを撮ります。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 艦これ2期スクショ
Scarica i file di estensione 艦これ2期スクショ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Chrome拡張のアイコンを押すと、艦これゲーム画面のスクリーンショットをファイルとしてダウンロードします。
艦これをプレイ中にこの拡張機能をインストールした場合、艦これのタブを再読み込みすると拡張機能が有効になります。 Informazioni di Base sull'Estensione
| Nome | |
| ID | ibmcblkpncmgjhoodgmedlnacjbepapb |
| URL Ufficiale | 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 |
| Descrizione | 艦これ2期のスクリーンショットを撮ります。 |
| Dimensione del File | 11.28 KB |
| Conteggio Installazioni | 1,003 |
| Versione Corrente | 1.5 |
| Ultimo Aggiornamento | 2022-07-20 |
| Data di Pubblicazione | 2018-09-29 |
| Valutazione | 4.00/5 Totale 6 Valutazioni |
| Sviluppatore | ticktackmobile |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/P3PPP/KC2Shot |
| Lingue Supportate | 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"
]
} | |