douban Plus
豆瓣电影 资源下载, IMDB评分, MPAA 分级
douban Plusとは何ですか?
douban Plusはbuerによって開発されたChromeの拡張機能で、その主な機能は「豆瓣电影 资源下载, IMDB评分, MPAA 分级」です。
拡張機能のスクリーンショット
douban Plus拡張機能のCRXファイルをダウンロード
douban Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
提供 imdb 评分, 以及 MPAA 分级 添加了 删减提醒 右侧添加了几个常用下载链接, 某些站需要科学上网 --- 0.0.8 fix: IMDb 评分显示 0.0.7 fix: 修复下载链接不显示 feat: 评分人数添加千分号分割
拡張機能の基本情報
名前 | douban Plus |
ID | immcnbkcmdmhnaklnemeeaadpfphcfmd |
公式URL | https://chromewebstore.google.com/detail/douban-plus/immcnbkcmdmhnaklnemeeaadpfphcfmd |
説明 | 豆瓣电影 资源下载, IMDB评分, MPAA 分级 |
ファイルサイズ | 21.11 KB |
インストール数 | 507 |
現在のバージョン | 0.0.8 |
最終更新日 | 2022-04-08 |
公開日 | 2019-10-27 |
評価 | 4.78/5 合計 9 レビュー |
開発者 | buer |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/buuer/doubanPlus |
対応言語 | 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" } |