Bulletchat for YouTube

Bullet chatting on YouTube

Vad är Bulletchat for YouTube?

Bulletchat for YouTube är en Chrome-tillägg utvecklad av mashiro, och dess huvudfunktion är "Bullet chatting on YouTube".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Bulletchat for YouTube-förlängningens CRX-fil

Ladda ner Bulletchat for YouTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Bulletchat for YouTube Bulletchat for YouTube
ID ldlogbmoofpmjhkccjhajjkkkjojenip
Officiell webbadress https://chromewebstore.google.com/detail/bulletchat-for-youtube/ldlogbmoofpmjhkccjhajjkkkjojenip
Beskrivning Bullet chatting on YouTube
Filstorlek 1.56 MB
Antal Installationer 2,482
Aktuell Version 1.3.0
Senast Uppdaterad 2020-12-14
Publiceringsdatum 2020-05-06
Betyg 4.88/5 Totalt 16 Betyg
Utvecklare mashiro
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/mashiro/bulletchat-for-youtube
Stödda Språk 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"
    }
}