Bulletchat for YouTube

Bullet chatting on YouTube

Bulletchat for YouTube क्या है?

Bulletchat for YouTube mashiro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bullet chatting on YouTube"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bulletchat for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Bulletchat for YouTube Bulletchat for YouTube
ID ldlogbmoofpmjhkccjhajjkkkjojenip
आधिकारिक URL https://chromewebstore.google.com/detail/bulletchat-for-youtube/ldlogbmoofpmjhkccjhajjkkkjojenip
विवरण Bullet chatting on YouTube
फ़ाइल का आकार 1.56 MB
स्थापना संख्या 2,482
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2020-12-14
प्रकाशन तिथि 2020-05-06
रेटिंग 4.88/5 कुल 16 रेटिंग्स
डेवलपर mashiro
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/mashiro/bulletchat-for-youtube
समर्थित भाषाएँ 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"
    }
}