DirtyRoulette Filter
Filter DirtyRoulette users by gender
What is DirtyRoulette Filter?
DirtyRoulette Filter is a Chrome extension developed by Discord Notebook, and its main feature is "Filter DirtyRoulette users by gender".
Extension Screenshots
Download DirtyRoulette Filter Extension CRX File
Download DirtyRoulette 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 | |
ID | ifmdfhpnchnbhheapgagmoblokdffcmc |
Official URL | https://chrome.google.com/webstore/detail/dirtyroulette-filter/ifmdfhpnchnbhheapgagmoblokdffcmc |
Description | Filter DirtyRoulette users by gender |
File Size | 73.65 KB |
Installation Count | 1,132 |
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 protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |