Latest CNN News Videos

See the latest and most popular news.

Co je Latest CNN News Videos?

Latest CNN News Videos je rozšíření Chrome vyvinuté http://www.supernewsworld.com, a jeho hlavní funkcí je „See the latest and most popular news.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Latest CNN News Videos

Stáhněte si soubory rozšíření Latest CNN News Videos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Watch the latest CNN Videos in 1-Click                    

Základní Informace o Rozšíření

Název Latest CNN News Videos Latest CNN News Videos
ID fkfhfhgoipkhmieamodphnfmneglapgl
Oficiální URL https://chrome.google.com/webstore/detail/latest-cnn-news-videos/fkfhfhgoipkhmieamodphnfmneglapgl
Popis See the latest and most popular news.
Velikost souboru 127 KB
Počet instalací 1,753
Aktuální Verze 1.2.0
Poslední Aktualizace 2022-03-23
Datum Vydání 2018-09-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://www.supernewsworld.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest CNN News Videos",
    "version": "1.2.0",
    "description": "See the latest and most popular news.",
    "author": "1ClickProduct",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "View Latest News",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "https:\/\/www.supernewsworld.com\/"
    ],
    "background": {
        "scripts": [
            "popup\/js\/jquery-3.2.1.min.js",
            "popup\/js\/jquery.scrollbar.min.js",
            "popup\/js\/popup.js"
        ],
        "persistent": false
    }
}