Ham NicoVideo

hamによるniconico便利機能

Qu'est-ce que Ham NicoVideo ?

Ham NicoVideo est une extension Chrome développée par hukihamu, et sa fonction principale est "hamによるniconico便利機能".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ham NicoVideo

Téléchargez les fichiers d'extension Ham NicoVideo 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

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

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

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

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

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

Informations de Base sur l'Extension

Nom Ham NicoVideo Ham NicoVideo
ID bnmkahbkccmncbcgdmdfgbcbklnmeghb
URL Officiel https://chromewebstore.google.com/detail/ham-nicovideo/bnmkahbkccmncbcgdmdfgbcbklnmeghb
Description hamによるniconico便利機能
Taille du Fichier 108 KB
Nombre d'Installations 91
Version Actuelle 0.6.1
Dernière Mise à Jour 2022-01-28
Date de Publication 2020-09-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur hukihamu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/hukihamu/HamNicoVideo
Langues Prises en Charge 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"
    ]
}