Get Gift
Get your Twitch gift channel points automatically.
Get Gift란 무엇입니까?
Get Gift은(는) r_balconi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get your Twitch gift channel points automatically."입니다.
확장 프로그램 스크린샷
Get Gift 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
* GetGift - Extension for browser Are you tired of clicking every time your Channel Points come up while you're watching an exciting live stream on Twitch? Get Gift is a Google Chrome extension for Twitch that just does that! It detects when points are available and picks them up for you! * The Extension The purpose is to auto-collect your Channel Points while you are watching any live streams on Twitch. You can check the collected Channel Points by simply looking at the bottom of the chat tab! You can also turn on a beep to get notified whenever the points are collected. ** Log update - Get Gift v.1.1 - Fix bug on click in "subscription" button; - Fix bug on click in "emote" os subscriptions; - Fix bug on change stream, the extension data don't apeared;
확장 프로그램 기본 정보
이름 | Get Gift |
ID | mapokfhmebdhgjjoedphffgphmhjbhdl |
공식 URL | https://chromewebstore.google.com/detail/get-gift/mapokfhmebdhgjjoedphffgphmhjbhdl |
설명 | Get your Twitch gift channel points automatically. |
파일 크기 | 29.13 KB |
설치 횟수 | 1,288 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-05-30 |
출시 날짜 | 2020-05-29 |
평점 | 4.40/5 총 5 개의 평점 |
개발자 | r_balconi |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Gift", "version": "1.1", "description": "Get your Twitch gift channel points automatically.", "author": "RBalconi", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "css": [ "styles\/styles.min.css" ], "js": [ "scripts\/scripts.min.js" ] } ], "web_accessible_resources": [ "assets\/*.svg", "assets\/beep.mp3" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "256": "icon256.png" } } |