danime-another-comment

dアニメストアニコニコ支店の動画にコメントが増えたように見えるchrome拡張

Cos'è danime-another-comment?

danime-another-comment è un'estensione di Chrome sviluppata da noradium, e la sua funzione principale è "dアニメストアニコニコ支店の動画にコメントが増えたように見えるchrome拡張".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione danime-another-comment

Scarica i file di estensione danime-another-comment 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

                        dアニメストア ニコニコ支店 の動画に流れるコメントが増えて見えるかもしれない拡張機能です。HTML5プレーヤーでのみ動作します。

コメントは、dアニメストア ニコニコ支店側に投稿されます。元動画のコメントの文脈でしか通じないようなコメントなどはしないように注意しましょう!

追加で流すコメントの動画は、動画タイトルで検索しているだけなので、流れなかったり、違う動画のコメントが流れたりすることがあります。
●違う動画のコメントが流れる場合は、ブラウザ右上に表示される拡張機能のオプションボタンから、流すコメントの動画を検索して選択できます。
●また別動画のコメントを流したくない場合は、コメント取得時に右下にでるダイアログをクリックすることで、今後表示しないよう記憶できます。

何かあればtwitterの方に連絡をいただけると気付きやすいです。
https://twitter.com/xradium888

更新履歴
- 2018/05/19
  - 公式の機能で引用コメントが表示される場合は拡張で表示しないように修正
- 2018/02/04
  - コメントの透明度を選択できるようにした
  - バグ修正
- 2017/12/17
  - チャンネル動画以外を選択したときにコメントが全く表示されなくなる問題を修正
  - 過去ログ表示に対応
- 2017/12/11
  - ブラウザ右上に表示される拡張機能のオプションボタンから、流すコメントの動画を検索して選択できるようにしました。

ここで開発しています。 https://github.com/noradium/dac                    

Informazioni di Base sull'Estensione

Nome danime-another-comment danime-another-comment
ID mglbjmlapcmlbkhebomcmmnkfcnallkf
URL Ufficiale https://chromewebstore.google.com/detail/danime-another-comment/mglbjmlapcmlbkhebomcmmnkfcnallkf
Descrizione dアニメストアニコニコ支店の動画にコメントが増えたように見えるchrome拡張
Dimensione del File 138 KB
Conteggio Installazioni 11,130
Versione Corrente 1.7.0
Ultimo Aggiornamento 2021-11-07
Data di Pubblicazione 2020-02-17
Valutazione 4.51/5 Totale 69 Valutazioni
Sviluppatore noradium
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "danime-another-comment",
    "version": "1.7.0",
    "description": "d\u30a2\u30cb\u30e1\u30b9\u30c8\u30a2\u30cb\u30b3\u30cb\u30b3\u652f\u5e97\u306e\u52d5\u753b\u306b\u30b3\u30e1\u30f3\u30c8\u304c\u5897\u3048\u305f\u3088\u3046\u306b\u898b\u3048\u308bchrome\u62e1\u5f35",
    "icons": {
        "16": "dac_icon16.png",
        "48": "dac_icon48.png",
        "128": "dac_icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.nicovideo.jp\/watch\/*"
            ],
            "js": [
                "scripts\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "scripts\/hack_fetch_thread.js",
        "scripts\/hack_comment_alpha.js"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/nicovideo.cdn.nimg.jp\/web\/scripts\/pages\/watch\/watch_app_*.js",
        "*:\/\/api.search.nicovideo.jp\/api\/v2\/video\/contents\/search",
        "tabs",
        "*:\/\/www.nicovideo.jp\/watch\/*"
    ]
}