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.

Wat is CNN Video?

CNN Video is een Chrome-extensie ontwikkeld door Gadsy, en de belangrijkste functie is "This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.".

Download het CRX-bestand van de extensie CNN Video

Download CNN Video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CNN Video CNN Video
ID gmhmgjaaehajekeigmieacnedhcbbbhd
Officiële URL https://chrome.google.com/webstore/detail/cnn-video/gmhmgjaaehajekeigmieacnedhcbbbhd
Beschrijving This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.
Bestandsgrootte 3.26 KB
Aantal Installaties 52
Huidige Versie 1.0
Laatst Bijgewerkt 2012-10-05
Publicatiedatum 2012-10-05
Ontwikkelaar Gadsy
Betalingswijze free
Ondersteunde Talen 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"
}