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 là gì?

CNN Video là một tiện ích mở rộng Chrome được phát triển bởi Gadsy, và tính năng chính của nó là "This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.".

Tải xuống tệp CRX của tiện ích mở rộng CNN Video

Tải xuống các tệp mở rộng CNN Video dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CNN Video CNN Video
ID gmhmgjaaehajekeigmieacnedhcbbbhd
URL Chính Thức https://chrome.google.com/webstore/detail/cnn-video/gmhmgjaaehajekeigmieacnedhcbbbhd
Mô tả This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.
Kích Thước Tệp 3.26 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2012-10-05
Ngày Phát Hành 2012-10-05
Nhà Phát Triển Gadsy
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}