Latest BBC News Videos

See the latest and most popular news.

Hvad er Latest BBC News Videos?

Latest BBC News Videos er en Chrome-udvidelse udviklet af http://www.supernewsworld.com, og dens hovedfunktion er "See the latest and most popular news.".

Udvidelsesskærmbilleder

screenshot

Download Latest BBC News Videos-udvidelses-CRX-fil

Download Latest BBC News Videos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Latest BBC News Videos Latest BBC News Videos
ID napilkfbakomcoaojhpbncnpiocohdip
Officiel URL https://chrome.google.com/webstore/detail/latest-bbc-news-videos/napilkfbakomcoaojhpbncnpiocohdip
Beskrivelse See the latest and most popular news.
Filstørrelse 145 KB
Antal Installationer 555
Nuværende Version 1.1.8
Senest Opdateret 2018-09-16
Udgivelsesdato 2018-09-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://www.supernewsworld.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
    }
}