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.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Rooster Teeth++

قم بتنزيل ملفات الامتداد Rooster Teeth++ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        }
    ]
}