Latest CNN News Videos
See the latest and most popular news.
Vad är Latest CNN News Videos?
Latest CNN 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
Ladda ner Latest CNN News Videos-förlängningens CRX-fil
Ladda ner Latest CNN 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
Watch the latest CNN Videos in 1-Click
Grundläggande Information om Tillägg
Namn | |
ID | fkfhfhgoipkhmieamodphnfmneglapgl |
Officiell webbadress | https://chrome.google.com/webstore/detail/latest-cnn-news-videos/fkfhfhgoipkhmieamodphnfmneglapgl |
Beskrivning | See the latest and most popular news. |
Filstorlek | 127 KB |
Antal Installationer | 1,753 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2022-03-23 |
Publiceringsdatum | 2018-09-11 |
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 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 } } |