Neat Rabb.it
Theater mode for Rabb.it
Что такое Neat Rabb.it?
Neat Rabb.it - это расширение Chrome, разработанное victornpb, и его основная функция - "Theater mode for Rabb.it".
Снимки экрана расширения
Скачать файл CRX расширения Neat Rabb.it
Скачайте файлы расширений Neat Rabb.it в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Neat Rabbit is an extension that modifies the current website layout, to provide a better user experience while watching content on the website www.rabb.it
Основная информация о расширении
Название | Neat Rabb.it |
ID | donpmjabppcnncmoiobkhkjmhkhfaiao |
Официальный URL | https://chromewebstore.google.com/detail/neat-rabbit/donpmjabppcnncmoiobkhkjmhkhfaiao |
Описание | Theater mode for Rabb.it |
Размер файла | 363 KB |
Количество установок | 14 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2018-03-06 |
Дата публикации | 2018-03-05 |
Рейтинг | 4.00/5 Всего 4 оценок |
Разработчик | victornpb |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Neat Rabb.it", "description": "Theater mode for Rabb.it", "version": "0.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.rabb.it\/*" ] } ] } |