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 |
| 公式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 |
| Eメール | [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
} | |