DLsite フィルター

DLsiteの作品一覧を作者名などでフィルターします

Cos'è DLsite フィルター?

DLsite フィルター è un'estensione di Chrome sviluppata da Narazaka, e la sua funzione principale è "DLsiteの作品一覧を作者名などでフィルターします".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DLsite フィルター

Scarica i file di estensione DLsite フィルター in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        オプションから無視する作者名を設定すると、DLsiteの新着や検索結果からその結果をグレーアウトしたり隠したり出来ます。

やたら沢山作品を出すメーカーなどを一旦無視したい場合にどうぞ。

オープンソースです。リポジトリはこちら。 https://github.com/Narazaka/dlsite-maker-filter-chrome-extension                    

Informazioni di Base sull'Estensione

Nome DLsite フィルター DLsite フィルター
ID hhghclcfkojelliakgcfooanaogiedeg
URL Ufficiale https://chromewebstore.google.com/detail/dlsite-%E3%83%95%E3%82%A3%E3%83%AB%E3%82%BF%E3%83%BC/hhghclcfkojelliakgcfooanaogiedeg
Descrizione DLsiteの作品一覧を作者名などでフィルターします
Dimensione del File 8.06 KB
Conteggio Installazioni 235
Versione Corrente 2.0.1
Ultimo Aggiornamento 2021-05-10
Data di Pubblicazione 2019-06-15
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Narazaka
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DLsite \u30d5\u30a3\u30eb\u30bf\u30fc",
    "description": "DLsite\u306e\u4f5c\u54c1\u4e00\u89a7\u3092\u4f5c\u8005\u540d\u306a\u3069\u3067\u30d5\u30a3\u30eb\u30bf\u30fc\u3057\u307e\u3059",
    "version": "2.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dlsite.com\/*"
            ],
            "js": [
                "loadOptions.js",
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ]
}