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++是由Noojuno開發的Chrome擴展程式,該擴展的主要功能是“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++擴展crx文件
下載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 |
官方網址 | 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" } ] } |