戒微博

jie weibo

What is 戒微博?

戒微博 is a Chrome extension developed by chuyue.net, and its main feature is "jie weibo".

Extension Screenshots

screenshot

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

                        有工作要做,
打开浏览器却顺手上了微博,
然后,就没有然后了……

那就让“戒微博”来解救你吧!

http://www.weibo.com/chuyue                    

Extension Basic Information

Name 戒微博 戒微博
ID belmebefbmolnepgfjnielhffliijajh
Official URL https://chromewebstore.google.com/detail/%E6%88%92%E5%BE%AE%E5%8D%9A/belmebefbmolnepgfjnielhffliijajh
Description jie weibo
File Size 52.13 KB
Installation Count 17
Current Version 1.32
Last Updated 2017-09-26
Publish Date 2017-09-25
Rating 5.00/5 Total 1 Ratings
Developer chuyue.net
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Weibo Mini"
    },
    "description": "jie weibo",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "\u6212\u5fae\u535a",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/weibo.com\/*",
        "http:\/\/*.weibo.com\/*",
        "http:\/\/t.qq.com\/*",
        "http:\/\/*.t.qq.com\/*",
        "http:\/\/zhihu.com\/*",
        "http:\/\/*.zhihu.com\/*",
        "http:\/\/renren.com\/*",
        "http:\/\/*.renren.com\/*",
        "https:\/\/weibo.com\/*",
        "https:\/\/*.weibo.com\/*",
        "https:\/\/t.qq.com\/*",
        "https:\/\/*.t.qq.com\/*",
        "https:\/\/zhihu.com\/*",
        "https:\/\/*.zhihu.com\/*",
        "https:\/\/renren.com\/*",
        "https:\/\/*.renren.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.32",
    "web_accessible_resources": [
        "wbMini.css",
        "iconWeb.png"
    ]
}