日向坂46 オフィシャルサイト ヘルパー

日向坂46のオフィシャルサイトを便利にする拡張機能です。

What is 日向坂46 オフィシャルサイト ヘルパー?

日向坂46 オフィシャルサイト ヘルパー is a Chrome extension developed by shimomo, and its main feature is "日向坂46のオフィシャルサイトを便利にする拡張機能です。".

Extension Screenshots

screenshot

Download 日向坂46 オフィシャルサイト ヘルパー Extension CRX File

Download 日向坂46 オフィシャルサイト ヘルパー 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

                        機能一覧
 - スケジュールにおいて、該当するメンバーを表示                    

Extension Basic Information

Name 日向坂46 オフィシャルサイト ヘルパー 日向坂46 オフィシャルサイト ヘルパー
ID mikocnkjmojnfionalekjikgceeklfgn
Official URL https://chromewebstore.google.com/detail/%E6%97%A5%E5%90%91%E5%9D%8246-%E3%82%AA%E3%83%95%E3%82%A3%E3%82%B7%E3%83%A3%E3%83%AB%E3%82%B5%E3%82%A4%E3%83%88-%E3%83%98%E3%83%AB%E3%83%91%E3%83%BC/mikocnkjmojnfionalekjikgceeklfgn
Description 日向坂46のオフィシャルサイトを便利にする拡張機能です。
File Size 1.68 MB
Installation Count 49
Current Version 1.0.1
Last Updated 2019-02-17
Publish Date 2019-02-16
Rating 5.00/5 Total 1 Ratings
Developer shimomo
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u65e5\u5411\u574246 \u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30b5\u30a4\u30c8 \u30d8\u30eb\u30d1\u30fc",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "\u65e5\u5411\u574246\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30b5\u30a4\u30c8\u3092\u4fbf\u5229\u306b\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hinatazaka46.com\/s\/official\/*"
            ],
            "js": [
                "bower_components\/axios\/dist\/axios.min.js",
                "scripts\/schedule.js"
            ]
        }
    ]
}