Rooster Teeth++
A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.
Что такое Rooster Teeth++?
Rooster Teeth++ - это расширение Chrome, разработанное Noojuno, и его основная функция - "A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.".
Снимки экрана расширения
Скачать файл CRX расширения Rooster Teeth++
Скачайте файлы расширений Rooster Teeth++ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.
Compatible with Enhanced RT. Основная информация о расширении
| Название | |
| ID | joeobflmcmlhgjpbgolpdmpphaijhlee |
| Официальный URL | https://chromewebstore.google.com/detail/rooster-teeth++/joeobflmcmlhgjpbgolpdmpphaijhlee |
| Описание | A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero. |
| Размер файла | 513 KB |
| Количество установок | 183 |
| Текущая Версия | 1.3.2 |
| Последнее Обновление | 2018-05-06 |
| Дата публикации | 2018-05-06 |
| Рейтинг | 5.00/5 Всего 9 оценок |
| Разработчик | Noojuno |
| Тип оплаты | free |
| Официальный сайт расширения | http://twitter.com/noojuno |
| Поддерживаемые языки | en |
| manifest.json | |
{
"description": "A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.",
"version": "1.3.2",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rooster Teeth++",
"short_name": "RT++",
"icons": {
"128": "icon_128.png"
},
"web_accessible_resources": [
"rtpp.user.js"
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"content_scripts": [
{
"exclude_globs": [
"*:\/\/store.roosterteeth.com\/*"
],
"include_globs": [
"*"
],
"js": [
"injector.user.js"
],
"matches": [
"*:\/\/*.roosterteeth.com\/*"
],
"run_at": "document_end"
}
]
} | |