贴吧雪凛
使用雪凛在贴吧实现切换发帖回帖模式
What is 贴吧雪凛?
贴吧雪凛 is a Chrome extension developed by http://bbs.4bpa.org, 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
### Author * [腾袭](http://tengattack.com) * Copyright (c) 2013 tengattack ### License * [GPLv3](http://www.gnu.org/licenses/gpl.html) ### Chrome Web Store * https://chrome.google.com/webstore/detail/gogohdlgkkecdfempmppmebojacmgeph ### 更新历史 * 06/12/2014 > 修正百度更新后无法通过雪凛回复楼中楼的问题 * 10/16/2013 > 修正百度更新后无法通过雪凛发帖的问题 * 09/08/2013 > 添加签到功能 > 修正发帖回帖内容显示 HTML 字符的问题等 * 09/07/2013 > Start
Extension Basic Information
Name | |
ID | gogohdlgkkecdfempmppmebojacmgeph |
Official URL | https://chrome.google.com/webstore/detail/%E8%B4%B4%E5%90%A7%E9%9B%AA%E5%87%9B/gogohdlgkkecdfempmppmebojacmgeph |
Description | 使用雪凛在贴吧实现切换发帖回帖模式 |
File Size | 226 KB |
Installation Count | 15 |
Current Version | 1.0.8 |
Last Updated | 2014-09-08 |
Publish Date | 2014-09-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://bbs.4bpa.org |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u8d34\u5427\u96ea\u51db", "short_name": "tieba-snow", "version": "1.0.8", "description": "\u4f7f\u7528\u96ea\u51db\u5728\u8d34\u5427\u5b9e\u73b0\u5207\u6362\u53d1\u5e16\u56de\u5e16\u6a21\u5f0f", "permissions": [ "cookies", "storage", "tabs", "http:\/\/*.baidu.com\/", "http:\/\/127.0.0.1\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/tieba.baidu.com\/*" ], "js": [ "js\/jquery-1.10.2.min.js", "js\/tiebasnow.js", "js\/ts-page.js" ], "run_at": "document_end", "all_frames": false } ], "options_page": "options.html", "background": { "page": "background.html" }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "page_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_title": "\u8d34\u5427\u96ea\u51db" }, "offline_enabled": false, "homepage_url": "http:\/\/bbs.4bpa.org\/thread-275192-1-1.html" } |