Friends Average for Letterboxd
Shows a extra Histogram for your friends
Friends Average for Letterboxdとは何ですか?
Friends Average for Letterboxdはklaspasによって開発されたChromeの拡張機能で、その主な機能は「Shows a extra Histogram for your friends」です。
拡張機能のスクリーンショット
Friends Average for Letterboxd拡張機能のCRXファイルをダウンロード
Friends Average for Letterboxd拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Additionally to the default Letterboxd histogram, this extension shows a histogram and average just for the users you follow. 拡張機能の基本情報
| 名前 | |
| ID | fffalfghjklopnhmkpdadlfopnnbnabg |
| 公式URL | https://chromewebstore.google.com/detail/friends-average-for-lette/fffalfghjklopnhmkpdadlfopnnbnabg |
| 説明 | Shows a extra Histogram for your friends |
| ファイルサイズ | 45.55 KB |
| インストール数 | 2,112 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2023-08-25 |
| 公開日 | 2020-05-04 |
| 評価 | 5.00/5 合計 20 レビュー |
| 開発者 | klaspas |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"jquery\/jquery-3.5.0.min.js",
"main.js"
],
"matches": [
"https:\/\/letterboxd.com\/film\/*"
],
"run_at": "document_end",
"all_frames": true
}
],
"description": "Shows a extra Histogram for your friends",
"manifest_version": 3,
"name": "Friends Average for Letterboxd",
"host_permissions": [
"https:\/\/letterboxd.com\/*"
],
"icons": {
"128": "icon.png"
},
"version": "1.0"
} | |