DirtyRoulette Filter

Filter DirtyRoulette users by gender

DirtyRoulette Filter क्या है?

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

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

screenshot

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

crx प्रारूप में DirtyRoulette 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.                    

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

नाम DirtyRoulette Filter DirtyRoulette Filter
ID ifmdfhpnchnbhheapgagmoblokdffcmc
आधिकारिक URL https://chrome.google.com/webstore/detail/dirtyroulette-filter/ifmdfhpnchnbhheapgagmoblokdffcmc
विवरण Filter DirtyRoulette users by gender
फ़ाइल का आकार 73.65 KB
स्थापना संख्या 1,132
वर्तमान संस्करण 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": "DirtyRoulette Filter",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Filter DirtyRoulette 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": "DirtyRoulette Filter",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/background\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dirtyroulette.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}