Latest NBC News Videos
See the latest and most popular news.
Wat is Latest NBC News Videos?
Latest NBC News Videos is een Chrome-extensie ontwikkeld door http://www.supernewsworld.com, en de belangrijkste functie is "See the latest and most popular news.".
Extensie Screenshots
Download het CRX-bestand van de extensie Latest NBC News Videos
Download Latest NBC News Videos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jeecldlenpcaimfhglgbpikekaohmmkb |
Officiële URL | https://chrome.google.com/webstore/detail/latest-nbc-news-videos/jeecldlenpcaimfhglgbpikekaohmmkb |
Beschrijving | See the latest and most popular news. |
Bestandsgrootte | 174 KB |
Aantal Installaties | 368 |
Huidige Versie | 1.1.8 |
Laatst Bijgewerkt | 2018-09-15 |
Publicatiedatum | 2018-09-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://www.supernewsworld.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |