douban Plus

豆瓣电影 资源下载, IMDB评分, MPAA 分级

What is douban Plus?

douban Plus is a Chrome extension developed by buer, and its main feature is "豆瓣电影 资源下载, IMDB评分, MPAA 分级".

Extension Screenshots

screenshot

Download douban Plus Extension CRX File

Download douban Plus 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

                        提供 imdb 评分, 以及 MPAA 分级
添加了 删减提醒
右侧添加了几个常用下载链接, 某些站需要科学上网
---
0.0.8
fix: IMDb 评分显示
0.0.7 
fix: 修复下载链接不显示
feat: 评分人数添加千分号分割                    

Extension Basic Information

Name douban Plus douban Plus
ID immcnbkcmdmhnaklnemeeaadpfphcfmd
Official URL https://chromewebstore.google.com/detail/douban-plus/immcnbkcmdmhnaklnemeeaadpfphcfmd
Description 豆瓣电影 资源下载, IMDB评分, MPAA 分级
File Size 21.11 KB
Installation Count 507
Current Version 0.0.8
Last Updated 2022-04-08
Publish Date 2019-10-27
Rating 4.78/5 Total 9 Ratings
Developer buer
Email [email protected]
Payment Type free
Extension Website https://github.com/buuer/doubanPlus
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/movie.douban.com\/subject\/*"
            ]
        }
    ],
    "description": "\u8c46\u74e3\u7535\u5f71 \u8d44\u6e90\u4e0b\u8f7d, IMDB\u8bc4\u5206, MPAA \u5206\u7ea7",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "douban Plus",
    "permissions": [
        "*:\/\/www.imdb.com\/",
        "*:\/\/raw.githubusercontent.com\/",
        "storage"
    ],
    "version": "0.0.8"
}