HBO IMDB Ratings for Chrome
This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
Что такое HBO IMDB Ratings for Chrome?
HBO IMDB Ratings for Chrome - это расширение Chrome, разработанное andersbaero, и его основная функция - "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.".
Снимки экрана расширения
Скачать файл CRX расширения HBO IMDB Ratings for Chrome
Скачайте файлы расширений HBO IMDB Ratings for Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
Основная информация о расширении
Название | HBO IMDB Ratings for Chrome |
ID | gimcheaobpkledablonfmgppbcjbiopd |
Официальный URL | https://chromewebstore.google.com/detail/hbo-imdb-ratings-for-chro/gimcheaobpkledablonfmgppbcjbiopd |
Описание | This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner. |
Размер файла | 578 KB |
Количество установок | 327 |
Текущая Версия | 1.0 |
Последнее Обновление | 2019-09-20 |
Дата публикации | 2019-09-19 |
Рейтинг | 2.60/5 Всего 5 оценок |
Разработчик | andersbaero |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HBO IMDB Ratings for Chrome", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/*.hbonordic.com\/*" ], "js": [ "jquery-3.4.0.min.js", "content.js" ] } ], "browser_action": { "default_icon": "images\/riktigIcon.png" }, "background": { "scripts": [ "background.js" ] } } |