Chatrandom Filter
Filter Chatrandom users by gender
Qu'est-ce que Chatrandom Filter ?
Chatrandom Filter est une extension Chrome développée par Discord Notebook, et sa fonction principale est "Filter Chatrandom users by gender".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chatrandom Filter
Téléchargez les fichiers d'extension Chatrandom Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nokhdmifgniahpkjgmcecledffigckmn |
URL Officiel | https://chrome.google.com/webstore/detail/chatrandom-filter/nokhdmifgniahpkjgmcecledffigckmn |
Description | Filter Chatrandom users by gender |
Taille du Fichier | 71.16 KB |
Nombre d'Installations | 1,001 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-12-06 |
Date de Publication | 2020-12-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Discord Notebook |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |