YouTube Live Monetize Plugin

YouTube Live Monetize Plugin

O que é YouTube Live Monetize Plugin?

YouTube Live Monetize Plugin é uma extensão do Chrome desenvolvida por yuchan2215, e sua principal característica é "YouTube Live Monetize Plugin".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube Live Monetize Plugin

Baixe arquivos de extensão YouTube Live Monetize Plugin 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

                        YouTube™のライブ時に定期的に広告を発信します。

機能一覧:
・YouTube™のライブ時に定期的に広告を発信
(機能のON/OFF・間隔設定(幅を持たせてランダムにすることも可能))
・次の間隔までの秒数表示機能
(広告発信から20秒間は色が変わります)
・配信終了時にタブを閉じる機能

右上の拡張機能一覧から、当拡張機能をクリックすることで各種設定が行えます

New: を持たせてランダムにする機能を追加しました                    

Informações Básicas da Extensão

Nome YouTube Live Monetize Plugin YouTube Live Monetize Plugin
ID cdibiipgbahgkpajbodlddijnhgccoij
URL Oficial https://chromewebstore.google.com/detail/youtube-live-monetize-plu/cdibiipgbahgkpajbodlddijnhgccoij
Descrição YouTube Live Monetize Plugin
Tamanho do Arquivo 45.89 KB
Contagem de Instalações 13
Versão Atual 1.0.3
Última Atualização 2022-02-16
Data de Publicação 2022-02-10
Desenvolvedor yuchan2215
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Live Monetize Plugin",
    "short_name": "YTLiMP",
    "version": "1.0.3",
    "description": "YouTube Live Monetize Plugin",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "19": "icon128.png"
        },
        "default_title": "Settings",
        "default_popup": "option.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "jquery.min.js"
            ],
            "matches": [
                "https:\/\/studio.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "presistent": true
    }
}