Flingster Filter
Filter Flingster users by gender
Wat is Flingster Filter?
Flingster Filter is een Chrome-extensie ontwikkeld door Discord Notebook, en de belangrijkste functie is "Filter Flingster users by gender".
Extensie Screenshots
Download het CRX-bestand van de extensie Flingster Filter
Download Flingster 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 | bjphdgiciolfklbdpknjobaaefdgfmjd |
Officiële URL | https://chrome.google.com/webstore/detail/flingster-filter/bjphdgiciolfklbdpknjobaaefdgfmjd |
Beschrijving | Filter Flingster users by gender |
Bestandsgrootte | 99.25 KB |
Aantal Installaties | 1,640 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2020-12-06 |
Publicatiedatum | 2020-12-06 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Discord Notebook |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flingster Filter", "version": "0.0.1", "manifest_version": 2, "description": "Filter Flingster users by gender", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Flingster Filter", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "src\/background\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/flingster.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |