豆瓣导出助手

一键导出豆瓣用户读的书、看的电影

What is 豆瓣导出助手?

豆瓣导出助手 is a Chrome extension developed by Qiushi Wang, and its main feature is "一键导出豆瓣用户读的书、看的电影".

Extension Screenshots

screenshot
screenshot
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

                        • 使用说明
登录豆瓣后,打开任一用户在读、想读、读过、在看、想看、看过页面,在顶部标题右侧会出现“导出”按钮。点击即开始导出。导出完毕点击下载保存到本地。进入设置页面可设置请求间隔。默认间隔为0,即所有请求并发。大量频繁请求会被豆瓣封IP,未登录用户也容易被封,所以数据量大请登录并设置间隔为较大值。

• 意见反馈
有任何问题请加QQ群703264913反馈。我是独立开发者,如果你有工具类需求请加群找我。                    

Extension Basic Information

Name 豆瓣导出助手 豆瓣导出助手
ID epafonmjgndegnblfbkfkdniaflmkioi
Official URL https://chromewebstore.google.com/detail/%E8%B1%86%E7%93%A3%E5%AF%BC%E5%87%BA%E5%8A%A9%E6%89%8B/epafonmjgndegnblfbkfkdniaflmkioi
Description 一键导出豆瓣用户读的书、看的电影
File Size 8.02 KB
Installation Count 552
Current Version 1.0
Last Updated 2019-08-21
Publish Date 2019-08-20
Rating 4.00/5 Total 3 Ratings
Developer Qiushi Wang
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8c46\u74e3\u5bfc\u51fa\u52a9\u624b",
    "description": "\u4e00\u952e\u5bfc\u51fa\u8c46\u74e3\u7528\u6237\u8bfb\u7684\u4e66\u3001\u770b\u7684\u7535\u5f71",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/book.douban.com\/people\/*\/do*",
                "https:\/\/book.douban.com\/people\/*\/wish*",
                "https:\/\/book.douban.com\/people\/*\/collect*",
                "https:\/\/movie.douban.com\/people\/*\/do*",
                "https:\/\/movie.douban.com\/people\/*\/wish*",
                "https:\/\/movie.douban.com\/people\/*\/collect*"
            ],
            "css": [
                "modal.css"
            ],
            "js": [
                "button.js"
            ]
        }
    ]
}