danime-another-comment
dアニメストアニコニコ支店の動画にコメントが増えたように見えるchrome拡張
What is danime-another-comment?
danime-another-comment is a Chrome extension developed by noradium, and its main feature is "dアニメストアニコニコ支店の動画にコメントが増えたように見えるchrome拡張".
Extension Screenshots
Download danime-another-comment Extension CRX File
Download danime-another-comment 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
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
Extension Basic Information
Name | danime-another-comment |
ID | mglbjmlapcmlbkhebomcmmnkfcnallkf |
Official URL | https://chromewebstore.google.com/detail/danime-another-comment/mglbjmlapcmlbkhebomcmmnkfcnallkf |
Description | dアニメストアニコニコ支店の動画にコメントが増えたように見えるchrome拡張 |
File Size | 138 KB |
Installation Count | 11,130 |
Current Version | 1.7.0 |
Last Updated | 2021-11-07 |
Publish Date | 2020-02-17 |
Rating | 4.51/5 Total 69 Ratings |
Developer | noradium |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |