Twitch Peak
Keeps the current tab set to the largest stream for any given game on Twitch!
Twitch Peak là gì?
Twitch Peak là một tiện ích mở rộng Chrome được phát triển bởi noahwillcrow, và tính năng chính của nó là "Keeps the current tab set to the largest stream for any given game on Twitch!".
Tải xuống tệp CRX của tiện ích mở rộng Twitch Peak
Tải xuống các tệp mở rộng Twitch Peak 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
Keep your eyes glued to only the top Twitch stream of any given game! Instructions: Just install this extension, click the icon in the Chrome menu, type in the name of your game, and click "Start Watching"! Source code is available on GitHub!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitch Peak |
ID | lmdldooiahghimedndlabgjfkddemjdj |
URL Chính Thức | https://chromewebstore.google.com/detail/twitch-peak/lmdldooiahghimedndlabgjfkddemjdj |
Mô tả | Keeps the current tab set to the largest stream for any given game on Twitch! |
Kích Thước Tệp | 120 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2017-07-25 |
Ngày Phát Hành | 2017-07-25 |
Nhà Phát Triển | noahwillcrow |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/noahwillcrow/TwitchPeak |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Peak", "short_name": "TwitchPeak", "version": "1.0.3", "description": "Keeps the current tab set to the largest stream for any given game on Twitch!", "icons": { "32": "icon-32.png", "128": "icon-128.png" }, "permissions": [ "tabs", "https:\/\/api.twitch.tv\/kraken\/streams" ], "browser_action": { "default_title": "", "default_icon": "icon-32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-3.2.1.min.js", "background.js" ], "persistent": true } } |