Comment Wizard
This extension lists comments that were left on episodes of your webcomic you uploaded on WEBTOON to make comment management easier.
什么是Comment Wizard?
Comment Wizard是由freiha开发的Chrome扩展程序,该扩展的主要功能是“This extension lists comments that were left on episodes of your webcomic you uploaded on WEBTOON to make comment management easier.”。
扩展截图
下载Comment Wizard扩展crx文件
下载Comment Wizard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
**Description** This extension was created to make comment management on WEBTOONS easier. It creates a new section in the COMMENTS tab in the dashboard that lists all comments that were received on a logged in user's webcomics. The comments can be refetched every 10 minutes. **Features** - Shows a new subtab in the COMMENT tab - Makes the delete button next to the statistics button in Dashboard invisible - Shows subtabs for each comic if a single author has multiple comics (version 1.2+) - Reorders buttons in header (version 1.3+) **Important Notes** - Comment Wizard reads the authentication token, an encrypted string that contains information about the user and that is used to identify a user and validate certain requested actions locked behind special permissions. Usually the token is attached automatically to every request to the server, but the way the comments are integrated into webtoon.com prevents this. It means the extension has to attach and send the token manually. The token is only required to show what comments a user has already liked in the "comment" tab (by coloring the thumbs up/down as green or grey accordingly). If you wish to use this functionality and allow the use of your token, you can turn it on (version 1.5+): the thumbs up will update to green in your inbox if you've liked a comment. Other functionalities of the extension aren't impacted if this feature is turned off. - It might take up to 10 minutes for a new comment to be displayed in the list and for changes of settings to take effect. **Acknowledgements** I thank Holger for his support and encouragement and Webmegami, Nekohime and misomaschera for beta testing and thanks to Birb for helping me out with some text. I also thank my company for letting me work on this every Friday. Changes: - Version 1.2: -- Bug that removed only the delete icon of the first comic tile in the Dashboard is fixed -- Deleted comments are no longer displayed -- Encoding of displayed user names and text is fixed -- Reduction of requests to relieve load from the WT servers. Please note that comments might take up to 10 minutes to show up in the list - Version 1.3: -- Features of the extension can be switched on and off -- Buttons in the right side of the header can also be rearranged for easier access even in smaller window sizes -- Date format was adjusted to fit wt's default format -- Displays a "No comments yet" message when there are no comments for a comic -- Fixed bug that would display the "You have not posted any comments yet" message when a user did not post any comments themselves -- Incoming comments can be accessed directly from the login dropdown menu (not available when in the comment tab) - Version 1.4: -- Hide ratings - Version 1.5: -- Users have to explicitely opt-in to allow Comment Wizard to read the auth token and display the thumbs up/down buttons - Version 1.6: -- Users can let the sub counter be rounded to thousand. This used to be a feature in wt, but they removed it at the end of 2021 - Version 1.7 -- Top comments are listed in incoming comments list -- Progress bar is displayed while loading comments -- Support for Spanish version of wt added - Version 1.7.1 -- Fix Spanish comments not listed - Version 1.8 -- fix progress bar -- fix bug that caused some comics not to show up properly in incoming comments tab - Version 2.0 -- Remove banner
扩展基本信息
名称 | |
ID | geohlioliekocpjdbmphfcangkgijlcp |
官方URL | https://chromewebstore.google.com/detail/comment-wizard/geohlioliekocpjdbmphfcangkgijlcp |
简介 | This extension lists comments that were left on episodes of your webcomic you uploaded on WEBTOON to make comment management easier. |
文件大小 | 45.93 KB |
安装次数 | 786 |
当前版本 | 2 |
更新时间 | 2022-10-30 |
上架时间 | 2021-09-21 |
评分 | 5.00/5 共14次评分 |
开发者 | freiha |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comment Wizard", "description": "This extension lists comments that were left on episodes of your webcomic you uploaded on WEBTOON to make comment management easier.", "version": "2", "author": "Freiha", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html", "default_title": "Comment Wizard" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.webtoons.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "banner\/*.png", "i*.js", "popup.js", "popup.html", "popup.css" ], "matches": [ " |