Twitch Links
Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!
Twitch Links란 무엇입니까?
Twitch Links은(는) Shiboe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!"입니다.
확장 프로그램 스크린샷
Twitch Links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension monitors Twitch chat, saving all links posted in chat to a separate list. Clicking the Twitch Links icon will show all captured links, allowing you to easily view and click them without fighting the tide of new chat posts coming in. Links will only be shown for the currently open twitch window/tab, but will be read in the background for all active tabs. Enjoy!
확장 프로그램 기본 정보
이름 | |
ID | bdabfmaodlcecidafckneiiaodjakoho |
공식 URL | https://chromewebstore.google.com/detail/twitch-links/bdabfmaodlcecidafckneiiaodjakoho |
설명 | Catch links in fast moving twitch chat, moving them to a managable list for easy clicking! |
파일 크기 | 44.66 KB |
설치 횟수 | 696 |
현재 버전 | 4.0.3 |
최근 업데이트 | 2022-07-15 |
출시 날짜 | 2019-05-22 |
평점 | 3.40/5 총 5 개의 평점 |
개발자 | Shiboe |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Links", "description": "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!", "version": "4.0.3", "icons": { "48": "images\/icon48.png" }, "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/go.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "css": [ "styles\/content.min.css" ], "js": [ "scripts\/content.min.js" ] } ], "background": { "scripts": [ "scripts\/background.min.js" ] }, "web_accessible_resources": [], "permissions": [ "activeTab", "background" ] } |