Latest CNN News Videos
See the latest and most popular news.
Hvad er Latest CNN News Videos?
Latest CNN News Videos er en Chrome-udvidelse udviklet af http://www.supernewsworld.com, og dens hovedfunktion er "See the latest and most popular news.".
Udvidelsesskærmbilleder
Download Latest CNN News Videos-udvidelses-CRX-fil
Download Latest CNN News 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
Watch the latest CNN Videos in 1-Click
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fkfhfhgoipkhmieamodphnfmneglapgl |
Officiel URL | https://chrome.google.com/webstore/detail/latest-cnn-news-videos/fkfhfhgoipkhmieamodphnfmneglapgl |
Beskrivelse | See the latest and most popular news. |
Filstørrelse | 127 KB |
Antal Installationer | 1,753 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2022-03-23 |
Udgivelsesdato | 2018-09-11 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | http://www.supernewsworld.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |