自动回复隐藏帖
支持预先定义回复消息,扩展在检测到隐藏帖时会从中随机选择一条自动回复;回复之前若检测到用户未登录,会提示并引导用户去登录。
What is 自动回复隐藏帖?
自动回复隐藏帖 is a Chrome extension developed by https://www.limingkai.cn, and its main feature is "支持预先定义回复消息,扩展在检测到隐藏帖时会从中随机选择一条自动回复;回复之前若检测到用户未登录,会提示并引导用户去登录。".
Extension Screenshots
Download 自动回复隐藏帖 Extension CRX File
Download 自动回复隐藏帖 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
此扩展程序支持所有使用 Discuz!(http://www.discuz.net/) 的论坛网站;安装之后,程序会预设两条回复消息,你可以自行删除或添加,扩展在检测到隐藏帖时会从中随机选择一条自动回复;若你将所有预定义回复消息删除,则每次检测到隐藏帖时都会弹出一个评论框。 此扩展是开源软件,源码地址:https://github.com/lmk123/crx-auto-reply-for-Discuz-bbs
Extension Basic Information
Name | |
ID | oamijhcbhoplikcmmfdhgokglmbngcmj |
Official URL | https://chromewebstore.google.com/detail/%E8%87%AA%E5%8A%A8%E5%9B%9E%E5%A4%8D%E9%9A%90%E8%97%8F%E5%B8%96/oamijhcbhoplikcmmfdhgokglmbngcmj |
Description | 支持预先定义回复消息,扩展在检测到隐藏帖时会从中随机选择一条自动回复;回复之前若检测到用户未登录,会提示并引导用户去登录。 |
File Size | 10.14 KB |
Installation Count | 1,417 |
Current Version | 1.0 |
Last Updated | 2016-01-27 |
Publish Date | 2016-01-26 |
Rating | 4.92/5 Total 12 Ratings |
Developer | https://www.limingkai.cn |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/lmk123/crx-auto-reply-for-Discuz-bbs |
Help Page URL | https://github.com/lmk123/crx-auto-reply-for-Discuz-bbs/issues |
Privacy Policy Page URL | https://hcfy.app/privacy-policy.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u81ea\u52a8\u56de\u590d\u9690\u85cf\u5e16", "description": "\u652f\u6301\u9884\u5148\u5b9a\u4e49\u56de\u590d\u6d88\u606f\uff0c\u6269\u5c55\u5728\u68c0\u6d4b\u5230\u9690\u85cf\u5e16\u65f6\u4f1a\u4ece\u4e2d\u968f\u673a\u9009\u62e9\u4e00\u6761\u81ea\u52a8\u56de\u590d\uff1b\u56de\u590d\u4e4b\u524d\u82e5\u68c0\u6d4b\u5230\u7528\u6237\u672a\u767b\u5f55\uff0c\u4f1a\u63d0\u793a\u5e76\u5f15\u5bfc\u7528\u6237\u53bb\u767b\u5f55\u3002", "manifest_version": 2, "version": "1.0", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "author": "Milk Lee( [email protected] )", "permissions": [ "*:\/\/*\/*", "storage" ], "background": { "scripts": [ "bg.js" ], "persistent": false }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_end" } ] } |