微博黑名单共享
备份恢复分享微博黑名单!
What is 微博黑名单共享?
微博黑名单共享 is a Chrome extension developed by liuscott1981, and its main feature is "备份恢复分享微博黑名单!".
Extension Screenshots
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
主要功能 1. 本地备份及恢复本人的屏蔽用户列表 ——— 可用于个人多账户间共享黑名单; 2. 将个人的屏蔽用户列表分享给我的粉丝 ——— 可用于好友间共享黑名单; 3. 批量或选择性导入我的关注人所分享的黑名单; 使用说明 1. 请在Chrome浏览器中登录新浪微博; 2. 部分功能仅在微博页面上能正常使用,如:屏蔽用户或解除屏蔽; 变更记录 * v1.5.0: 本地保存本人的屏蔽用户及关注用户列表 - 优化显示效率; * v1.4.0: 本地备份及恢复本人的关注用户列表; * v1.3.0: 本地备份及恢复本人的屏蔽用户列表;
Extension Basic Information
Name | 微博黑名单共享 |
ID | ggllbdflajpbkehkelpchfpclcmggpnh |
Official URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E5%8D%9A%E9%BB%91%E5%90%8D%E5%8D%95%E5%85%B1%E4%BA%AB/ggllbdflajpbkehkelpchfpclcmggpnh |
Description | 备份恢复分享微博黑名单! |
File Size | 459 KB |
Installation Count | 60 |
Current Version | 1.5.1 |
Last Updated | 2020-03-21 |
Publish Date | 2020-03-19 |
Rating | 4.80/5 Total 5 Ratings |
Developer | liuscott1981 |
[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\u9ed1\u540d\u5355\u5171\u4eab", "version": "1.5.1", "description": "\u5907\u4efd\u6062\u590d\u5206\u4eab\u5fae\u535a\u9ed1\u540d\u5355!", "icons": { "16": "images\/weibo_128.png", "32": "images\/weibo_128.png", "48": "images\/weibo_128.png", "128": "images\/weibo_128.png" }, "browser_action": { "default_icon": "images\/weibo.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.weibo.com\/*" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/weibo.min.js" ] } ], "permissions": [ "activeTab", "http:\/\/139.196.13.44:8000\/*", "https:\/\/*.weibo.com\/*", "https:\/\/*.weibo.cn\/*", "https:\/\/login.sina.com.cn\/*" ] } |