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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة CNN Video

قم بتنزيل ملفات الامتداد CNN Video بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}