Chatrandom Filter

Filter Chatrandom users by gender

Chatrandom Filter क्या है?

Chatrandom Filter Discord Notebook द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Filter Chatrandom users by gender"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chatrandom Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Chatrandom Filter Chatrandom Filter
ID nokhdmifgniahpkjgmcecledffigckmn
आधिकारिक URL https://chrome.google.com/webstore/detail/chatrandom-filter/nokhdmifgniahpkjgmcecledffigckmn
विवरण Filter Chatrandom users by gender
फ़ाइल का आकार 71.16 KB
स्थापना संख्या 1,001
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2020-12-06
प्रकाशन तिथि 2020-12-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Discord Notebook
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}