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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CNN Video एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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