Streamheroes
Chrome extension for additional features on twitch in connection to the collectible card game https://streamheroes.gg
Streamheroes란 무엇입니까?
Streamheroes은(는) streamheroes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for additional features on twitch in connection to the collectible card game https://streamheroes.gg"입니다.
확장 프로그램 스크린샷
Streamheroes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features Show you are a member of the Streamheroes family with a special badge visible in Twitch chat (show icon) See which Streamheroes streamers are live on Twitch Check out Streamheroes card sets in the Twitch streamer profile Links All FAQs https://app.streamheroes.gg/page/faq Streamheroes cards & all other goodies can be found here https://app.streamheroes.gg/card-shop As a streamer, creating your own card set has never been easier https://app.streamheroes.gg/card-tool Use your Streamheroes coins to unlock the Streamheroes card collection https://app.streamheroes.gg/collections/streamheroes Show your support for Streamheroes and become a Streamheroes pro https://app.streamheroes.gg/supporter Check out our Discord and join the discussion: https://discord.com/invite/WJE6b8M Need any help? Our support team is glad to help: https://help.streamheroes.gg/hc/en-us/requests/new
확장 프로그램 기본 정보
이름 | Streamheroes |
ID | fibcoefnefcolkjjkjeamcokohnjbagp |
공식 URL | https://chromewebstore.google.com/detail/streamheroes/fibcoefnefcolkjjkjeamcokohnjbagp |
설명 | Chrome extension for additional features on twitch in connection to the collectible card game https://streamheroes.gg |
파일 크기 | 60.91 KB |
설치 횟수 | 4,875 |
현재 버전 | 0.0.15 |
최근 업데이트 | 2022-03-16 |
출시 날짜 | 2020-05-13 |
평점 | 4.40/5 총 15 개의 평점 |
개발자 | streamheroes |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://streamheroes.gg |
도움말 페이지 URL | https://help.streamheroes.gg/hc/en-us/requests/new |
개인정보 보호 정책 페이지 URL | https://streamheroes.gg/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_title": "Streamheroes", "default_popup": "index.html" }, "name": "Streamheroes", "version": "0.0.15", "description": "Chrome extension for additional features on twitch in connection to the collectible card game https:\/\/streamheroes.gg", "icons": { "128": "images\/sh-icon-128x128.png" }, "permissions": [ "declarativeContent", "storage", "cookies", "*:\/\/*.twitch.tv\/*", "https:\/\/id.twitch.tv\/oauth2\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "all_frames": true, "match_about_blank": true, "js": [ "jquery-3.4.1.min.js", "streamheroes.js" ] } ], "background": { "scripts": [ "jquery-3.4.1.min.js", "background.js" ], "persistent": false }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmsN8s19m7qqpAVsiso1iuyYg5QF+yH55oJnzrbt9Hxm\/f8iN2KLhZ3ai1SRHAZAzs4jEbPjFgay7cD01kVTWImd7rSnk6tAeyNM2n1\/pLTNXUjSS+eRp5p\/RrXUSO8QSdpeUrqMAPA8ErUY1OrLGHkh3uQnkYcla\/CqHIncTHA8XeK4xO4DlaCwLwSnHVp47y5\/rkE3sGw82MRj48MYGQ+LlDranzCdqtXXTl9+HurwTnJtN5N0BSm1+CV0GJf3YErS59X3m6fVOrEXT11HBYbZNir7JT3D2qzmzeWBIzfonPpt+zXFKmSfhDr0qkdN+2gBGiXWBq4tk\/j8pyl7LwwIDAQAB", "web_accessible_resources": [ "images\/*" ] } |