Letterboxd Metacritic Addon
Adds Metacritic features to Letterboxd.com
Letterboxd Metacritic Addonとは何ですか?
Letterboxd Metacritic AddonはWilliamWelshによって開発されたChromeの拡張機能で、その主な機能は「Adds Metacritic features to Letterboxd.com」です。
拡張機能のスクリーンショット
Letterboxd Metacritic Addon拡張機能のCRXファイルをダウンロード
Letterboxd Metacritic Addon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This will add a Metacritic score under film titles, and a link to the film's Metacritic page on Letterboxd. 拡張機能の基本情報
| 名前 | |
| ID | gkfbajagaabdkcihefomfmgjkdgkgdck |
| 公式URL | https://chromewebstore.google.com/detail/letterboxd-metacritic-add/gkfbajagaabdkcihefomfmgjkdgkgdck |
| 説明 | Adds Metacritic features to Letterboxd.com |
| ファイルサイズ | 25.7 KB |
| インストール数 | 220 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2019-01-15 |
| 公開日 | 2019-01-15 |
| 評価 | 4.17/5 合計 6 レビュー |
| 開発者 | WilliamWelsh |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/WilliamWelsh |
| ヘルプページのURL | https://github.com/WilliamWelsh |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Letterboxd Metacritic Addon",
"version": "1.1",
"description": "Adds Metacritic features to Letterboxd.com",
"permissions": [
"https:\/\/www.omdbapi.com\/*",
"https:\/\/www.imdb.com\/title\/tt0446029\/*"
],
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/letterboxd.com\/film\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |