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.
Co to jest Rooster Teeth++?
Rooster Teeth++ to rozszerzenie Chrome opracowane przez Noojuno, a jego główną funkcją jest „A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rooster Teeth++
Pobierz pliki rozszerzeń Rooster Teeth++ 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Rooster Teeth++ |
ID | joeobflmcmlhgjpbgolpdmpphaijhlee |
Oficjalny URL | https://chromewebstore.google.com/detail/rooster-teeth++/joeobflmcmlhgjpbgolpdmpphaijhlee |
Opis | A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero. |
Rozmiar pliku | 513 KB |
Liczba instalacji | 183 |
Aktualna Wersja | 1.3.2 |
Ostatnia Aktualizacja | 2018-05-06 |
Data Publikacji | 2018-05-06 |
Ocena | 5.00/5 Łącznie 9 Oceny |
Deweloper | Noojuno |
Typ Płatności | free |
Strona Rozszerzenia | http://twitter.com/noojuno |
Obsługiwane Języki | 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" } ] } |