Twitch Now
Explore games & track your favorite streams on Twitch
What is Twitch Now?
Twitch Now is a Chrome extension developed by twitchnow, and its main feature is "Explore games & track your favorite streams on Twitch".
Extension Screenshots
Download Twitch Now Extension CRX File
Download Twitch Now extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Twitch Now keeps users updated and connected to the Twitch experience outside of website. Track your favorite streams easily with Twitch Now and get a notification when one of your favorite streams goes online.
Extension Basic Information
Name | |
ID | nlmbdmpjmlijibeockamioakdpmhjnpk |
Official URL | https://chrome.google.com/webstore/detail/twitch-now/nlmbdmpjmlijibeockamioakdpmhjnpk |
Description | Explore games & track your favorite streams on Twitch |
File Size | 579 KB |
Installation Count | 100,000 |
Current Version | 1.1.219 |
Last Updated | 2020-06-30 |
Publish Date | 2020-06-30 |
Rating | 4.42/5 Total 2099 Ratings |
Developer | twitchnow |
[email protected] | |
Payment Type | free |
Supported Languages | de,en,fr,tr,da,es,it,pl,pt-BR,pt-PT,ro,sk,sv,cs,el,sr,ru,zh-TW,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Now", "version": "1.1.219", "default_locale": "en", "manifest_version": 2, "description": "Explore games & track your favorite streams on Twitch", "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.twitch.tv\/*" ], "all_frames": true, "js": [ "common\/content\/theatre-mode.js" ] } ], "background": { "scripts": [ "common\/lib\/constants.js", "common\/dist\/contributors.js", "common\/lib\/3rd\/async.js", "common\/lib\/3rd\/jquery.js", "common\/lib\/3rd\/underscore.js", "common\/lib\/3rd\/backbone.js", "common\/lib\/3rd\/backbone.memento.js", "common\/lib\/3rd\/backbone.mixin.js", "common\/lib\/3rd\/eventemitter.js", "common\/lib\/utils.js", "common\/lib\/oauth2.js", "background.js", "common\/lib\/twitch-api.js", "common\/lib\/onerror.js", "common\/lib\/app.js" ], "persistent": true }, "minimum_chrome_version": "1.1.142", "icons": { "16": "common\/icons\/32_1.png", "48": "common\/icons\/48_1.png", "128": "common\/icons\/128_1.png" }, "browser_action": { "default_icon": { "19": "common\/icons\/19_2.png", "38": "common\/icons\/38_2.png" }, "default_popup": "common\/html\/popup.html" }, "permissions": [ "storage", "background", "*:\/\/*.twitch.tv\/*", "*:\/\/ndragomirov.github.io\/*", "notifications", "tabs" ] } |