Flingster Filter

Filter Flingster users by gender

什麼是Flingster Filter?

Flingster Filter是由Discord Notebook開發的Chrome擴展程式,該擴展的主要功能是“Filter Flingster users by gender”。

擴展截圖

screenshot

下載Flingster Filter擴展crx文件

下載Flingster Filter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Flingster Filter Flingster Filter
ID bjphdgiciolfklbdpknjobaaefdgfmjd
官方網址 https://chrome.google.com/webstore/detail/flingster-filter/bjphdgiciolfklbdpknjobaaefdgfmjd
簡介 Filter Flingster users by gender
檔案大小 99.25 KB
安裝次數 1,640
目前版本 0.0.1
更新時間 2020-12-06
上架時間 2020-12-06
評分 3.67/5 共 3 次評分
開發者 Discord Notebook
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}