Chatrandom Filter
Filter Chatrandom users by gender
Wat is Chatrandom Filter?
Chatrandom Filter is een Chrome-extensie ontwikkeld door Discord Notebook, en de belangrijkste functie is "Filter Chatrandom users by gender".
Extensie Screenshots
Download het CRX-bestand van de extensie Chatrandom Filter
Download Chatrandom Filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nokhdmifgniahpkjgmcecledffigckmn |
Officiële URL | https://chrome.google.com/webstore/detail/chatrandom-filter/nokhdmifgniahpkjgmcecledffigckmn |
Beschrijving | Filter Chatrandom users by gender |
Bestandsgrootte | 71.16 KB |
Aantal Installaties | 1,001 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2020-12-06 |
Publicatiedatum | 2020-12-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Discord Notebook |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |