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
官方網址 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"
}