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