Octoman微博备份

一键备份微博

What is Octoman微博备份?

Octoman微博备份 is a Chrome extension developed by https://liuguofeng.com, and its main feature is "一键备份微博".

Extension Screenshots

screenshot

Download Octoman微博备份 Extension CRX File

Download Octoman微博备份 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

                        新浪微博备份工具,在PC端微博页面扩展图标,在下拉列表中选择用户然后点击保存,即可进行备份
每500条微博保存为一个HTML文件,可用Chrome浏览器打开                    

Extension Basic Information

Name Octoman微博备份 Octoman微博备份
ID pojodomdlpobompicdllljgiomnfpmho
Official URL https://chromewebstore.google.com/detail/octoman%E5%BE%AE%E5%8D%9A%E5%A4%87%E4%BB%BD/pojodomdlpobompicdllljgiomnfpmho
Description 一键备份微博
File Size 136 KB
Installation Count 9,010
Current Version 0.1.9
Last Updated 2021-02-07
Publish Date 2020-03-12
Rating 4.44/5 Total 45 Ratings
Developer https://liuguofeng.com
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Octoman\u5fae\u535a\u5907\u4efd",
    "version": "0.1.9",
    "description": "\u4e00\u952e\u5907\u4efd\u5fae\u535a",
    "background": {
        "scripts": [
            "jquery\/jquery-3.4.1.js",
            "utils\/config.js",
            "utils\/common.js",
            "utils\/util.js",
            "utils\/date.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/logo.png",
            "38": "img\/logo.png"
        },
        "default_title": "Octoman\u5fae\u535a\u5907\u4efd",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.weibo.cn\/*",
        "*:\/\/*.weibo.com\/*",
        "*:\/\/*.imgram.cn\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "options_page": "\/options\/options.html",
    "optional_permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.weibo.com\/*"
            ],
            "js": [
                "jquery\/jquery-3.4.1.js",
                "utils\/config.js",
                "utils\/date.js",
                "utils\/util.js",
                "utils\/common.js",
                "content\/listener.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ]
}