Weibo Cleaner

清理新浪微博页面上的广告、推荐和无用菜单按钮

What is Weibo Cleaner?

Weibo Cleaner is a Chrome extension developed by liuwei, and its main feature is "清理新浪微博页面上的广告、推荐和无用菜单按钮".

Extension Screenshots

screenshot
screenshot

Download Weibo Cleaner Extension CRX File

Download Weibo Cleaner 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

                        清理新浪微博页面上40多项广告、推荐和无用菜单按钮。                    

Extension Basic Information

Name Weibo Cleaner Weibo Cleaner
ID gljdjpmkgdedgcpnjdmejegfminefpbl
Official URL https://chromewebstore.google.com/detail/weibo-cleaner/gljdjpmkgdedgcpnjdmejegfminefpbl
Description 清理新浪微博页面上的广告、推荐和无用菜单按钮
File Size 60.96 KB
Installation Count 30
Current Version 2014.7.12.1613
Last Updated 2015-02-03
Publish Date 2015-02-03
Rating 5.00/5 Total 1 Ratings
Developer liuwei
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weibo Cleaner",
    "version": "2014.7.12.1613",
    "description": "\u6e05\u7406\u65b0\u6d6a\u5fae\u535a\u9875\u9762\u4e0a\u7684\u5e7f\u544a\u3001\u63a8\u8350\u548c\u65e0\u7528\u83dc\u5355\u6309\u94ae",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/gljdjpmkgdedgcpnjdmejegfminefpbl",
    "background": {
        "scripts": [
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "javascripts\/lib\/jquery.js",
                "javascripts\/contentscript.js"
            ],
            "matches": [
                "http:\/\/weibo.com\/*",
                "https:\/\/weibo.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Weibo Cleaner \u9009\u9879",
        "default_popup": "options.html?popup=true"
    },
    "permissions": [
        "tabs",
        "http:\/\/weibo.com\/*",
        "https:\/\/weibo.com\/*"
    ],
    "manifest_version": 2
}