Latest ABC News Videos
See the latest and most popular news.
Was ist Latest ABC News Videos?
Latest ABC News Videos ist eine Chrome-Erweiterung, die von http://www.supernewsworld.com entwickelt wurde, und ihr Hauptmerkmal ist "See the latest and most popular news.".
Erweiterungsscreenshots
Latest ABC News Videos-Erweiterungs-CRX-Datei herunterladen
Laden Sie Latest ABC News Videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gjcamlmokpocickdijmmcflfdahallfe |
Offizielle URL | https://chrome.google.com/webstore/detail/latest-abc-news-videos/gjcamlmokpocickdijmmcflfdahallfe |
Beschreibung | See the latest and most popular news. |
Dateigröße | 66.91 KB |
Installationsanzahl | 231 |
Aktuelle Version | 1.1.8 |
Letztes Update | 2018-10-19 |
Veröffentlichungsdatum | 2018-10-19 |
Entwickler | http://www.supernewsworld.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |