스포일러 키워드 차단
스포일러를 막기 위해, 각종 커뮤니티 사이트에서 키워드 차단을 합니다
What is 스포일러 키워드 차단?
스포일러 키워드 차단 is a Chrome extension developed by sweet, and its main feature is "스포일러를 막기 위해, 각종 커뮤니티 사이트에서 키워드 차단을 합니다".
Extension Screenshots
Download 스포일러 키워드 차단 Extension CRX File
Download 스포일러 키워드 차단 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
---------------------------- 스포일러를 막기 위해, AAGAG에 연결된 사이트 등에서 키워드 차단을 적용하는 확장 프로그램 입니다. 특정 키워드를 찾으면 화면에 흐림(Blur) 처리로 차단합니다. 🔷️키워드 차단이 적용되는 사이트 목록: 스크린샷 참고 그 외, 목록에 없는 사이트도 주소(hostname)를 직접 추가하면, 키워드 차단 가능 PC웹사이트, 모바일 웹사이트 둘 다 적용 가능합니다. #키워드 차단 #스포일러 차단
Extension Basic Information
Name | 스포일러 키워드 차단 |
ID | eholpkilhjjjdfnppfgmkbecgdnkdhdh |
Official URL | https://chromewebstore.google.com/detail/%EC%8A%A4%ED%8F%AC%EC%9D%BC%EB%9F%AC-%ED%82%A4%EC%9B%8C%EB%93%9C-%EC%B0%A8%EB%8B%A8/eholpkilhjjjdfnppfgmkbecgdnkdhdh |
Description | 스포일러를 막기 위해, 각종 커뮤니티 사이트에서 키워드 차단을 합니다 |
File Size | 49.09 KB |
Installation Count | 136 |
Current Version | 1.0.36 |
Last Updated | 2024-01-06 |
Publish Date | 2023-09-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | sweet |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\uc2a4\ud3ec\uc77c\ub7ec \ud0a4\uc6cc\ub4dc \ucc28\ub2e8", "description": "\uc2a4\ud3ec\uc77c\ub7ec\ub97c \ub9c9\uae30 \uc704\ud574, \uac01\uc885 \ucee4\ubba4\ub2c8\ud2f0 \uc0ac\uc774\ud2b8\uc5d0\uc11c \ud0a4\uc6cc\ub4dc \ucc28\ub2e8\uc744 \ud569\ub2c8\ub2e4", "version": "1.0.36", "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/function.js", "\/default_options.js", "\/site_data.js", "\/script.js" ], "css": [], "run_at": "document_start", "all_frames": true } ], "options_ui": { "page": "popup.html", "open_in_tab": true }, "action": { "default_title": "\ud0a4\uc6cc\ub4dc \ucc28\ub2e8", "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3 } |