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 |
电子邮箱 | [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" ] } ] } |