douban Plus

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

Cos'è douban Plus?

douban Plus è un'estensione di Chrome sviluppata da buer, e la sua funzione principale è "豆瓣电影 资源下载, IMDB评分, MPAA 分级".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione douban Plus

Scarica i file di estensione douban Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome douban Plus douban Plus
ID immcnbkcmdmhnaklnemeeaadpfphcfmd
URL Ufficiale https://chromewebstore.google.com/detail/douban-plus/immcnbkcmdmhnaklnemeeaadpfphcfmd
Descrizione 豆瓣电影 资源下载, IMDB评分, MPAA 分级
Dimensione del File 21.11 KB
Conteggio Installazioni 507
Versione Corrente 0.0.8
Ultimo Aggiornamento 2022-04-08
Data di Pubblicazione 2019-10-27
Valutazione 4.78/5 Totale 9 Valutazioni
Sviluppatore buer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/buuer/doubanPlus
Lingue Supportate 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"
}