UpDownLeftDie Twitch Helper
Twitch Prime Sub reminder, discounts, and more!
UpDownLeftDie Twitch Helper란 무엇입니까?
UpDownLeftDie Twitch Helper은(는) https://www.updownleftdie.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Twitch Prime Sub reminder, discounts, and more!"입니다.
확장 프로그램 스크린샷
UpDownLeftDie Twitch Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you forget when your free Twitch Prime Sub is ready to use again? Do you have family that has Amazon Prime but don't let their free sub go to waste? Everyday the a free Prime Sub goes unused is money lost! Install this extension and never forget when you can resubscribe to your favorite streamers (or have your family members resub to you by having them install the extension) • Reminds you when your free Twitch Prime subscription is available. • Help support UpDownLeftDie by automatically applying referral codes. • Automatically applies discount codes for certain sites. • Extra entries into playrgg giveaways To update or re-sync your Twitch Prime subscription date, while logged in, go to: https://www.twitch.tv/subscriptions Wii Shop music has to be re-enabled each time you open you browser. This is a limitation of browsers which doesn't let extensions play audio without user interaction. Any bugs or suggestions contact us: Discord: UpDownLeftDie#0001 / https://udld.rocks/discord Email: [email protected]
확장 프로그램 기본 정보
이름 | |
ID | dkpkidmajaaandnnglbohlopjgigkiec |
공식 URL | https://chromewebstore.google.com/detail/updownleftdie-twitch-help/dkpkidmajaaandnnglbohlopjgigkiec |
설명 | Twitch Prime Sub reminder, discounts, and more! |
파일 크기 | 908 KB |
설치 횟수 | 47 |
현재 버전 | 2.58 |
최근 업데이트 | 2020-09-25 |
출시 날짜 | 2020-07-01 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://www.updownleftdie.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.twitch.tv/updownleftdie |
도움말 페이지 URL | https://discord.com/invite/gdDWcrt |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UpDownLeftDie Twitch Helper", "short_name": "UDLD Helper", "description": "Twitch Prime Sub reminder, discounts, and more!", "version": "2.58", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "js\/browser-polyfill.min.js", "js\/background.js" ] }, "browser_action": { "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*", "*:\/\/*.updownleftdie.com\/*", "*:\/\/*.playr.gg\/*" ], "run_at": "document_start", "js": [ "js\/browser-polyfill.min.js", "js\/content_script.js" ] }, { "matches": [ "*:\/\/*.twitch.tv\/*" ], "run_at": "document_start", "js": [ "js\/content_script.js" ], "css": [ "css\/udld-live.css" ] } ], "web_accessible_resources": [ "shop.ogg", "ac.ogg" ], "permissions": [ "tabs", "storage", "notifications", "*:\/\/*.twitch.tv\/*", "*:\/\/*.updownleftdie.com\/*", "*:\/\/*.playr.gg\/*" ] } |