Tube comments

Enables custom disqus youtube comments

Tube commentsคืออะไร?

Tube comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Suriya และคุณลักษณะหลักของมันคือ "Enables custom disqus youtube comments"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tube comments

ดาวน์โหลดไฟล์ส่วนขยาย Tube comments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        If you ever faced "Comments are turned off"  on any Youtube videos don't worry you can still comment using this chrome extension via Disqus comments community from the same youtube page itself cool right..!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tube comments Tube comments
ID ojjglcjjkhpgbelpkikcfembbacpokoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tube-comments/ojjglcjjkhpgbelpkikcfembbacpokoc
คำอธิบาย Enables custom disqus youtube comments
ขนาดไฟล์ 13.4 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-08-06
วันที่เผยแพร่ 2020-08-06
ผู้พัฒนา Suriya
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tube comments",
    "description": "Enables custom disqus youtube comments",
    "version": "0.1",
    "icons": {
        "16": "comment.png",
        "48": "comment.png",
        "128": "comment.png"
    },
    "browser_action": {
        "default_icon": "comment.png",
        "default_popup": "content.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "extension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}