贴吧雪凛

使用雪凛在贴吧实现切换发帖回帖模式

Cos'è 贴吧雪凛?

贴吧雪凛 è un'estensione di Chrome sviluppata da http://bbs.4bpa.org, e la sua funzione principale è "使用雪凛在贴吧实现切换发帖回帖模式".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 贴吧雪凛

Scarica i file di estensione 贴吧雪凛 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ### 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                    

Informazioni di Base sull'Estensione

Nome 贴吧雪凛 贴吧雪凛
ID gogohdlgkkecdfempmppmebojacmgeph
URL Ufficiale https://chrome.google.com/webstore/detail/%E8%B4%B4%E5%90%A7%E9%9B%AA%E5%87%9B/gogohdlgkkecdfempmppmebojacmgeph
Descrizione 使用雪凛在贴吧实现切换发帖回帖模式
Dimensione del File 226 KB
Conteggio Installazioni 15
Versione Corrente 1.0.8
Ultimo Aggiornamento 2014-09-08
Data di Pubblicazione 2014-09-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://bbs.4bpa.org
Tipo di Pagamento free
Lingue Supportate 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"
}