KK 贴吧工具箱
百度贴吧功能增强扩展,目前支持: 消息提醒功能 自动翻页功能
What is KK 贴吧工具箱?
KK 贴吧工具箱 is a Chrome extension developed by http://kookxiang.com, and its main feature is "百度贴吧功能增强扩展,目前支持: 消息提醒功能 自动翻页功能".
Extension Screenshots
Download KK 贴吧工具箱 Extension CRX File
Download KK 贴吧工具箱 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
及时提醒百度贴吧最新动态,登录后程序即会在后台运行,无需人工干预 --------------------------------------------- 更新日志: 2013-02-12 新增精华帖提醒、评价提醒 增加随机参数,使结果更准确 2013-02-11 改用 Chrome 标准的打开标签函数,降低延迟 2013-02-10 自动记忆翻页开关 加入新粉丝提醒 优化翻页系统,更快更智能 提醒关闭后默认不再弹出,直到有新提醒才恢复弹出 2013-02-09 加入自动翻页功能
Extension Basic Information
Name | |
ID | bcmemjlkdbeephmnklgimfnjlmfhfdgi |
Official URL | https://chrome.google.com/webstore/detail/kk-%E8%B4%B4%E5%90%A7%E5%B7%A5%E5%85%B7%E7%AE%B1/bcmemjlkdbeephmnklgimfnjlmfhfdgi |
Description | 百度贴吧功能增强扩展,目前支持: 消息提醒功能 自动翻页功能 |
File Size | 40 KB |
Installation Count | 63 |
Current Version | 1.2.2.0 |
Last Updated | 2013-02-12 |
Publish Date | 2013-02-12 |
Rating | 4.67/5 Total 6 Ratings |
Developer | http://kookxiang.com |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "description": "\u767e\u5ea6\u8d34\u5427\u529f\u80fd\u589e\u5f3a\u6269\u5c55\uff0c\u76ee\u524d\u652f\u6301\uff1a\n\u6d88\u606f\u63d0\u9192\u529f\u80fd\n\u81ea\u52a8\u7ffb\u9875\u529f\u80fd", "icons": { "128": "images\/icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/tieba.baidu.com\/*" ], "css": [ "content.css" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "content.js", "images\/fans.png", "images\/message.png", "images\/at.png", "images\/reply.png", "images\/feature.png", "images\/vote.png", "images\/trash.png" ], "permissions": [ "http:\/\/tieba.baidu.com\/*", "http:\/\/*.tieba.baidu.com\/*", "notifications" ], "manifest_version": 2, "name": "KK \u8d34\u5427\u5de5\u5177\u7bb1", "version": "1.2.2.0" } |