微博备份助手

备份自己和他人的微博

What is 微博备份助手?

微博备份助手 is a Chrome extension developed by https://buyixiao.github.io, and its main feature is "备份自己和他人的微博".

Extension Screenshots

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

                        备份 weibo.cn 的微博数据,登录 weibo.cn 后,在 weibo.cn 或者 weibo.com 的个人主页点击本插件就能备份数据到本地,保存格式为 xlsx。                    

Extension Basic Information

Name 微博备份助手 微博备份助手
ID kbgjdcobjobchmhfddlfjnnlaaoiejla
Official URL https://chromewebstore.google.com/detail/%E5%BE%AE%E5%8D%9A%E5%A4%87%E4%BB%BD%E5%8A%A9%E6%89%8B/kbgjdcobjobchmhfddlfjnnlaaoiejla
Description 备份自己和他人的微博
File Size 650 KB
Installation Count 727
Current Version 0.9.1
Last Updated 2022-05-04
Publish Date 2022-02-03
Rating 2.71/5 Total 7 Ratings
Developer https://buyixiao.github.io
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5fae\u535a\u5907\u4efd\u52a9\u624b",
    "short_name": "\u5fae\u535a\u5907\u4efd",
    "version": "0.9.1",
    "manifest_version": 3,
    "description": "\u5907\u4efd\u81ea\u5df1\u548c\u4ed6\u4eba\u7684\u5fae\u535a",
    "homepage_url": "https:\/\/buyixiao.github.io",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "action": {
        "default_title": "\u5fae\u535a\u5907\u4efd\u52a9\u624b",
        "default_popup": "popup.html",
        "delault_icon": {
            "16": "img\/icon.png",
            "48": "img\/icon.png",
            "128": "img\/icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "cookies",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/weibo.cn\/"
    ]
}