Latest Fox Business Videos

See the latest and most popular news.

Hvad er Latest Fox Business Videos?

Latest Fox Business 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 Fox Business Videos-udvidelses-CRX-fil

Download Latest Fox Business 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 Fox Business Network Videos. View the Latest Fox Business News Videos Daily.                    

Grundlæggende oplysninger om udvidelsen

Navn Latest Fox Business Videos Latest Fox Business Videos
ID ckgchililjdlmimnephkoccldaacoecn
Officiel URL https://chrome.google.com/webstore/detail/latest-fox-business-video/ckgchililjdlmimnephkoccldaacoecn
Beskrivelse See the latest and most popular news.
Filstørrelse 477 KB
Antal Installationer 41
Nuværende Version 1.1.8
Senest Opdateret 2018-10-05
Udgivelsesdato 2018-10-05
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 Fox Business 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
    }
}