70 results found
-
Specifications regarding the Extensions Guidelines and Policies - Section 6 I have a few questions regarding the "Extensions Guidelines and Policies - Section 6 Bits in Extension". In my opinion, it contains some unclear points, specifically:
6.2.2 "Bits may not be used within your Extension: To allow an end user to use Bits to play a specific musical track or audio-visual work. (e.g. a jukebox-like functionality)"
This is already done by a variety of extensions, e.g. Sound Alerts. You pay for bits to play a specific sound ("audio-visual work"). Therefore, I would like to know why it is allowed in their case and consequently, this might need some more specification.…
1 vote -
Thnks They should bring more intimacy and decentralization to us viewers who like to watch and interact with subs and time. A wallet would be the solution, where I connect with twitch like a login, you would drop twtcoin and the pdp would be made between view and streamer with your product! You are welcome .
2 votes -
Change Extension Description in chat messages I discovered that the extension in Twitch chat displays an incorrect description. The 'Description' section is supposed to be viewable only by streamers and viewers on the Extension Detail page, but this is not the case. Instead, the 'Description' appears in the chat, as opposed to the 'Summary'. As illustrated in the provided screenshot [https://imgur.com/a/LNOpr6B], I filled out all three forms, and the chat shows the 'Description'. It would be more appropriate to display the 'Summary' in chat since the 'Description' can be quite lengthy.
'Description' is labeled with the caption 'is viewable by streamers and viewers only…
3 votes -
Change Extension Description in chat messages I discovered that the extension in Twitch chat displays an incorrect description. The 'Description' section is supposed to be viewable only by streamers and viewers on the Extension Detail page, but this is not the case. Instead, the 'Description' appears in the chat, as opposed to the 'Summary'. As illustrated in the provided screenshot [https://imgur.com/a/LNOpr6B], I filled out all three forms, and the chat shows the 'Description'. It would be more appropriate to display the 'Summary' in chat since the 'Description' can be quite lengthy.
'Description' is labeled with the caption 'is viewable by streamers and viewers only…
3 votes -
Feeback No, tutto perfetto.
2 votes -
Allow 'In Development' versions to be deleted or re-numbered Sometimes you can end up with an extension where you have multiple versions under 'In Development', but ultimately you can only release one version.
Unlike the current active version, in-development versions aren't deprecated when a new version is released, so you can end up with old in-development versions that you can't do anything with (assuming you want to stick to some form of a convention for the version numbers).
It'd be great if the dashboard allowed you to delete/deprecate in-development versions, so you can clear out the extra versions, or allowed you to change the version number for in-development versions,…
7 votes -
Improve extensions activation button Bug report
Hi, the twitch extension button that is provided by twitch and used to enable an extension when watching a stream, is inaccessible.We are working on an extension that is relevant for screen reader users (folks who are blind or low vision) and the extension button is just a div with an SVG inside.
It is urgent that this is changed to a <button> so that assistive technologies can use it. Also, it only appears when the video is hovered, but the button being focused causes it to go away. Please help! Thanks
2 votes -
Allow our extensions to be included in the bit programs Extensions should be included in the programs twitch runs that use bits.
1 vote -
Incorrect channel_id format in example JWT payload The example of JWT payload includes a string for the example "channel_id" field. This should be a numeric id.
2 votes -
Follow state to the helper Copy everythign that is subscriber for extensions to follows
So,
- on activation run the oAuth scope check to allow reading channel follows
- Allow an extension app access token to call the "Get channel followers"
- Extend the JS helper to provide follow information similar to how subscriber status is
if the extension utilises onFollow it would follow the helper value is updated the same as subscibers would be
However existing bug - https://github.com/twitchdev/issues/issues/26 would also want to be fixed as well
Usercase:
broadly due to these API's moving to scoped it would be nice for serverless extensions to continue to not…
1 vote -
Video Component Anchors The ability for the dev to set and/or provide options which allow the configuration of a video component's iframe anchored position on the video player, left, right, top, bottom, etc, as well as optional constraints to what anchors are available. Currently only right side of the player can be used.
I believe this option would increase the potential use-cases for video components as different sections of real-estate can have different levels of importance for whatever your video component has been designed for.
Alternatively adding pop-out functionality to video components.
1 vote -
Extension Helper isFollowStatusAvailable / followStatus The extension can request subscription status as a feature. If the feature is enabled and the user is linked the subscription status can be looked at using Twitch.ext.viewer.subscriptionStatus
It would be handy to have similar functionality for following status. Whether the viewer is following or not.
There is helper functions for actions.followChannel and a callback for action.onFollow
It could be that an extension has additional features if the viewer is following a channel that are not available to viewers that are not following.
To figure out if the user is following the channel currently would require getting a moderator:read:followers and…
1 vote -
Extension bits - adjustable Streamer-Developer Share Why is the share always 80% streamer and 20% developer? Would be way better if the developers could decide their extension percentage.
If I sell an cosmetic item in my game ( on my website) for 5$ I get like 4.8$
If I want to sell the same item on twitch I would need to sell it for 24$ to get 4.8$So as developer I have these options:
- Don't use Bits -> Streamer receives 0$
- Link to our website -> Streamer receives 0$
- Make prices way to expensive -> nobody buys -> Streamer receives 0$
So if you make…
46 votes -
Include channel name in the onAuthorized response It would be nice if the response included the channel name and user's name so we don't have to call the API to convert the IDs to usernames :)
2 votes -
Allow 2 Overlay Extensions: Game Specific Overlay + General Overlay Console AND mobile gamers have INCREDIBLY few options for overlays.
But we appreciate the 1-2 teams out there trying to make things work completely source agnostic... for example... Overlay Expert.
However there are games with Game Specific Overlays (BL3 which also supports console, Lost Ark, Card games with mobile OS versions...) that we cannot use at the Same Time.
Even if we just want to put in some nice alerts for thanks for following and etc.
EXAMPLE: Play Destiny 2 on Console/PC/Cloud with cross-save-etc? How about the D2 armory extension + an overlay extension for your followers?
Can't do it…
1 vote -
Extend Send Extension Chat message to support languages Extension Developers can provide their extension in whatever langauge they want.
But Send Extension chat doesn't support translations.
Please extend https://dev.twitch.tv/docs/api/reference#send-extension-chat-message to support translations
So instead of
{ "text": "Hello", "extension_id": "uo6dggojyb8d6soh92zknwmi5ej1q2", "extension_version": "0.0.9" }
as the payload
support
{ "texts": { "en": "words and stuff", "de": "the german transation", "fr": "the french translation" }, "extension_id": "uo6dggojyb8d6soh92zknwmi5ej1q2", "extension_version": "0.0.9" }
And then the Twitch frontend will select whatever language the user is using and default to broadcaster language if a matching language not found.
or support a "default"
…{ "texts": { "default": "words and stuff", "en": "words and stuff", "de":
2 votes -
Whitelist Google Maps api? Whitelist the google maps URL (https://maps.googleapis.com) for extension iframe, since Google Analytics is already whitelisted.
It is currently not possible to add google maps to an extension due to the security policy of the iframe blocking requests.
This could be interesting for a number of different extensions, including games as google maps includes features that other providers do not have (e.g. Streetview)
3 votes -
Confused Too complicated
1 vote -
CSP Fields Confusing I feel the new CSP fields in the console can be improved.
Right now it states:
Comma-separated list of base URLs from which your Extension can load images (e.g. <img> HTML elements and favicons). These values will be used by the HTTP Content-Security-Policy (CSP) img-src directive
Comma-separated list of base URLs from which your Extension can load additional media (i.e. <audio>, <video>, and <track> HTML elements). These values will be used by the HTTP Content-Security-Policy (CSP) media-src directive.
Comma-separated list of base URLs from which your Extension can load information via scripting interfaces (e.g. API calls, fetch(), XMLHttpRequest, WebSockets). These…
1 vote -
Jquery code not complete Code is missing, does not work as is. For example in the jquery for form in viewer.js. Location.protocol is not defined for me and I had to change the selection id to "#myForm" for the jquery call to work.
1 vote
- Don't see your idea?