Latest BBC News Videos

See the latest and most popular news.

Apa itu Latest BBC News Videos?

Latest BBC News Videos adalah ekstensi Chrome yang dikembangkan oleh http://www.supernewsworld.com, dan fitur utamanya adalah "See the latest and most popular news.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Latest BBC News Videos

Unduh file ekstensi Latest BBC News Videos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        See the latest and most popular BBC News Videos View the Latest British Broadcasting Corporation (BBC) Videos Daily. Free-to-watch videos daily in just 1-Click.                    

Informasi Dasar Ekstensi

Nama Latest BBC News Videos Latest BBC News Videos
ID napilkfbakomcoaojhpbncnpiocohdip
URL Resmi https://chrome.google.com/webstore/detail/latest-bbc-news-videos/napilkfbakomcoaojhpbncnpiocohdip
Deskripsi See the latest and most popular news.
Ukuran File 145 KB
Jumlah Instalasi 555
Versi Saat Ini 1.1.8
Terakhir Diperbarui 2018-09-16
Tanggal Publikasi 2018-09-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://www.supernewsworld.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest BBC News Videos",
    "version": "1.1.8",
    "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": [
        "tabs",
        "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
    }
}