微博一键拉黑点赞 - OneKBlock
微博一键拉黑点赞
Was ist 微博一键拉黑点赞 - OneKBlock?
微博一键拉黑点赞 - OneKBlock ist eine Chrome-Erweiterung, die von cirillaye entwickelt wurde, und ihr Hauptmerkmal ist "微博一键拉黑点赞".
Erweiterungsscreenshots
微博一键拉黑点赞 - OneKBlock-Erweiterungs-CRX-Datei herunterladen
Laden Sie 微博一键拉黑点赞 - OneKBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
微博拉黑点在一条评论的所有用户,新版本出现问题,暂时退回老版本,此版本可以拉黑超过30人点赞
Grundlegende Informationen zur Erweiterung
Name | 微博一键拉黑点赞 - OneKBlock |
ID | fiabhebnoobfodnondepifmhgooeompn |
Offizielle 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 |
Beschreibung | 微博一键拉黑点赞 |
Dateigröße | 289 KB |
Installationsanzahl | 2,870 |
Aktuelle Version | 0.0.2.1 |
Letztes Update | 2020-11-27 |
Veröffentlichungsdatum | 2020-04-10 |
Bewertung | 4.28/5 Insgesamt 25 Bewertungen |
Entwickler | cirillaye |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |