Danmu - comics reader
漫畫閱讀器 - 自動下捲與翻頁,如同觀看動畫般的體驗。讓你可騰出雙手邊享受美食邊閱讀,並透過彈幕參與嘴砲的樂趣。
Danmu - comics readerとは何ですか?
Danmu - comics readerはdanmucomicsreaderによって開発されたChromeの拡張機能で、その主な機能は「漫畫閱讀器 - 自動下捲與翻頁,如同觀看動畫般的體驗。讓你可騰出雙手邊享受美食邊閱讀,並透過彈幕參與嘴砲的樂趣。」です。
拡張機能のスクリーンショット
Danmu - comics reader拡張機能のCRXファイルをダウンロード
Danmu - comics reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
【English】
Introducing an innovative comic/manga viewer that automatically scrolls and flips pages, providing an experience akin to watching an animated cartoon. This hands-free feature allows you to enjoy a meal while reading your favorite comics/manga, or to conveniently share the fun with friends in front of a computer. But that's not all - similar to watching an animation, our viewer includes a unique Danmu system, enabling you to generate and view others' live comments. Enjoy the fun of real-time commentary and engage with a lively community of readers. This comic/manga viewer meets all your needs whether you wish to share thoughts with friends or enjoy a passionate discussion. (Our extension currently provides services primarily for the following websites:
Webtoons / toomics / topoon/ 嗨皮漫画 / 包子漫畫,etc
In addition, we will continue to expand our support to other websites in order to meet the needs of more users)
---✨✨✨---
【繁體中文】
一個漫畫閱覽器, 會自動滾動畫面並切換下一頁,就像是看動畫卡通一樣。可騰出雙手邊吃東西邊看漫畫,也方便你與朋友一起在電腦前面看漫畫。同時如看動畫一樣,可以產生彈幕與看他人的彈幕,享受嘴砲的樂趣。
( 我們的擴充套件目前主要對以下網站提供服務:
Webtoons / toomics / topoon/ 嗨皮漫画 / 包子漫畫,etc
此外,我們也將持續增加對其他網站的支援,以滿足更多使用者的需求。)
---✨✨✨---
【简体中文】
一个漫画阅览器,可以自动滚动屏幕并自动切换到下一页,就如同观看动画片一般。这样你可以边吃东西边看漫画,无需使用双手,也便于你和朋友一起坐在电脑前观看漫画。同时,如同看动画片那样,你可以发送弹幕,看到其他人的弹幕,享受吐槽的乐趣。
(我们的扩展插件目前主要支持以下网站:
Webtoons / toomics / topoon/ 嗨皮漫画 / 包子漫畫,etc
此外,我们也将继续增加对其他网站的支持,以满足更多用户的需求。) 拡張機能の基本情報
| 名前 | |
| ID | pfamoddhadojffbikmeagdeoghlgiiga |
| 公式URL | https://chromewebstore.google.com/detail/danmu-comics-reader/pfamoddhadojffbikmeagdeoghlgiiga |
| 説明 | 漫畫閱讀器 - 自動下捲與翻頁,如同觀看動畫般的體驗。讓你可騰出雙手邊享受美食邊閱讀,並透過彈幕參與嘴砲的樂趣。 |
| ファイルサイズ | 87.71 KB |
| インストール数 | 20 |
| 現在のバージョン | 1.8 |
| 最終更新日 | 2024-02-09 |
| 公開日 | 2023-08-03 |
| 開発者 | danmucomicsreader |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Danmu - comics reader",
"version": "1.8",
"description": "\u6f2b\u756b\u95b1\u8b80\u5668 - \u81ea\u52d5\u4e0b\u6372\u8207\u7ffb\u9801\uff0c\u5982\u540c\u89c0\u770b\u52d5\u756b\u822c\u7684\u9ad4\u9a57\u3002\u8b93\u4f60\u53ef\u9a30\u51fa\u96d9\u624b\u908a\u4eab\u53d7\u7f8e\u98df\u908a\u95b1\u8b80\uff0c\u4e26\u900f\u904e\u5f48\u5e55\u53c3\u8207\u5634\u7832\u7684\u6a02\u8da3\u3002",
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/www.gstatic.com\/"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.mangabz.com\/*",
"*:\/\/*.manhuagui.com\/*",
"*:\/\/*.webtoons.com\/*",
"*:\/\/*.czmanga.com\/*",
"*:\/\/*.dzmanga.com\/*",
"*:\/\/*.happymh.com\/*",
"*:\/\/*.toptoon.net\/*",
"*:\/\/*.toomics.com\/*"
],
"js": [
"firebase-app.js",
"firebase-database.js",
"danmu_script.js"
],
"run_at": "document_end"
}
],
"options_page": ""
} | |