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.
Qu'est-ce que Rooster Teeth++ ?
Rooster Teeth++ est une extension Chrome développée par Noojuno, et sa fonction principale est "A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rooster Teeth++
Téléchargez les fichiers d'extension Rooster Teeth++ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Rooster Teeth++ |
ID | joeobflmcmlhgjpbgolpdmpphaijhlee |
URL Officiel | 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. |
Taille du Fichier | 513 KB |
Nombre d'Installations | 183 |
Version Actuelle | 1.3.2 |
Dernière Mise à Jour | 2018-05-06 |
Date de Publication | 2018-05-06 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | Noojuno |
Type de Paiement | free |
Site Web de l'Extension | http://twitter.com/noojuno |
Langues Prises en Charge | 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" } ] } |