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 je Rooster Teeth++?
Rooster Teeth++ je rozšíření Chrome vyvinuté Noojuno, a jeho hlavní funkcí je „A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Rooster Teeth++
Stáhněte si soubory rozšíření Rooster Teeth++ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | joeobflmcmlhgjpbgolpdmpphaijhlee |
| Oficiální URL | https://chromewebstore.google.com/detail/rooster-teeth++/joeobflmcmlhgjpbgolpdmpphaijhlee |
| Popis | A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero. |
| Velikost souboru | 513 KB |
| Počet instalací | 183 |
| Aktuální Verze | 1.3.2 |
| Poslední Aktualizace | 2018-05-06 |
| Datum Vydání | 2018-05-06 |
| Hodnocení | 5.00/5 Celkem 9 Hodnocení |
| Vývojář | Noojuno |
| Typ Platby | free |
| Webové stránky Rozšíření | http://twitter.com/noojuno |
| Podporované Jazyky | 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"
}
]
} | |