Flingster Filter
Filter Flingster users by gender
What is Flingster Filter?
Flingster Filter is a Chrome extension developed by Discord Notebook, and its main feature is "Filter Flingster users by gender".
Extension Screenshots
Download Flingster Filter Extension CRX File
Download Flingster 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 | bjphdgiciolfklbdpknjobaaefdgfmjd |
Official URL | https://chrome.google.com/webstore/detail/flingster-filter/bjphdgiciolfklbdpknjobaaefdgfmjd |
Description | Filter Flingster users by gender |
File Size | 99.25 KB |
Installation Count | 1,640 |
Current Version | 0.0.1 |
Last Updated | 2020-12-06 |
Publish Date | 2020-12-06 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Discord Notebook |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |