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.

Cos'è CNN Video?

CNN Video è un'estensione di Chrome sviluppata da Gadsy, e la sua funzione principale è "This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.".

Scarica il file CRX dell'estensione CNN Video

Scarica i file di estensione CNN Video in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CNN Video CNN Video
ID gmhmgjaaehajekeigmieacnedhcbbbhd
URL Ufficiale https://chrome.google.com/webstore/detail/cnn-video/gmhmgjaaehajekeigmieacnedhcbbbhd
Descrizione This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.
Dimensione del File 3.26 KB
Conteggio Installazioni 52
Versione Corrente 1.0
Ultimo Aggiornamento 2012-10-05
Data di Pubblicazione 2012-10-05
Sviluppatore Gadsy
Tipo di Pagamento free
Lingue Supportate 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"
}