Ham NicoVideo

hamによるniconico便利機能

Ham NicoVideo là gì?

Ham NicoVideo là một tiện ích mở rộng Chrome được phát triển bởi hukihamu, và tính năng chính của nó là "hamによるniconico便利機能".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ham NicoVideo

Tải xuống các tệp mở rộng Ham NicoVideo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        HamNicoVideo
Q.これは何?
A.ニコニコ動画を使いやすくする(主観)ためのChrome拡張機能です。

Q.どんな機能があるの? どんな機能を実装予定?
A.大まかに下記の機能があります。
・ニコレポ強調表示
・ニコレポフィルター
・カスタムマイリスト(1ボタンで設定したマイリストに登録できる)
・再生速度固定
・タグ シリーズ通知機能(曜日別)
・動画視聴画面での後で見る削除

詳細は、https://github.com/hukihamu/HamNicoVideo

Q.利用方法は?
A.本拡張機能を導入するだけです。

Q.こんな機能が欲しいんだけど バグ・不具合・修正案がある
A.レビュー等に書き込みをお願いします。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ham NicoVideo Ham NicoVideo
ID bnmkahbkccmncbcgdmdfgbcbklnmeghb
URL Chính Thức https://chromewebstore.google.com/detail/ham-nicovideo/bnmkahbkccmncbcgdmdfgbcbklnmeghb
Mô tả hamによるniconico便利機能
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 0.6.1
Cập Nhật Lần Cuối 2022-01-28
Ngày Phát Hành 2020-09-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển hukihamu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hukihamu/HamNicoVideo
Ngôn Ngữ Được Hỗ Trợ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ham NicoVideo",
    "version": "0.6.1",
    "manifest_version": 2,
    "description": "ham\u306b\u3088\u308bniconico\u4fbf\u5229\u6a5f\u80fd",
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "*:\/\/*.nicovideo.jp\/*"
    ],
    "background": {
        "scripts": [
            "lib\/browser.js",
            "lib\/parameter.js",
            "lib\/browser\/storage.js",
            "js\/util\/video_data.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nicovideo.jp\/*"
            ],
            "js": [
                "lib\/browser.js",
                "lib\/parameter.js",
                "lib\/browser\/storage.js"
            ],
            "css": [
                "css\/nico.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.nicovideo.jp\/my\/*",
                "*:\/\/*.nicovideo.jp\/my?*"
            ],
            "js": [
                "js\/util\/watch_later.js",
                "js\/video\/my\/created_at_new_color.js",
                "js\/video\/my\/custom_layout.js",
                "js\/video\/my\/side_fold.js",
                "js\/video\/my\/filter.js",
                "js\/video\/my\/add_watch_later.js",
                "js\/video\/my\/highlight.js",
                "js\/video\/my\/on_check_removed_video.js",
                "js\/video\/my\/repo.js"
            ],
            "css": [
                "css\/video\/repo.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.nicovideo.jp\/watch\/*"
            ],
            "js": [
                "js\/util\/watch_later.js",
                "js\/video\/watch\/custom_my_list.js",
                "js\/video\/watch\/remove_watch_later.js",
                "js\/video\/watch\/show_comment_list.js",
                "js\/video\/watch\/watch_later_list.js",
                "js\/video\/watch\/hold_setting.js",
                "js\/video\/watch\/watch.js"
            ],
            "css": [
                "css\/video\/watch.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "css\/*.css",
        "html\/*.html"
    ]
}