Amazon Prime Video - Rotten Tomatoes Overlay
Overlays Amazon Prime Video™ with Rotten Tomatoes™ movie and TV ratings.
Co to jest Amazon Prime Video - Rotten Tomatoes Overlay?
Amazon Prime Video - Rotten Tomatoes Overlay to rozszerzenie Chrome opracowane przez Vankirk Productions, a jego główną funkcją jest „Overlays Amazon Prime Video™ with Rotten Tomatoes™ movie and TV ratings.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Amazon Prime Video - Rotten Tomatoes Overlay
Pobierz pliki rozszerzeń Amazon Prime Video - Rotten Tomatoes Overlay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
[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
Podstawowe informacje o rozszerzeniu
Nazwa | Amazon Prime Video - Rotten Tomatoes Overlay |
ID | hfemgdpfoemphmhakjpcbepaggjmhjci |
Oficjalny URL | https://chromewebstore.google.com/detail/amazon-prime-video-rotten/hfemgdpfoemphmhakjpcbepaggjmhjci |
Opis | Overlays Amazon Prime Video™ with Rotten Tomatoes™ movie and TV ratings. |
Rozmiar pliku | 492 KB |
Liczba instalacji | 3,466 |
Aktualna Wersja | 1.61 |
Ostatnia Aktualizacja | 2023-07-31 |
Data Publikacji | 2020-06-17 |
Ocena | 3.68/5 Łącznie 19 Oceny |
Deweloper | Vankirk Productions |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |