Letterboxd Rotten Tomatoes Addon
Adds Rotten Tomatoes features to Letterboxd.com
Letterboxd Rotten Tomatoes Addonとは何ですか?
Letterboxd Rotten Tomatoes AddonはWilliamWelshによって開発されたChromeの拡張機能で、その主な機能は「Adds Rotten Tomatoes features to Letterboxd.com」です。
拡張機能のスクリーンショット
Letterboxd Rotten Tomatoes Addon拡張機能のCRXファイルをダウンロード
Letterboxd Rotten Tomatoes Addon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will offer a button on Letterboxd film pages that directs you to the Rotten Tomatoes equivalent. It also shows the score, and icon, under the title on film pages. 拡張機能の基本情報
| 名前 | |
| ID | gbagfhlcandjadfocmenciejcgncjmfd |
| 公式URL | https://chromewebstore.google.com/detail/letterboxd-rotten-tomatoe/gbagfhlcandjadfocmenciejcgncjmfd |
| 説明 | Adds Rotten Tomatoes features to Letterboxd.com |
| ファイルサイズ | 22.73 KB |
| インストール数 | 283 |
| 現在のバージョン | 1.9 |
| 最終更新日 | 2019-01-22 |
| 公開日 | 2019-01-21 |
| 評価 | 3.60/5 合計 10 レビュー |
| 開発者 | WilliamWelsh |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon |
| ヘルプページのURL | https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Letterboxd Rotten Tomatoes Addon",
"version": "1.9",
"description": "Adds Rotten Tomatoes features to Letterboxd.com",
"permissions": [
"https:\/\/www.omdbapi.com\/*",
"https:\/\/www.rottentomatoes.com\/m\/*"
],
"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"
}
]
} | |