RantStats Extension for Rumble.com
Add support for capturing paid Rumble Rants for Rumble.com livestreams.
RantStats Extension for Rumble.com란 무엇입니까?
RantStats Extension for Rumble.com은(는) https://rantstats.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add support for capturing paid Rumble Rants for Rumble.com livestreams."입니다.
확장 프로그램 스크린샷
RantStats Extension for Rumble.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add support for capturing the paid Rumble Rants for Rumble.com live streams. Rants are shown past their normal expiration date in the chat. Rants can be shown as a sidebar on the stream page or in a separate window. After a stream ends, cached data can be viewed by loading the stream page again. If no Rants were captured during the stream, the sidebar or separate window will note this. Additionally, all cached data can be viewed and managed from the Cached Rants page.
확장 프로그램 기본 정보
이름 | RantStats Extension for Rumble.com |
ID | liahjgfmodjgeakahommamnmbjgicpmh |
공식 URL | https://chromewebstore.google.com/detail/rantstats-extension-for-r/liahjgfmodjgeakahommamnmbjgicpmh |
설명 | Add support for capturing paid Rumble Rants for Rumble.com livestreams. |
파일 크기 | 64.31 KB |
설치 횟수 | 129 |
현재 버전 | 1.4.4 |
최근 업데이트 | 2023-09-06 |
출시 날짜 | 2022-11-15 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://rantstats.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/rantstats/rantstats-extension/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RantStats Extension for Rumble.com", "version": "1.4.4", "description": "Add support for capturing paid Rumble Rants for Rumble.com livestreams.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "storage", "unlimitedStorage", "tabs" ], "background": { "service_worker": "pages\/background\/background.js" }, "options_page": "pages\/options\/options.html", "action": { "default_popup": "pages\/options\/options.html#popup", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "web_accessible_resources": [ { "matches": [ " |