Prime Ratings: IMDb Ratings on Prime Video
See IMDb ratings for shows on Amazon Prime Video.
Prime Ratings: IMDb Ratings on Prime Videoとは何ですか?
Prime Ratings: IMDb Ratings on Prime Videoはgcg1によって開発されたChromeの拡張機能で、その主な機能は「See IMDb ratings for shows on Amazon Prime Video.」です。
拡張機能のスクリーンショット
Prime Ratings: IMDb Ratings on Prime Video拡張機能のCRXファイルをダウンロード
Prime Ratings: IMDb Ratings on Prime Video拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension displays IMDb ratings for shows on Amazon Prime Video.
Neither this extension nor its author is in any way affiliated with Amazon. 拡張機能の基本情報
| 名前 | |
| ID | nfhhcokdlgiihdofklhifafmmhnljbdf |
| 公式URL | https://chromewebstore.google.com/detail/prime-ratings-imdb-rating/nfhhcokdlgiihdofklhifafmmhnljbdf |
| 説明 | See IMDb ratings for shows on Amazon Prime Video. |
| ファイルサイズ | 94.87 KB |
| インストール数 | 1,146 |
| 現在のバージョン | 0.0.1.5 |
| 最終更新日 | 2021-11-21 |
| 公開日 | 2020-06-10 |
| 評価 | 3.36/5 合計 11 レビュー |
| 開発者 | gcg1 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Prime Ratings: IMDb Ratings on Prime Video",
"version": "0.0.1.5",
"description": "See IMDb ratings for shows on Amazon Prime Video.",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'",
"icons": {
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.primevideo.com\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.com.au\/*"
],
"css": [
"styles.css"
],
"js": [
"firebase-app.js",
"firebase-firestore.js",
"db.js",
"background.js"
]
}
]
} | |