DirtyRoulette Filter

Filter DirtyRoulette users by gender

什麼是DirtyRoulette Filter?

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

擴展截圖

screenshot

下載DirtyRoulette Filter擴展crx文件

下載DirtyRoulette 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.                    

擴展基本資訊

名稱 DirtyRoulette Filter DirtyRoulette Filter
ID ifmdfhpnchnbhheapgagmoblokdffcmc
官方網址 https://chrome.google.com/webstore/detail/dirtyroulette-filter/ifmdfhpnchnbhheapgagmoblokdffcmc
簡介 Filter DirtyRoulette users by gender
檔案大小 73.65 KB
安裝次數 1,132
目前版本 0.0.1
更新時間 2020-12-06
上架時間 2020-12-06
評分 5.00/5 共 1 次評分
開發者 Discord Notebook
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DirtyRoulette Filter",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Filter DirtyRoulette 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": "DirtyRoulette Filter",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/background\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dirtyroulette.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}