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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rooster Teeth++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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