微博扩展

微博扩展插件 - 支持一键拉黑点赞

What is 微博扩展?

微博扩展 is a Chrome extension developed by erikloo310, and its main feature is "微博扩展插件 - 支持一键拉黑点赞".

Extension Screenshots

screenshot
screenshot
screenshot
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

                        微博扩展插件
1. 被对方拉黑之后,仍可查看其主页 (✔️)
2. 在拉黑某人之后,仍可查看其主页 (✔️)
3. 批量拉黑某条评论的点赞用户 (✔️)
4. 移除时间流中类型为广告的微博 (✔️)
5. 批量拉黑某人的所有粉丝 (✔️)
6. 支持备份自己/他人微博到本地 (✔️) (支持图片+视频,支持转发)
7. 支持点击下载视频 (✔️)
8. 支持备份收藏的微博 (✔️)
9. 支持展示 vplus 会员专属图片(✔️)

2023-12-27更新:
新增单次打包条数设置,默认每满100条打包一次


详细使用可查看
https://addons.viku.org/weibo-extend

一些说明
a. 当前备份功能以 html 格式查看,每100条为单位存储成 zip 包,包名有具体条数说明。
b. 每个备份包内,myblog.js 为当前包的 json 数据,images 文件夹包含了这 100 条数据中的图片,默认以大图存储。
c. 目前备份支持 vplus会员图片,但此为实验性功能,可能随时关闭

本插件已开源:
https://github.com/loo-y/weibo-extend

有任何疑问欢迎提issue,或者联系:
[email protected]                    

Extension Basic Information

Name 微博扩展 微博扩展
ID npegohlaijfkhcjahlgddhanhimeoibn
Official URL https://chromewebstore.google.com/detail/%E5%BE%AE%E5%8D%9A%E6%89%A9%E5%B1%95/npegohlaijfkhcjahlgddhanhimeoibn
Description 微博扩展插件 - 支持一键拉黑点赞
File Size 1.22 MB
Installation Count 521
Current Version 1.9
Last Updated 2024-01-23
Publish Date 2023-10-23
Rating 5.00/5 Total 1 Ratings
Developer erikloo310
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5fae\u535a\u6269\u5c55",
    "description": "\u5fae\u535a\u6269\u5c55\u63d2\u4ef6 - \u652f\u6301\u4e00\u952e\u62c9\u9ed1\u70b9\u8d5e",
    "version": "1.9",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/weibo.com\/*",
        "https:\/\/*.weibo.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self';"
    },
    "options_page": "dist\/options.html",
    "action": {
        "default_title": "\u5fae\u535a\u6269\u5c55",
        "default_popup": "dist\/popup.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject-script.js",
                "icons\/icon38.png",
                "virtualPage.output.css",
                "weiboSave\/*"
            ],
            "matches": [
                "https:\/\/weibo.com\/*",
                "https:\/\/*.weibo.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/weibo.com\/*",
                "https:\/\/*.weibo.com\/*"
            ]
        }
    ]
}