Chatrandom Filter

Filter Chatrandom users by gender

What is Chatrandom Filter?

Chatrandom Filter is a Chrome extension developed by Discord Notebook, and its main feature is "Filter Chatrandom users by gender".

Extension Screenshots

screenshot

Download Chatrandom Filter Extension CRX File

Download Chatrandom Filter 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

                        Tired of pressing next all the time? Let us do it for you!

The extension will automatically next the person if the gender they selected does not match the ones you choose.

Also, you can now skip to the next person by pressing escape.                    

Extension Basic Information

Name Chatrandom Filter Chatrandom Filter
ID nokhdmifgniahpkjgmcecledffigckmn
Official URL https://chrome.google.com/webstore/detail/chatrandom-filter/nokhdmifgniahpkjgmcecledffigckmn
Description Filter Chatrandom users by gender
File Size 71.16 KB
Installation Count 1,001
Current Version 0.0.1
Last Updated 2020-12-06
Publish Date 2020-12-06
Rating 5.00/5 Total 1 Ratings
Developer Discord Notebook
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatrandom Filter",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Filter Chatrandom users by gender",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Chatrandom Filter",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/background\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chatrandom.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}