youtube-live-chat-selector

Chrome Extension for Selecting Chat Messages on YouTube Live.

Cos'è youtube-live-chat-selector?

youtube-live-chat-selector è un'estensione di Chrome sviluppata da https://fiahfy.blogspot.com, e la sua funzione principale è "Chrome Extension for Selecting Chat Messages on YouTube Live.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione youtube-live-chat-selector

Scarica i file di estensione youtube-live-chat-selector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - Filter chat messages by authority types.                    

Informazioni di Base sull'Estensione

Nome youtube-live-chat-selector youtube-live-chat-selector
ID elgbmlibcejchmmfkngbdpdmejbajkll
URL Ufficiale https://chromewebstore.google.com/detail/youtube-live-chat-selecto/elgbmlibcejchmmfkngbdpdmejbajkll
Descrizione Chrome Extension for Selecting Chat Messages on YouTube Live.
Dimensione del File 100 KB
Conteggio Installazioni 5,772
Versione Corrente 0.0.9
Ultimo Aggiornamento 2023-05-06
Data di Pubblicazione 2020-04-01
Valutazione 4.80/5 Totale 35 Valutazioni
Sviluppatore https://fiahfy.blogspot.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "youtube-live-chat-selector",
    "description": "Chrome Extension for Selecting Chat Messages on YouTube Live.",
    "version": "0.0.9",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.ts-loader-924d9f2a.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/live_chat*"
            ],
            "all_frames": true,
            "css": [
                "assets\/content-script-13bac0e4.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "assets\/content-script.ts-a8ccf41d.js"
            ],
            "use_dynamic_url": true
        }
    ]
}