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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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
}