BJBlock
지정한 아프리카TV BJ의 방송을 시청목록에서 제외시켜줍니다.
What is BJBlock?
BJBlock is a Chrome extension developed by SonicBird, and its main feature is "지정한 아프리카TV BJ의 방송을 시청목록에서 제외시켜줍니다.".
Extension Screenshots
Download BJBlock Extension CRX File
Download BJBlock 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
Removes the broadcast of the specified AfreecaTV BroadcastingJockey from the viewing list.
Extension Basic Information
Name | BJBlock |
ID | anmjefeeadlcadlginbpapmdoljepkpo |
Official URL | https://chromewebstore.google.com/detail/bjblock/anmjefeeadlcadlginbpapmdoljepkpo |
Description | 지정한 아프리카TV BJ의 방송을 시청목록에서 제외시켜줍니다. |
File Size | 11.51 KB |
Installation Count | 1,082 |
Current Version | 0.1 |
Last Updated | 2023-07-26 |
Publish Date | 2023-07-25 |
Rating | 4.17/5 Total 12 Ratings |
Developer | SonicBird |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BJBlock", "description": "\uc9c0\uc815\ud55c \uc544\ud504\ub9ac\uce74TV BJ\uc758 \ubc29\uc1a1\uc744 \uc2dc\uccad\ubaa9\ub85d\uc5d0\uc11c \uc81c\uc678\uc2dc\ucf1c\uc90d\ub2c8\ub2e4.", "version": "0.1", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/www.afreecatv.com\/*" ] } ], "permissions": [ "storage" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |