Amazon Prime Video - Rotten Tomatoes Overlay
Overlays Amazon Prime Video™ with Rotten Tomatoes™ movie and TV ratings.
什么是Amazon Prime Video - Rotten Tomatoes Overlay?
Amazon Prime Video - Rotten Tomatoes Overlay是由Vankirk Productions开发的Chrome扩展程序,该扩展的主要功能是“Overlays Amazon Prime Video™ with Rotten Tomatoes™ movie and TV ratings.”。
扩展截图
下载Amazon Prime Video - Rotten Tomatoes Overlay扩展crx文件
下载Amazon Prime Video - Rotten Tomatoes Overlay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
[DEPRECATED - NO LONGER MAINTAINED] POP: Prime-Video • Overlay • Pop-up This extension provides scores from Rotten Tomatoes™ to the media included within the Amazon Prime Video™ service. Simply hover your mouse over a movie or TV show on the Amazon Prime Video™ website to use this extension. If you found this extension helpful, a rating goes a long way 😊 If you find any issues using this extension, or have any suggestions, feel free to send me a message. Disclaimer: Amazon™ , Amazon Prime Instant Video™ and Rotten Tomatoes™ are registered trademarks and have no affiliation to this extension or the author of said extension. Changelog: v1.61 - Add static slider, (non-video), support v1.60 - Fix error caused by google search element change (again) v1.59 - Fix errors caused by google search element change v1.58 - Fix multiple fatal errors caused by rotten tomato and amazon prime video site updates v1.53 - Fix fatal error caused by change to google search engine v1.52 - Added domain support for known "smile.amazon" URL extensions v1.51 - Fix fatal error where extension attempts to access incorrect element of Prime Video element on sliders causing sliders to not display ratings v1.5 - Added support for checking sliders below single page of media. Refactored majority of extension for readability, efficiency, and ease of use v1.43 - Fix fatal error where extension attempts to access incorrect element of alphabet inc. search resulting in 'page not found' error v1.42 - Domain support added for users in the United Kingdom (www.amazon.co.uk/gp/video/) v1.41 - Update element names with new names v1.4 - Complete overhaul of extension was necessary after Prime Video UI experienced a complete change - Added support for signed in users of Prime Video, and those who are not signed in - In addition to displaying ratings on the Prime Video homepage, extension now displays ratings when a user clicks on film/video, and when hovers over 'Customers who watched this item also watched' v1.37 - Domain support added for Australian users, and fixed for Brazilian users*, and all countries that use the URL (primevideo.com/*) Loading image resized to be less obtrusive v1.33 - Domain support added for Brazilian users *post-release-fix of this update should have fixed any more issues for Brazilian users* v1.32 - Support for multiple countries' top level domains added (eg: amazon.de/*, amazon.in/* ect) v1.31 - Fix fatal error where extension attempts to access incorrect element of search resulting in 'page not found' error v1.29 - Fix fatal error where extension is unable to run due to recent update to google search where all visible URLS were replaced with breadcrumb styling v1.23 - Fix issue where extension does not run if prime video URL includes '/gp/' when the user accesses the different options on the 'Amazon Prime Video' page, ex: 'all videos' , 'your videos' , 'included with prime' , etc v1.22 - Fix issue where extension does not run if prime video URL includes '/Prime-Video/' instead of '/Amazon-Video/' v1.21 - Change extension name and description v1.2 - Fix issue where extension does not run if prime video is accessed through the 'Your Prime Video' option under 'My account' v1.1 - Change manifest with short name addition
扩展基本信息
名称 | Amazon Prime Video - Rotten Tomatoes Overlay |
ID | hfemgdpfoemphmhakjpcbepaggjmhjci |
官方URL | https://chromewebstore.google.com/detail/amazon-prime-video-rotten/hfemgdpfoemphmhakjpcbepaggjmhjci |
简介 | Overlays Amazon Prime Video™ with Rotten Tomatoes™ movie and TV ratings. |
文件大小 | 492 KB |
安装次数 | 3,466 |
当前版本 | 1.61 |
更新时间 | 2023-07-31 |
上架时间 | 2020-06-17 |
评分 | 3.68/5 共19次评分 |
开发者 | Vankirk Productions |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Prime Video - Rotten Tomatoes Overlay", "description": "Overlays Amazon Prime Video\u2122 with Rotten Tomatoes\u2122 movie and TV ratings.", "version": "1.61", "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/Amazon-Video\/*", "https:\/\/www.amazon.com\/b\/*", "https:\/\/www.amazon.com\/Prime-Video\/*", "https:\/\/www.amazon.com\/gp\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.primevideo.com\/*", "https:\/\/www.amazon.co.uk\/gp\/video\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/smile.amazon.com\/Amazon-Video\/*", "https:\/\/smile.amazon.com\/b\/*", "https:\/\/smile.amazon.com\/Prime-Video\/*", "https:\/\/smile.amazon.com\/gp\/*", "https:\/\/smile.amazon.de\/*", "https:\/\/smile.amazon.com.mx\/*", "https:\/\/smile.amazon.ca\/*", "https:\/\/smile.amazon.fr\/*", "https:\/\/smile.amazon.in\/*", "https:\/\/smile.amazon.it\/*", "https:\/\/smile.primevideo.com\/*", "https:\/\/smile.amazon.co.uk\/gp\/video\/*", "https:\/\/smile.amazon.co.uk\/*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "*:\/\/*.rottentomatoes.com\/*", "*:\/\/*.google.com\/*" ], "background": { "scripts": [ "background.js" ] }, "short_name": "POP", "web_accessible_resources": [ "images\/*.gif", "images\/*.png" ], "icons": { "16": "images\/pop_16.png", "32": "images\/pop_32.png", "48": "images\/pop_48.png", "128": "images\/pop_128.png" } } |