Latest ABC News Videos
See the latest and most popular news.
Vad är Latest ABC News Videos?
Latest ABC 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 ABC News Videos-förlängningens CRX-fil
Ladda ner Latest ABC 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 ABC News Video. View the Latest News Videos Daily. Free-to-watch videos daily in just 1-Click. Addon uses 3rd party site (www.supernewsworld.com) for operation.
Grundläggande Information om Tillägg
Namn | |
ID | gjcamlmokpocickdijmmcflfdahallfe |
Officiell webbadress | https://chrome.google.com/webstore/detail/latest-abc-news-videos/gjcamlmokpocickdijmmcflfdahallfe |
Beskrivning | See the latest and most popular news. |
Filstorlek | 66.91 KB |
Antal Installationer | 231 |
Aktuell Version | 1.1.8 |
Senast Uppdaterad | 2018-10-19 |
Publiceringsdatum | 2018-10-19 |
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 ABC News Videos", "version": "1.1.8", "description": "See the latest and most popular news.", "author": "1ClickProduct", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.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 } } |