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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add support for capturing paid Rumble Rants for Rumble.com livestreams."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RantStats Extension for Rumble.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |