AFKChannelPoints
Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…
AFKChannelPoints क्या है?
AFKChannelPoints tjaygrantham द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AFKChannelPoints एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change quality to lowest
एक्सटेंशन की मूल जानकारी
नाम | AFKChannelPoints |
ID | ahlljeppiahmgkcnbdmiofmbgdmdjdcm |
आधिकारिक URL | https://chromewebstore.google.com/detail/afkchannelpoints/ahlljeppiahmgkcnbdmiofmbgdmdjdcm |
विवरण | Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change… |
फ़ाइल का आकार | 124 KB |
स्थापना संख्या | 123 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2020-11-23 |
प्रकाशन तिथि | 2020-11-15 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | tjaygrantham |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "name": "AFKChannelPoints", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "storage", "tabs" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ "content.styles.css", "icon.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net https:\/\/code.jquery.com; object-src 'self'" } |