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是由SpaceshipCaptain開發的Chrome擴展程式,該擴展的主要功能是“Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.”。
擴展截圖
下載TTV Looking Glass擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | phikemnogmdhgadokdnahneeihokkkcf |
| 官方網址 | 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
} | |