AFKChannelPoints
Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…
Hvad er AFKChannelPoints?
AFKChannelPoints er en Chrome-udvidelse udviklet af tjaygrantham, og dens hovedfunktion er "Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…".
Udvidelsesskærmbilleder
Download AFKChannelPoints-udvidelses-CRX-fil
Download AFKChannelPoints-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change quality to lowest
Grundlæggende oplysninger om udvidelsen
Navn | AFKChannelPoints |
ID | ahlljeppiahmgkcnbdmiofmbgdmdjdcm |
Officiel URL | https://chromewebstore.google.com/detail/afkchannelpoints/ahlljeppiahmgkcnbdmiofmbgdmdjdcm |
Beskrivelse | Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change… |
Filstørrelse | 124 KB |
Antal Installationer | 123 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2020-11-23 |
Udgivelsesdato | 2020-11-15 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | tjaygrantham |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |