cosplayers archive extension

コスプレイヤーズアーカイブを観やすく!

What is cosplayers archive extension?

cosplayers archive extension is a Chrome extension developed by 謎の青年X, and its main feature is "コスプレイヤーズアーカイブを観やすく!".

Extension Screenshots

screenshot

Download cosplayers archive extension Extension CRX File

Download cosplayers archive 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

                        1.ヘッダーをスマートにします。
2.足跡ボタンを追加します。
3.新しく開く画像ページをマウスの戻るボタンで閉じれるようにます。
4.画像ページで大きな画像が存在する時は最初から大きな画像を表示します。
5.画像ページの画像を右クリックで保存できるようにします。
6.画像ページの画像をクリックすると画像のみを表示します。
7.[NEW] 画像検索時にレイヤーの活動地域を表示します。

※設定画面はありません。
※スクショは古いバージョンの使い回しです。                    

Extension Basic Information

Name cosplayers archive extension cosplayers archive extension
ID pcoaojbmndlhfajojdgepbcidkeaocno
Official URL https://chromewebstore.google.com/detail/cosplayers-archive-extens/pcoaojbmndlhfajojdgepbcidkeaocno
Description コスプレイヤーズアーカイブを観やすく!
File Size 48.31 KB
Installation Count 85
Current Version 0.1.4
Last Updated 2018-08-21
Publish Date 2018-08-21
Developer 謎の青年X
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "cosplayers archive extension",
    "description": "\u30b3\u30b9\u30d7\u30ec\u30a4\u30e4\u30fc\u30ba\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u89b3\u3084\u3059\u304f\uff01",
    "version": "0.1.4",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.cosp.jp\/*"
            ],
            "css": [
                "contents_style.css"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ]
}