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.”。

扩展截图

screenshot
screenshot
screenshot

下载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++ 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"
        }
    ]
}