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.
Rooster Teeth++ là gì?
Rooster Teeth++ là một tiện ích mở rộng Chrome được phát triển bởi Noojuno, và tính năng chính của nó là "A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Rooster Teeth++
Tải xuống các tệp mở rộng Rooster Teeth++ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Rooster Teeth++ |
ID | joeobflmcmlhgjpbgolpdmpphaijhlee |
URL Chính Thức | https://chromewebstore.google.com/detail/rooster-teeth++/joeobflmcmlhgjpbgolpdmpphaijhlee |
Mô tả | A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero. |
Kích Thước Tệp | 513 KB |
Số Lần Cài Đặt | 183 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2018-05-06 |
Ngày Phát Hành | 2018-05-06 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Noojuno |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://twitter.com/noojuno |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |