豆瓣评分趋势

豆瓣评分趋势

What is 豆瓣评分趋势?

豆瓣评分趋势 is a Chrome extension developed by zduo117, and its main feature is "豆瓣评分趋势".

Extension Screenshots

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

                        展示最近两周的豆瓣评分趋势,目前仅支持豆瓣电影中的条目。                    

Extension Basic Information

Name 豆瓣评分趋势 豆瓣评分趋势
ID mompgifjlbbfcmgfgpfjdhhaibnmamki
Official URL https://chromewebstore.google.com/detail/%E8%B1%86%E7%93%A3%E8%AF%84%E5%88%86%E8%B6%8B%E5%8A%BF/mompgifjlbbfcmgfgpfjdhhaibnmamki
Description 豆瓣评分趋势
File Size 290 KB
Installation Count 185
Current Version 1.1
Last Updated 2024-02-05
Publish Date 2020-06-29
Rating 4.50/5 Total 2 Ratings
Developer zduo117
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8c46\u74e3\u8bc4\u5206\u8d8b\u52bf",
    "manifest_version": 3,
    "version": "1.1",
    "description": "\u8c46\u74e3\u8bc4\u5206\u8d8b\u52bf",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/zduo.me\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "echars.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/movie.douban.com\/*",
                "https:\/\/book.douban.com\/*"
            ]
        }
    ]
}