AFKChannelPoints
Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…
Wat is AFKChannelPoints?
AFKChannelPoints is een Chrome-extensie ontwikkeld door tjaygrantham, en de belangrijkste functie is "Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…".
Extensie Screenshots
Download het CRX-bestand van de extensie AFKChannelPoints
Download AFKChannelPoints-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change quality to lowest
Basisinformatie over de Extensie
Naam | AFKChannelPoints |
ID | ahlljeppiahmgkcnbdmiofmbgdmdjdcm |
Officiële URL | https://chromewebstore.google.com/detail/afkchannelpoints/ahlljeppiahmgkcnbdmiofmbgdmdjdcm |
Beschrijving | Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change… |
Bestandsgrootte | 124 KB |
Aantal Installaties | 123 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-11-23 |
Publicatiedatum | 2020-11-15 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | tjaygrantham |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |