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.
Apa itu Rooster Teeth++?
Rooster Teeth++ adalah ekstensi Chrome yang dikembangkan oleh Noojuno, dan fitur utamanya adalah "A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rooster Teeth++
Unduh file ekstensi Rooster Teeth++ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | joeobflmcmlhgjpbgolpdmpphaijhlee |
| URL Resmi | https://chromewebstore.google.com/detail/rooster-teeth++/joeobflmcmlhgjpbgolpdmpphaijhlee |
| Deskripsi | A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero. |
| Ukuran File | 513 KB |
| Jumlah Instalasi | 183 |
| Versi Saat Ini | 1.3.2 |
| Terakhir Diperbarui | 2018-05-06 |
| Tanggal Publikasi | 2018-05-06 |
| Penilaian | 5.00/5 Total 9 Penilaian |
| Pengembang | Noojuno |
| Tipe Pembayaran | free |
| Situs Ekstensi | http://twitter.com/noojuno |
| Bahasa yang Didukung | 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"
}
]
} | |