CNN Video

This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.

CNN Videoคืออะไร?

CNN Video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gadsy และคุณลักษณะหลักของมันคือ "This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page."

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

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

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

                        This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.                    

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

ชื่อ CNN Video CNN Video
ID gmhmgjaaehajekeigmieacnedhcbbbhd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cnn-video/gmhmgjaaehajekeigmieacnedhcbbbhd
คำอธิบาย This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.
ขนาดไฟล์ 3.26 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-10-05
วันที่เผยแพร่ 2012-10-05
ผู้พัฒนา Gadsy
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html",
        "icons": [
            ""
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/www.cnn.com\/video\/?*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "CNN Video",
    "version": "1.0"
}