BJBlock

지정한 아프리카TV BJ의 방송을 시청목록에서 제외시켜줍니다.

Wat is BJBlock?

BJBlock is een Chrome-extensie ontwikkeld door SonicBird, en de belangrijkste functie is "지정한 아프리카TV BJ의 방송을 시청목록에서 제외시켜줍니다.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BJBlock

Download BJBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Removes the broadcast of the specified AfreecaTV BroadcastingJockey from the viewing list.                    

Basisinformatie over de Extensie

Naam BJBlock BJBlock
ID anmjefeeadlcadlginbpapmdoljepkpo
Officiële URL https://chromewebstore.google.com/detail/bjblock/anmjefeeadlcadlginbpapmdoljepkpo
Beschrijving 지정한 아프리카TV BJ의 방송을 시청목록에서 제외시켜줍니다.
Bestandsgrootte 11.51 KB
Aantal Installaties 1,082
Huidige Versie 0.1
Laatst Bijgewerkt 2023-07-26
Publicatiedatum 2023-07-25
Beoordeling 4.17/5 Totaal 12 Beoordelingen
Ontwikkelaar SonicBird
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}