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.
Vad är Rooster Teeth++?
Rooster Teeth++ är en Chrome-tillägg utvecklad av Noojuno, och dess huvudfunktion är "A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.".
Tilläggsskärmbilder
Ladda ner Rooster Teeth++-förlängningens CRX-fil
Ladda ner Rooster Teeth++-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Rooster Teeth++ |
ID | joeobflmcmlhgjpbgolpdmpphaijhlee |
Officiell webbadress | https://chromewebstore.google.com/detail/rooster-teeth++/joeobflmcmlhgjpbgolpdmpphaijhlee |
Beskrivning | A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero. |
Filstorlek | 513 KB |
Antal Installationer | 183 |
Aktuell Version | 1.3.2 |
Senast Uppdaterad | 2018-05-06 |
Publiceringsdatum | 2018-05-06 |
Betyg | 5.00/5 Totalt 9 Betyg |
Utvecklare | Noojuno |
Betalningssätt | free |
Tilläggswebbplats | http://twitter.com/noojuno |
Stödda Språk | 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" } ] } |