FMKOREA FILTER

유저가 원하지 않는 키워드나 게시판이 포텐에 노출되는 것을 방지합니다.

Cos'è FMKOREA FILTER?

FMKOREA FILTER è un'estensione di Chrome sviluppata da harrisonk9611, e la sua funzione principale è "유저가 원하지 않는 키워드나 게시판이 포텐에 노출되는 것을 방지합니다.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FMKOREA FILTER

Scarica i file di estensione FMKOREA FILTER 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

                        유저가 원하지 않는 키워드나 게시판이 포텐에 노출되는 것을 방지합니다.
게시판의 이름이나 포텐 게시글의 제목에 유저가 설정한 단어가 포함되면 자동으로 화면에서 사라집니다.


문의 및 건의: [email protected]                    

Informazioni di Base sull'Estensione

Nome FMKOREA FILTER FMKOREA FILTER
ID amimmpndjbjbenlcedackpmbphmhlhmo
URL Ufficiale https://chromewebstore.google.com/detail/fmkorea-filter/amimmpndjbjbenlcedackpmbphmhlhmo
Descrizione 유저가 원하지 않는 키워드나 게시판이 포텐에 노출되는 것을 방지합니다.
Dimensione del File 15.92 KB
Conteggio Installazioni 31
Versione Corrente 0.01
Ultimo Aggiornamento 2021-06-07
Data di Pubblicazione 2021-06-07
Sviluppatore harrisonk9611
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FMKOREA FILTER",
    "version": "0.01",
    "description": "\uc720\uc800\uac00 \uc6d0\ud558\uc9c0 \uc54a\ub294 \ud0a4\uc6cc\ub4dc\ub098 \uac8c\uc2dc\ud310\uc774 \ud3ec\ud150\uc5d0 \ub178\ucd9c\ub418\ub294 \uac83\uc744 \ubc29\uc9c0\ud569\ub2c8\ub2e4.",
    "browser_action": {
        "default_title": "FMKOREA FILTER",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fmkorea.com\/*"
            ],
            "js": [
                "contentScripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.fmkorea.com\/*"
        ]
    },
    "manifest_version": 2
}