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.
What is Rooster Teeth++?
Rooster Teeth++ is a Chrome extension developed by Noojuno, and its main feature is "A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.".
Extension Screenshots
Download Rooster Teeth++ Extension CRX File
Download Rooster Teeth++ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | joeobflmcmlhgjpbgolpdmpphaijhlee |
| Official URL | https://chromewebstore.google.com/detail/rooster-teeth++/joeobflmcmlhgjpbgolpdmpphaijhlee |
| Description | A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero. |
| File Size | 513 KB |
| Installation Count | 183 |
| Current Version | 1.3.2 |
| Last Updated | 2018-05-06 |
| Publish Date | 2018-05-06 |
| Rating | 5.00/5 Total 9 Ratings |
| Developer | Noojuno |
| Payment Type | free |
| Extension Website | http://twitter.com/noojuno |
| Supported Languages | 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"
}
]
} | |