微博一键拉黑点赞 - OneKBlock

微博一键拉黑点赞

What is 微博一键拉黑点赞 - OneKBlock?

微博一键拉黑点赞 - OneKBlock is a Chrome extension developed by cirillaye, and its main feature is "微博一键拉黑点赞".

Extension Screenshots

screenshot

Download 微博一键拉黑点赞 - OneKBlock Extension CRX File

Download 微博一键拉黑点赞 - OneKBlock 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

                        微博拉黑点在一条评论的所有用户,新版本出现问题,暂时退回老版本,此版本可以拉黑超过30人点赞                    

Extension Basic Information

Name 微博一键拉黑点赞 - OneKBlock 微博一键拉黑点赞 - OneKBlock
ID fiabhebnoobfodnondepifmhgooeompn
Official URL https://chromewebstore.google.com/detail/%E5%BE%AE%E5%8D%9A%E4%B8%80%E9%94%AE%E6%8B%89%E9%BB%91%E7%82%B9%E8%B5%9E-onekblock/fiabhebnoobfodnondepifmhgooeompn
Description 微博一键拉黑点赞
File Size 289 KB
Installation Count 2,870
Current Version 0.0.2.1
Last Updated 2020-11-27
Publish Date 2020-04-10
Rating 4.28/5 Total 25 Ratings
Developer cirillaye
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5fae\u535a\u4e00\u952e\u62c9\u9ed1\u70b9\u8d5e - OneKBlock",
    "description": "\u5fae\u535a\u4e00\u952e\u62c9\u9ed1\u70b9\u8d5e",
    "version": "0.0.2.1",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_title": "a block tool for Weibo-likes",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.weibo.com\/*",
                "https:\/\/weibo.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/block.js",
                "js\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}