FMKOREA FILTER

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

What is FMKOREA FILTER?

FMKOREA FILTER is a Chrome extension developed by harrisonk9611, and its main feature is "유저가 원하지 않는 키워드나 게시판이 포텐에 노출되는 것을 방지합니다.".

Extension Screenshots

screenshot

Download FMKOREA FILTER Extension CRX File

Download FMKOREA 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

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


문의 및 건의: [email protected]                    

Extension Basic Information

Name FMKOREA FILTER FMKOREA FILTER
ID amimmpndjbjbenlcedackpmbphmhlhmo
Official URL https://chromewebstore.google.com/detail/fmkorea-filter/amimmpndjbjbenlcedackpmbphmhlhmo
Description 유저가 원하지 않는 키워드나 게시판이 포텐에 노출되는 것을 방지합니다.
File Size 15.92 KB
Installation Count 31
Current Version 0.01
Last Updated 2021-06-07
Publish Date 2021-06-07
Developer harrisonk9611
Email [email protected]
Payment Type free
Supported Languages 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
}