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.

Apa itu CNN Video?

CNN Video adalah ekstensi Chrome yang dikembangkan oleh Gadsy, dan fitur utamanya adalah "This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.".

Unduh Berkas CRX Ekstensi CNN Video

Unduh file ekstensi CNN Video dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama CNN Video CNN Video
ID gmhmgjaaehajekeigmieacnedhcbbbhd
URL Resmi https://chrome.google.com/webstore/detail/cnn-video/gmhmgjaaehajekeigmieacnedhcbbbhd
Deskripsi This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.
Ukuran File 3.26 KB
Jumlah Instalasi 52
Versi Saat Ini 1.0
Terakhir Diperbarui 2012-10-05
Tanggal Publikasi 2012-10-05
Pengembang Gadsy
Tipe Pembayaran free
Bahasa yang Didukung 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"
}