Get Tieba Cookie

为贴吧签到助手获取百度贴吧的 Cookie

Vad är Get Tieba Cookie?

Get Tieba Cookie är en Chrome-tillägg utvecklad av http://ikk.me, och dess huvudfunktion är "为贴吧签到助手获取百度贴吧的 Cookie".

Ladda ner Get Tieba Cookie-förlängningens CRX-fil

Ladda ner Get Tieba Cookie-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        贴吧签到助手辅助插件,用于获取百度 Cookie                    

Grundläggande Information om Tillägg

Namn Get Tieba Cookie Get Tieba Cookie
ID dpekabpinhnjcikegadjeopgmhphgnce
Officiell webbadress https://chrome.google.com/webstore/detail/get-tieba-cookie/dpekabpinhnjcikegadjeopgmhphgnce
Beskrivning 为贴吧签到助手获取百度贴吧的 Cookie
Filstorlek 3.65 KB
Antal Installationer 199
Aktuell Version 2.0.1.0
Senast Uppdaterad 2017-01-02
Publiceringsdatum 2017-01-02
Betyg 4.50/5 Totalt 14 Betyg
Utvecklare http://ikk.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://sign.ikk.me
Hjälpsida URL https://github.com/kookxiang/Tieba_sign
Stödda Språk zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "kookxiang",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "\u4e3a\u8d34\u5427\u7b7e\u5230\u52a9\u624b\u83b7\u53d6\u767e\u5ea6\u8d34\u5427\u7684 Cookie",
    "manifest_version": 2,
    "name": "Get Tieba Cookie",
    "permissions": [
        "cookies",
        "http:\/\/*.baidu.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/api.ikk.me\/reborn\/proxy.htm"
        ]
    },
    "version": "2.0.1.0"
}