微博一键拉黑点赞 - OneKBlock

微博一键拉黑点赞

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

微博一键拉黑点赞 - OneKBlock is een Chrome-extensie ontwikkeld door cirillaye, en de belangrijkste functie is "微博一键拉黑点赞".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 微博一键拉黑点赞 - OneKBlock

Download 微博一键拉黑点赞 - OneKBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam 微博一键拉黑点赞 - OneKBlock 微博一键拉黑点赞 - OneKBlock
ID fiabhebnoobfodnondepifmhgooeompn
Officiële 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
Beschrijving 微博一键拉黑点赞
Bestandsgrootte 289 KB
Aantal Installaties 2,870
Huidige Versie 0.0.2.1
Laatst Bijgewerkt 2020-11-27
Publicatiedatum 2020-04-10
Beoordeling 4.28/5 Totaal 25 Beoordelingen
Ontwikkelaar cirillaye
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}