youtube-live-chat-selector

Chrome Extension for Selecting Chat Messages on YouTube Live.

Apa itu youtube-live-chat-selector?

youtube-live-chat-selector adalah ekstensi Chrome yang dikembangkan oleh https://fiahfy.blogspot.com, dan fitur utamanya adalah "Chrome Extension for Selecting Chat Messages on YouTube Live.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi youtube-live-chat-selector

Unduh file ekstensi youtube-live-chat-selector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        - Filter chat messages by authority types.                    

Informasi Dasar Ekstensi

Nama youtube-live-chat-selector youtube-live-chat-selector
ID elgbmlibcejchmmfkngbdpdmejbajkll
URL Resmi https://chromewebstore.google.com/detail/youtube-live-chat-selecto/elgbmlibcejchmmfkngbdpdmejbajkll
Deskripsi Chrome Extension for Selecting Chat Messages on YouTube Live.
Ukuran File 100 KB
Jumlah Instalasi 5,772
Versi Saat Ini 0.0.9
Terakhir Diperbarui 2023-05-06
Tanggal Publikasi 2020-04-01
Penilaian 4.80/5 Total 35 Penilaian
Pengembang https://fiahfy.blogspot.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}