Octoman微博备份

一键备份微博

Hvad er Octoman微博备份?

Octoman微博备份 er en Chrome-udvidelse udviklet af https://liuguofeng.com, og dens hovedfunktion er "一键备份微博".

Udvidelsesskærmbilleder

screenshot

Download Octoman微博备份-udvidelses-CRX-fil

Download Octoman微博备份-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Octoman微博备份 Octoman微博备份
ID pojodomdlpobompicdllljgiomnfpmho
Officiel URL https://chromewebstore.google.com/detail/octoman%E5%BE%AE%E5%8D%9A%E5%A4%87%E4%BB%BD/pojodomdlpobompicdllljgiomnfpmho
Beskrivelse 一键备份微博
Filstørrelse 136 KB
Antal Installationer 9,010
Nuværende Version 0.1.9
Senest Opdateret 2021-02-07
Udgivelsesdato 2020-03-12
Bedømmelse 4.44/5 Samlet 45 Bedømmelser
Udvikler https://liuguofeng.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}