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.

Hvad er CNN Video?

CNN Video er en Chrome-udvidelse udviklet af Gadsy, og dens hovedfunktion er "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 CNN Video-udvidelses-CRX-fil

Download CNN Video-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn CNN Video CNN Video
ID gmhmgjaaehajekeigmieacnedhcbbbhd
Officiel URL https://chrome.google.com/webstore/detail/cnn-video/gmhmgjaaehajekeigmieacnedhcbbbhd
Beskrivelse This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.
Filstørrelse 3.26 KB
Antal Installationer 52
Nuværende Version 1.0
Senest Opdateret 2012-10-05
Udgivelsesdato 2012-10-05
Udvikler Gadsy
Betalingsmetode free
Understøttede Sprog 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"
}