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++คืออะไร?
Rooster Teeth++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Noojuno และคุณลักษณะหลักของมันคือ "A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rooster Teeth++
ดาวน์โหลดไฟล์ส่วนขยาย Rooster Teeth++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rooster Teeth++ |
ID | joeobflmcmlhgjpbgolpdmpphaijhlee |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rooster-teeth++/joeobflmcmlhgjpbgolpdmpphaijhlee |
คำอธิบาย | A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero. |
ขนาดไฟล์ | 513 KB |
จำนวนการติดตั้ง | 183 |
เวอร์ชันปัจจุบัน | 1.3.2 |
อัปเดตครั้งล่าสุด | 2018-05-06 |
วันที่เผยแพร่ | 2018-05-06 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Noojuno |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://twitter.com/noojuno |
ภาษาที่รองรับ | 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" } ] } |