TTV Looking Glass

Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.

ما هو TTV Looking Glass؟

TTV Looking Glass هو إضافة Chrome تم تطويرها بواسطة SpaceshipCaptain، والميزة الرئيسية لها هي "Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة TTV Looking Glass

قم بتنزيل ملفات الامتداد TTV Looking Glass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension only works on Twitch.tv

This extension helps you sync a Twitch clip or a vod with another streamer's perspective. The input box underneath all Twitch clips/vods makes it easy to watch the same clip from multiple perspectives. Right click green bubbles for details and right click red/grey bubbles to remove them.

Also adds input box to nav bar called express vod to instantly open latest vod of inputted user.

Twitch can break this extension with a simple name change to their styling tags so I can't promise it will work 100% of the time. If you notice that's it's broken feel free to message me and I'll try to push an update quickly. I have had to do this a couple times already but I'm not always on top of it.                    

معلومات أساسية عن التمديد

الاسم TTV Looking Glass TTV Looking Glass
ID phikemnogmdhgadokdnahneeihokkkcf
عنوان URL الرسمي https://chromewebstore.google.com/detail/ttv-looking-glass/phikemnogmdhgadokdnahneeihokkkcf
الوصف Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.
حجم الملف 14.03 KB
عدد التثبيتات 4,065
النسخة الحالية 0.0.1.14
آخر تحديث 2023-11-11
تاريخ النشر 2020-12-12
تقييم 5.00/5 مجموع تقييمات 15
المطور SpaceshipCaptain
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/SpaceshipCaptain/LookingGlassTTV
عنوان صفحة المساعدة https://twitter.com/SpaceshipCapt
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TTV Looking Glass",
    "version": "0.0.1.14",
    "description": "Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/clips.twitch.tv\/*",
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end",
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 3
}