Twitch NoPixel Only
Automatic filtering and coloring for NoPixel streams on Twitch's GTA page!
什么是Twitch NoPixel Only?
Twitch NoPixel Only是由Vaeb开发的Chrome扩展程序,该扩展的主要功能是“Automatic filtering and coloring for NoPixel streams on Twitch's GTA page!”。
扩展截图
下载Twitch NoPixel Only扩展crx文件
下载Twitch NoPixel Only扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Once installed, go to https://www.twitch.tv/directory/game/Grand%20Theft%20Auto%20V to use. This extension is specifically aimed at NoPixel viewers on Twitch. It has three primary features: 1. Filtering GTAV streams to only show NoPixel activity — Includes both Twitch AND Facebook Gaming. 2. Automatically tagging/customizing NoPixel streams based on: a. the active character being played. b. the faction (if any) that the character belongs to. 3. Searching for specific characters or factions. *NEW*: GTAV Clips are now filtered too! View clips from a selected faction, e.g. Police, over a time period; search clips (title, character name, etc.); show character information; and more. Everything is automatic, you don't have to do anything. --- FAQ --- > "Does this only apply to the GTAV category on Twitch?" Yes. This extension will only affect the GTAV page linked above. Other Twitch pages will not be affected. > "How does the tagging work?" Each channel's title will be compared against their character data to best identify the active character. This includes checking the title for nicknames, partial-names, and faction names. The stream is then tagged with the character name, and the tag is coloured based on the character's faction (if one exists). The large majority of NP streamers put character indications in their title. However, even if they don't, it will tag the stream with a best-guess (based on who they usually play) surrounded by question-marks, e.g. "? Lang Buddha ?". > "How do you know if it's a NoPixel stream?" Firstly, this extension contains a large list of NP streamers (currently 1134) who are included by default. This list is updated frequently and fetched during runtime (list changes do not require updating the extension). If they're not in the list (new to NoPixel) then the stream title will be checked for terms such as "NoPixel", "NP". "No Pixel" etc. I've never had an issue with it missing a stream. There is also an option to include other RP servers such as TFRP and TRP. However, there is no individual tagging/customizing done for these servers; all of them are coloured pale-blue. > "What happens if it's a new NoPixel streamer, with nothing known about their character?" Even if they aren't in the vast—and growing—list of NoPixel streamers, they will still be included as long as there is some remote indication of NP in their title. If no info is known about their character but their title contains some indication of a faction, then the stream will be tagged generically based on that faction, e.g. "< Vagos >". If no info is known about their character nor is there any faction indication, they will be included with just the generic tag "NP". Once they appear in the known NP streamer list, the tag will change to their current character's name and faction color. Tip: Keeping the "Force English only" setting enabled will improve performance when scrolling into the lower-viewcount streams. You can contact me on discord at Vaeb#0001 if you have any questions or issues. --- Notable Updates --- - 8th February 2022: Added support for Facebook Gaming streams. - 22th January 2022: Refresh streams without refreshing the whole page. - 13th January 2022: Added button to refresh live-streams for the factions and search features. - 28th September 2021: Added support for NoPixel International (India). - 4th September 2021: Added box to search for any character/streamer instantly. - 10th June 2021: Rapid functionality to filter all NP streams by faction. - 6th June 2021: Added diagonal-tag-color for NoPixel Public streams.
扩展基本信息
名称 | Twitch NoPixel Only |
ID | jebgklbgelliplemahghgiegfmcobfmk |
官方URL | https://chromewebstore.google.com/detail/twitch-nopixel-only/jebgklbgelliplemahghgiegfmcobfmk |
简介 | Automatic filtering and coloring for NoPixel streams on Twitch's GTA page! |
文件大小 | 89.87 KB |
安装次数 | 5,116 |
当前版本 | 1.14.5 |
更新时间 | 2023-08-21 |
上架时间 | 2021-01-02 |
评分 | 4.26/5 共38次评分 |
开发者 | Vaeb |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Vaeb/Twitch-NoPixel-Only |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch NoPixel Only", "description": "Automatic filtering and coloring for NoPixel streams on Twitch's GTA page!", "version": "1.14.5", "manifest_version": 3, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_title": "Twitch NoPixel Only" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "css": [ "css\/twitch.css" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/sweetalert2.all.min.js", "js\/foreground.js" ] } ], "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/vaeb.io\/*", "https:\/\/*.facebook.com\/gaming\/*" ] } |