RantStats Extension for Rumble.com
Add support for capturing paid Rumble Rants for Rumble.com livestreams.
RantStats Extension for Rumble.com là gì?
RantStats Extension for Rumble.com là một tiện ích mở rộng Chrome được phát triển bởi https://rantstats.com, và tính năng chính của nó là "Add support for capturing paid Rumble Rants for Rumble.com livestreams.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RantStats Extension for Rumble.com
Tải xuống các tệp mở rộng RantStats Extension for Rumble.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RantStats Extension for Rumble.com |
ID | liahjgfmodjgeakahommamnmbjgicpmh |
URL Chính Thức | https://chromewebstore.google.com/detail/rantstats-extension-for-r/liahjgfmodjgeakahommamnmbjgicpmh |
Mô tả | Add support for capturing paid Rumble Rants for Rumble.com livestreams. |
Kích Thước Tệp | 64.31 KB |
Số Lần Cài Đặt | 129 |
Phiên Bản Hiện Tại | 1.4.4 |
Cập Nhật Lần Cuối | 2023-09-06 |
Ngày Phát Hành | 2022-11-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://rantstats.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/rantstats/rantstats-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |