FMBlocker
에펨코리아 (FMKorea.com)의 갤러리 및 서브갤러리를 필터링을 가능하게해주는 확장 프로그램입니다. fmkorea.com에 접속하게 될 경우, 갤러리 옆에 갤러리 또는 서브 갤러리를 블라인드 처리 할 수 있게 버튼이 추가됩니다.…
What is FMBlocker?
FMBlocker is a Chrome extension developed by Jake Lee, and its main feature is "에펨코리아 (FMKorea.com)의 갤러리 및 서브갤러리를 필터링을 가능하게해주는 확장 프로그램입니다. fmkorea.com에 접속하게 될 경우, 갤러리 옆에 갤러리 또는 서브 갤러리를 블라인드 처리 할 수 있게 버튼이 추가됩니다.…".
Extension Screenshots
Download FMBlocker Extension CRX File
Download FMBlocker 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
에펨코리아 (FMKorea.com)의 갤러리 및 서브갤러리를 필터링을 가능하게해주는 확장 프로그램입니다. fmkorea.com에 접속하게 될 경우, 갤러리 옆에 갤러리 또는 서브 갤러리를 블라인드 처리 할 수 있게 버튼이 추가됩니다. 추가하여 포텐게시판에서 특정 갤러리가 필터되어 숨겨집니다. 이 Extension의 버튼을 눌러 필터 처리된 갤러리를 필터 대상에서 제외시킬 수 있습니다.
Extension Basic Information
Name | FMBlocker |
ID | mcfngpnlnpghmjfbbcimockkknfojegn |
Official URL | https://chromewebstore.google.com/detail/fmblocker/mcfngpnlnpghmjfbbcimockkknfojegn |
Description | 에펨코리아 (FMKorea.com)의 갤러리 및 서브갤러리를 필터링을 가능하게해주는 확장 프로그램입니다. fmkorea.com에 접속하게 될 경우, 갤러리 옆에 갤러리 또는 서브 갤러리를 블라인드 처리 할 수 있게 버튼이 추가됩니다.… |
File Size | 98.88 KB |
Installation Count | 19 |
Current Version | 1.0.0 |
Last Updated | 2020-12-23 |
Publish Date | 2020-12-23 |
Developer | Jake Lee |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dragonsnapx/fmblocker |
Help Page URL | https://github.com/dragonsnapx/fmblocker/issues |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "FMBlocker", "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.fmkorea.com\/*", "http:\/\/www.fmkorea.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "manifest_version": 2 } |