Twitch Points Clicker Firefox

Twitch Points Clicker

Auto clicks the Claim Channel Points Button when it appears in comparison to other addons, this one is not time based, but actually uses a Mutation Observer to see if something changes
xHeader
Modify request and response headers. No ads, no malware.

Overview

Removed
Daily users
1
Data as of 2023-11-28
Version:
1.0.2
Last updated: 2023-11-16

Features & Capabilities

Auto clicks the Claim Channel Points Button when it appears in comparison to other addons, this one is not time based, but actually uses a Mutation Observer to see if something changes

Usage After installation just visit your usual twitch channels pages. The Button will get clicked automatically when it appears.

Note Those who already use a userscript manager addon like tamper-,violent- or greasymonkey ... can also just copy and paste following script snippet, which is basically the whole addon :-)

let timerID;

function onChange() { const el = document.querySelector('[aria-label="Claim Bonus"]'); if (el !== null) { console.debug("Channel Bonus Points Button clicked"); el.click(); } }

// if we have many mution events, wait until the site has settled function delayed_onChange() { clearTimeout(timerID); timerID = setTimeout(onChange, 500); // todo: maybe there is a better way to determine if the site is settled }

function init() { const chatinputbtncontainer = document.querySelector( ".chat-input__buttons-container" ); // start observer new MutationObserver(delayed_onChange).observe(chatinputbtncontainer, { attributes: false, childList: true, subtree: true, }); delayed_onChange(); }

setTimeout(init, 1000 * 30); // inital delay

Notes:

  1. Permissions: This add-on tries to use the minimal number of required permissions to successfully fullfill its intended purpose. If you think this could be improved please let me know by opening an issue and i will try to look into it. More Details on the individual permission can be found here: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions
  2. Cost/Payment: This Add-on is and forever will be subscription and payment free to use for everyone however they like. If you are feeling generous you can send me a tip via my bitcoin address 35WK2GqZHPutywCdbHKa9BQ52GND3Pd6h4
  3. Stars/Reviews: If you found this add-on useful leave some stars or a review so others have an easier time finding it.
  4. Bugs, Suggestions or Requests: If you have any issues (for example a site it does not work but you think it should) or have improvement suggestions or a feature request please open an issue at the Support Site

User Growth & Download Statistics

Manifest V2 Add-on
By:
igorlogius
Daily users:
1
Version:
1.0.2 Last updated: 2023-11-16
Creation date:
2023-11-15
Risk:
Moderate risk impact High risk likelihood
Content scripts matches:
  • *.twitch.tv
Size:
9.81KB
URLs:
Website
Full description:
See detailed description
Source:
Firefox Add-ons Store
Data ingested on:
2023-11-28
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Firefox add-on. Please use these information below to contact the Firefox add-on developer.
Developed by:
igorlogius
Firefox Add-ons Store
https://addons.mozilla.org/firefox/addon/twitch-points-clicker/
Website:
https://github.com/igorlogius/not-on-amo/issues

Is Twitch Points Clicker Safe?

Risk impact
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypassing your security settings, and accessing your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.

Twitch Points Clicker requires a few sensitive permissions. Exercise caution before installing.

Risk impact analysis details
  • High Injects scripts into web pages, which may alter or extract site contents, resulting in a substantial risk.
  • High ******* ****** ** *** ********* ******** *********
Risk likelihood
Risk likelihood measures the probability that a Firefox add-on may turn malicious. This is determined by the publisher and the Firefox add-on reputation on Firefox Add-ons Store, the amount of time the Firefox add-on has been around, and other signals about the Firefox add-on. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Firefox add-on.

Twitch Points Clicker may not be trust-worthy. Avoid installing if possible unless you really trust this publisher.

Risk likelihood analysis details
  • Critical This extension is not longer available in the store
Extension Guard
Extension Guard

Discover every extension in use, analyze risks, and enforce blocking policies with Extension Guard

Secure Your Browser
Upgrade to see full risk analysis details

Best Twitch Points Clicker Alternatives

Here are some Firefox add-ons that are similar to Twitch Points Clicker: