Latest CNN News Videos
See the latest and most popular news.
Wat is Latest CNN News Videos?
Latest CNN 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 CNN News Videos
Download Latest CNN 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
Watch the latest CNN Videos in 1-Click
Basisinformatie over de Extensie
Naam | |
ID | fkfhfhgoipkhmieamodphnfmneglapgl |
Officiële URL | https://chrome.google.com/webstore/detail/latest-cnn-news-videos/fkfhfhgoipkhmieamodphnfmneglapgl |
Beschrijving | See the latest and most popular news. |
Bestandsgrootte | 127 KB |
Aantal Installaties | 1,753 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2022-03-23 |
Publicatiedatum | 2018-09-11 |
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 CNN News Videos", "version": "1.2.0", "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": [ "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 } } |