doubanIMDb
Douban Movie + IMDb + Rotten Tomatoes
doubanIMDbとは何ですか?
doubanIMDbはLi Songによって開発されたChromeの拡張機能で、その主な機能は「Douban Movie + IMDb + Rotten Tomatoes」です。
拡張機能のスクリーンショット
doubanIMDb拡張機能のCRXファイルをダウンロード
doubanIMDb拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
大家好,2020我又回来更新了🥁
Firefox用户请安装:https://addons.mozilla.org/en-GB/firefox/addon/douban-imdb/
更新日志:
v0.1 在豆瓣电影页显示IMdb和烂番茄数据
v0.2 显示错位bug fixed
v0.3 取消获取标签页活动的权限
v0.4 修复图片无法正常显示的bug
v0.5 增加开启和关闭IMDb和烂番茄的设置
v0.6 修复豆瓣改版导致无法显示的bug
v0.7 增加电影条目显示维基百科相关链接
v0.8 增加影人页面显示维基百科相关链接 拡張機能の基本情報
| 名前 | |
| ID | nfibbjnhkbjlgjaojglmmibdjicidini |
| 公式URL | https://chromewebstore.google.com/detail/doubanimdb/nfibbjnhkbjlgjaojglmmibdjicidini |
| 説明 | Douban Movie + IMDb + Rotten Tomatoes |
| ファイルサイズ | 279 KB |
| インストール数 | 2,259 |
| 現在のバージョン | 0.8.2 |
| 最終更新日 | 2020-05-19 |
| 公開日 | 2020-05-19 |
| 評価 | 4.76/5 合計 88 レビュー |
| 開発者 | Li Song |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://douban.notimportant.org/ |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "doubanIMDb",
"version": "0.8.2",
"icons": {
"128": "assets\/icons\/favicon-128.png"
},
"description": "Douban Movie + IMDb + Rotten Tomatoes",
"homepage_url": "https:\/\/github.com\/lisongx\/doubanIMDb\/",
"short_name": "douban IMDb",
"permissions": [
"*:\/\/movie.douban.com\/*",
"https:\/\/query.wikidata.org\/sparql",
"https:\/\/douban-imdb-api.herokuapp.com\/"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"author": "Li Song",
"minimum_chrome_version": "49",
"options_page": "fancy-settings\/source\/index.html",
"options_ui": {
"page": "fancy-settings\/source\/index.html",
"open_in_tab": true,
"chrome_style": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"128": "assets\/icons\/favicon-128.png"
},
"default_title": "\u8c46\u74e3IMdb",
"chrome_style": false
},
"background": {
"scripts": [
"js\/fancySettings.bundle.js",
"js\/background.bundle.js"
],
"persistent": false
},
"web_accessible_resources": [
"assets\/*.png"
],
"content_scripts": [
{
"matches": [
"*:\/\/movie.douban.com\/*"
],
"js": [
"js\/contentScript.bundle.js"
]
}
]
} | |