Twitch - Bonus Collector
Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.
Twitch - Bonus Collector क्या है?
Twitch - Bonus Collector Alexander Gerasimov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch - Bonus Collector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple use! Nothing extra!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dlohmjidoachadcbejnkpaikmgphoilo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/twitch-bonus-collector/dlohmjidoachadcbejnkpaikmgphoilo |
विवरण | Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you. |
फ़ाइल का आकार | 70.15 KB |
स्थापना संख्या | 322 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2021-05-19 |
प्रकाशन तिथि | 2020-04-16 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Alexander Gerasimov |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "22.0", "name": "Twitch - Bonus Collector", "description": "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.", "version": "1.0.5", "author": "Alexander Gerasimov", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" }, "browser_action": { "default_title": "Twitch - Bonus Collector", "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js", "js\/core.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "background": { "scripts": [ "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js", "js\/core.js", "js\/background.js" ] }, "permissions": [ "storage", "activeTab", "https:\/\/www.twitch.tv\/*" ] } |