FMKFilter - 에펨코리아 포텐글 필터링 확장프로그램
Filters posts categorically and with other filters.
Cos'è FMKFilter - 에펨코리아 포텐글 필터링 확장프로그램?
FMKFilter - 에펨코리아 포텐글 필터링 확장프로그램 è un'estensione di Chrome sviluppata da ys27, e la sua funzione principale è "Filters posts categorically and with other filters.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FMKFilter - 에펨코리아 포텐글 필터링 확장프로그램
Scarica i file di estensione FMKFilter - 에펨코리아 포텐글 필터링 확장프로그램 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
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 - 메인 페이지 정치글 가리는 옵션 추가.
Informazioni di Base sull'Estensione
Nome | FMKFilter - 에펨코리아 포텐글 필터링 확장프로그램 |
ID | ebplhplgpajiefbbijkdjhiimfbmimkh |
URL Ufficiale | 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 |
Descrizione | Filters posts categorically and with other filters. |
Dimensione del File | 114 KB |
Conteggio Installazioni | 1,172 |
Versione Corrente | 1.7.5 |
Ultimo Aggiornamento | 2023-02-15 |
Data di Pubblicazione | 2019-12-26 |
Valutazione | 4.84/5 Totale 25 Valutazioni |
Sviluppatore | ys27 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |