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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |