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 là gì?

TTV Looking Glass là một tiện ích mở rộng Chrome được phát triển bởi SpaceshipCaptain, và tính năng chính của nó là "Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TTV Looking Glass

Tải xuống các tệp mở rộng TTV Looking Glass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TTV Looking Glass TTV Looking Glass
ID phikemnogmdhgadokdnahneeihokkkcf
URL Chính Thức https://chromewebstore.google.com/detail/ttv-looking-glass/phikemnogmdhgadokdnahneeihokkkcf
Mô tả Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.
Kích Thước Tệp 14.03 KB
Số Lần Cài Đặt 4,065
Phiên Bản Hiện Tại 0.0.1.14
Cập Nhật Lần Cuối 2023-11-11
Ngày Phát Hành 2020-12-12
Đánh Giá 5.00/5 Tổng số 15 Đánh Giá
Nhà Phát Triển SpaceshipCaptain
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/SpaceshipCaptain/LookingGlassTTV
URL Trang Trợ Giúp https://twitter.com/SpaceshipCapt
Ngôn Ngữ Được Hỗ Trợ 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
}