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"
        }
    ]
}