douban Plus
豆瓣电影 资源下载, IMDB评分, MPAA 分级
douban Plus란 무엇입니까?
douban Plus은(는) buer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "豆瓣电影 资源下载, IMDB评分, MPAA 分级"입니다.
확장 프로그램 스크린샷
douban Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
提供 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 |
이메일 | [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" } |