Bulletchat for YouTube

Bullet chatting on YouTube

O que é Bulletchat for YouTube?

Bulletchat for YouTube é uma extensão do Chrome desenvolvida por mashiro, e sua principal característica é "Bullet chatting on YouTube".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Bulletchat for YouTube

Baixe arquivos de extensão Bulletchat for YouTube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        You can display live chat on the video like a bullet.                    

Informações Básicas da Extensão

Nome Bulletchat for YouTube Bulletchat for YouTube
ID ldlogbmoofpmjhkccjhajjkkkjojenip
URL Oficial https://chromewebstore.google.com/detail/bulletchat-for-youtube/ldlogbmoofpmjhkccjhajjkkkjojenip
Descrição Bullet chatting on YouTube
Tamanho do Arquivo 1.56 MB
Contagem de Instalações 2,482
Versão Atual 1.3.0
Última Atualização 2020-12-14
Data de Publicação 2020-05-06
Classificação 4.88/5 Total de 16 Avaliações
Desenvolvedor mashiro
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/mashiro/bulletchat-for-youtube
Idiomas Suportados en,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bulletchat for YouTube",
    "version": "1.3.0",
    "author": "mashiro",
    "homepage_url": "https:\/\/github.com\/mashiro\/bulletchat-for-youtube",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/www.youtube.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "icon-white.svg"
    ],
    "background": {
        "scripts": [
            "\/static\/js\/background.4e166c2f.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/static\/js\/content.835cc2ea.js"
            ],
            "css": [
                "\/static\/css\/content.fafb8ebe.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "BulletChat",
        "default_popup": "index.html#options"
    }
}