微博活跃粉丝查看器

帮你快速查看指定微博活跃粉丝数

What is 微博活跃粉丝查看器?

微博活跃粉丝查看器 is a Chrome extension developed by 吴昊, and its main feature is "帮你快速查看指定微博活跃粉丝数".

Extension Screenshots

screenshot
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

                        帮你快速查看指定微博活跃粉丝数,筛掉僵尸粉                    

Extension Basic Information

Name 微博活跃粉丝查看器 微博活跃粉丝查看器
ID ckiholkhcmfpcbnpepmmngmadloleddm
Official URL https://chromewebstore.google.com/detail/%E5%BE%AE%E5%8D%9A%E6%B4%BB%E8%B7%83%E7%B2%89%E4%B8%9D%E6%9F%A5%E7%9C%8B%E5%99%A8/ckiholkhcmfpcbnpepmmngmadloleddm
Description 帮你快速查看指定微博活跃粉丝数
File Size 45.91 KB
Installation Count 149
Current Version 0.1.0
Last Updated 2019-10-22
Publish Date 2019-10-22
Rating 3.67/5 Total 3 Ratings
Developer 吴昊
Email [email protected]
Payment Type free
Extension Website https://shimo.im/docs/H3rVCk3rjWd3KjKh
Help Page URL https://shimo.im/docs/H3rVCk3rjWd3KjKh
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5fae\u535a\u6d3b\u8dc3\u7c89\u4e1d\u67e5\u770b\u5668",
    "description": "\u5e2e\u4f60\u5feb\u901f\u67e5\u770b\u6307\u5b9a\u5fae\u535a\u6d3b\u8dc3\u7c89\u4e1d\u6570",
    "version": "0.1.0",
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "permissions": [
        "https:\/\/pay.biz.weibo.com\/*"
    ],
    "browser_action": {
        "default_title": "\u5fae\u535a\u6d3b\u8dc3\u7c89\u4e1d\u67e5\u770b\u5668",
        "default_icon": "image\/icon48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/weibo.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/app.js"
            ]
        }
    ],
    "manifest_version": 2
}