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文件
下载RantStats Extension for Rumble.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [ " |