Latest NBC News Videos

See the latest and most popular news.

Vad är Latest NBC News Videos?

Latest NBC News 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 NBC News Videos-förlängningens CRX-fil

Ladda ner Latest NBC News 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 NBC News Videos. View the Latest NBC News Videos Daily. Free-to-watch videos daily in just 1-Click.                    

Grundläggande Information om Tillägg

Namn Latest NBC News Videos Latest NBC News Videos
ID jeecldlenpcaimfhglgbpikekaohmmkb
Officiell webbadress https://chrome.google.com/webstore/detail/latest-nbc-news-videos/jeecldlenpcaimfhglgbpikekaohmmkb
Beskrivning See the latest and most popular news.
Filstorlek 174 KB
Antal Installationer 368
Aktuell Version 1.1.8
Senast Uppdaterad 2018-09-15
Publiceringsdatum 2018-09-15
Betyg 5.00/5 Totalt 1 Betyg
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 NBC 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
    }
}