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是由Gadsy开发的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扩展crx文件

下载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"
}