Latest Fox Business Videos

See the latest and most popular news.

Vad är Latest Fox Business Videos?

Latest Fox Business Videos är en Chrome-tillägg utvecklad av http://www.supernewsworld.com, och dess huvudfunktion är "See the latest and most popular news.".

Tilläggsskärmbilder

screenshot

Ladda ner Latest Fox Business Videos-förlängningens CRX-fil

Ladda ner Latest Fox Business Videos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        See the latest and most popular Fox Business Network Videos. View the Latest Fox Business News Videos Daily.                    

Grundläggande Information om Tillägg

Namn Latest Fox Business Videos Latest Fox Business Videos
ID ckgchililjdlmimnephkoccldaacoecn
Officiell webbadress https://chrome.google.com/webstore/detail/latest-fox-business-video/ckgchililjdlmimnephkoccldaacoecn
Beskrivning See the latest and most popular news.
Filstorlek 477 KB
Antal Installationer 41
Aktuell Version 1.1.8
Senast Uppdaterad 2018-10-05
Publiceringsdatum 2018-10-05
Utvecklare http://www.supernewsworld.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}