Netflix Rating
View IMDB and Rotten Tomatoes scores inside Netflix!
Что такое Netflix Rating?
Netflix Rating - это расширение Chrome, разработанное Maya Benjamin, и его основная функция - "View IMDB and Rotten Tomatoes scores inside Netflix!".
Снимки экрана расширения
Скачать файл CRX расширения Netflix Rating
Скачайте файлы расширений Netflix Rating в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
View Imdb and Rotten Tomatoes scores of movies and series directly in Netflix! Simple and easy to use. Version 2.0: * Can now view Rotten Tomatoes scores! * Added menu to choose which scores to view. Version 1.1: * Added support for gallery view. * Added support for search.
Основная информация о расширении
Название | Netflix Rating |
ID | bcmbdiempfifibcoenpgmdcmaacdiocj |
Официальный URL | https://chromewebstore.google.com/detail/netflix-rating/bcmbdiempfifibcoenpgmdcmaacdiocj |
Описание | View IMDB and Rotten Tomatoes scores inside Netflix! |
Размер файла | 20.55 KB |
Количество установок | 259 |
Текущая Версия | 2.0.6 |
Последнее Обновление | 2022-03-05 |
Дата публикации | 2020-05-02 |
Рейтинг | 3.67/5 Всего 6 оценок |
Разработчик | Maya Benjamin |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Rating", "version": "2.0.6", "description": "View IMDB and Rotten Tomatoes scores inside Netflix!", "permissions": [ "*:\/\/*.netflix.com\/browse", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/browse\/*" ], "js": [ "NetflixRating.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |