Octoman微博备份

一键备份微博

Wat is Octoman微博备份?

Octoman微博备份 is een Chrome-extensie ontwikkeld door https://liuguofeng.com, en de belangrijkste functie is "一键备份微博".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Octoman微博备份

Download Octoman微博备份-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Octoman微博备份 Octoman微博备份
ID pojodomdlpobompicdllljgiomnfpmho
Officiële URL https://chromewebstore.google.com/detail/octoman%E5%BE%AE%E5%8D%9A%E5%A4%87%E4%BB%BD/pojodomdlpobompicdllljgiomnfpmho
Beschrijving 一键备份微博
Bestandsgrootte 136 KB
Aantal Installaties 9,010
Huidige Versie 0.1.9
Laatst Bijgewerkt 2021-02-07
Publicatiedatum 2020-03-12
Beoordeling 4.44/5 Totaal 45 Beoordelingen
Ontwikkelaar https://liuguofeng.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}