Twitch NoPixel Only

Automatic filtering and coloring for NoPixel streams on Twitch's GTA page!

What is Twitch NoPixel Only?

Twitch NoPixel Only is a Chrome extension developed by Vaeb, and its main feature is "Automatic filtering and coloring for NoPixel streams on Twitch's GTA page!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Twitch NoPixel Only Extension CRX File

Download Twitch NoPixel Only 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

                        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.                    

Extension Basic Information

Name Twitch NoPixel Only Twitch NoPixel Only
ID jebgklbgelliplemahghgiegfmcobfmk
Official URL https://chromewebstore.google.com/detail/twitch-nopixel-only/jebgklbgelliplemahghgiegfmcobfmk
Description Automatic filtering and coloring for NoPixel streams on Twitch's GTA page!
File Size 89.87 KB
Installation Count 5,116
Current Version 1.14.5
Last Updated 2023-08-21
Publish Date 2021-01-02
Rating 4.26/5 Total 38 Ratings
Developer Vaeb
Email [email protected]
Payment Type free
Extension Website https://github.com/Vaeb/Twitch-NoPixel-Only
Supported Languages 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\/*"
    ]
}