FMKFilter - 에펨코리아 포텐글 필터링 확장프로그램
Filters posts categorically and with other filters.
What is FMKFilter - 에펨코리아 포텐글 필터링 확장프로그램?
FMKFilter - 에펨코리아 포텐글 필터링 확장프로그램 is a Chrome extension developed by ys27, and its main feature is "Filters posts categorically and with other filters.".
Extension Screenshots
Download FMKFilter - 에펨코리아 포텐글 필터링 확장프로그램 Extension CRX File
Download FMKFilter - 에펨코리아 포텐글 필터링 확장프로그램 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
FMKFilter - 에펨코리아 포텐글 필터링 포텐 글 목록에 보기 싫은 갤러리 필터링 최근 업데이트: V1.7.5 - 사용자 가리기 기능 추가. V1.7.4 - 댓글 가리기 기능 추가. V1.7.3 - [173] 처럼 댓글 수 누르면 반응 없는 버그 수정. V1.7.2 - 백그라운드 탭에 열리는 기능 미사용시 컨트롤+클릭이 그냥 클릭으로 인식되는 버그 수정. V1.7.1 - 게시글 왼쪽 클릭시 백그라운드 탭에 오픈 할 수 있는 세팅 추가 (컨트롤+클릭, 스크롤 클릭 겸용). V1.7.0 - Manifest V3 호환 업데이트. V1.6.3 - 1.6.2에 의한 게시판 투명 오버래핑 버그 수정. V1.6.2 - 트위터, 유투브, 인스타그램 등 글 안에서 로딩을 막는 버그 수정. V1.6.1 - 메인 페이지 화제글 가리는 옵션 추가. V1.6.0 - 메인 페이지 정치글 가리는 옵션 추가.
Extension Basic Information
Name | FMKFilter - 에펨코리아 포텐글 필터링 확장프로그램 |
ID | ebplhplgpajiefbbijkdjhiimfbmimkh |
Official URL | https://chromewebstore.google.com/detail/fmkfilter-%EC%97%90%ED%8E%A8%EC%BD%94%EB%A6%AC%EC%95%84-%ED%8F%AC%ED%85%90%EA%B8%80-%ED%95%84%ED%84%B0%EB%A7%81-%ED%99%95/ebplhplgpajiefbbijkdjhiimfbmimkh |
Description | Filters posts categorically and with other filters. |
File Size | 114 KB |
Installation Count | 1,172 |
Current Version | 1.7.5 |
Last Updated | 2023-02-15 |
Publish Date | 2019-12-26 |
Rating | 4.84/5 Total 25 Ratings |
Developer | ys27 |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FMKFilter - \uc5d0\ud3a8\ucf54\ub9ac\uc544 \ud3ec\ud150\uae00 \ud544\ud130\ub9c1 \ud655\uc7a5\ud504\ub85c\uadf8\ub7a8", "short_name": "FMKFilter", "version": "1.7.5", "description": "Filters posts categorically and with other filters.", "icons": { "128": "imgs\/logo128.png" }, "action": { "default_popup": "index.html", "default_icon": "imgs\/logo.png" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/*.fmkorea.com\/*" ], "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "js": [ "scripts\/jquery-3.6.0.min.js", "scripts\/contentScript.js" ], "css": [ "hideDefault.css" ], "matches": [ "https:\/\/*.fmkorea.com\/*" ], "run_at": "document_start" } ] } |