Latest CNN News Videos

See the latest and most popular news.

Cos'è Latest CNN News Videos?

Latest CNN News Videos è un'estensione di Chrome sviluppata da http://www.supernewsworld.com, e la sua funzione principale è "See the latest and most popular news.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Latest CNN News Videos

Scarica i file di estensione Latest CNN News Videos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Watch the latest CNN Videos in 1-Click                    

Informazioni di Base sull'Estensione

Nome Latest CNN News Videos Latest CNN News Videos
ID fkfhfhgoipkhmieamodphnfmneglapgl
URL Ufficiale https://chrome.google.com/webstore/detail/latest-cnn-news-videos/fkfhfhgoipkhmieamodphnfmneglapgl
Descrizione See the latest and most popular news.
Dimensione del File 127 KB
Conteggio Installazioni 1,753
Versione Corrente 1.2.0
Ultimo Aggiornamento 2022-03-23
Data di Pubblicazione 2018-09-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://www.supernewsworld.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}