Alexander Choporov (CoolCmd) has returned and the extension is back to the Webstore: https://chrome.google.com/webstore/detail/alternate-player-for-twit/bhplkbgoehhhddaoolmakpocnenplmhf
Thus, my development stops from here and I will only update for my own needs.
Old description:
The Twitch 5 extension updated for Chrome, all credit goes to Alexander Choporov (CoolCmd).
To get this extension running (if you're a dev), follow these steps:
- Download the ZIP archive of the repository.
- Unpack somewhere.
Chrome |
---|
|
The last available Chrome extension source code is from 2017. Alexander is still updating the extension and does a great job. Why Google removed it from the Webstore is unknown (I'd guess either icon copyright or Twitch claimed copyright on the name of the extension).
So I did the following:
- Took the manifest from the last Chrome version, removed some sketchy permissions
- Checked for sketchy URLs (There are none!)
- Ported the latest version from the Firefox Addon Store to Chrome (from February 2018)
More Technical:
- Enabled ASM (by replacing russian code, that Chrome somehow did not like)
- Fixed CSS
- Added a few other performance tweaks (using CSS, e.g.
contain
)