Octoman微博备份

一键备份微博

Apa itu Octoman微博备份?

Octoman微博备份 adalah ekstensi Chrome yang dikembangkan oleh https://liuguofeng.com, dan fitur utamanya adalah "一键备份微博".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Octoman微博备份

Unduh file ekstensi Octoman微博备份 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Octoman微博备份 Octoman微博备份
ID pojodomdlpobompicdllljgiomnfpmho
URL Resmi https://chromewebstore.google.com/detail/octoman%E5%BE%AE%E5%8D%9A%E5%A4%87%E4%BB%BD/pojodomdlpobompicdllljgiomnfpmho
Deskripsi 一键备份微博
Ukuran File 136 KB
Jumlah Instalasi 9,010
Versi Saat Ini 0.1.9
Terakhir Diperbarui 2021-02-07
Tanggal Publikasi 2020-03-12
Penilaian 4.44/5 Total 45 Penilaian
Pengembang https://liuguofeng.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}