Latest Fox Business Videos
See the latest and most popular news.
Was ist Latest Fox Business Videos?
Latest Fox Business 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 Fox Business Videos-Erweiterungs-CRX-Datei herunterladen
Laden Sie Latest Fox Business 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 Fox Business Network Videos. View the Latest Fox Business News Videos Daily.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ckgchililjdlmimnephkoccldaacoecn |
Offizielle URL | https://chrome.google.com/webstore/detail/latest-fox-business-video/ckgchililjdlmimnephkoccldaacoecn |
Beschreibung | See the latest and most popular news. |
Dateigröße | 477 KB |
Installationsanzahl | 41 |
Aktuelle Version | 1.1.8 |
Letztes Update | 2018-10-05 |
Veröffentlichungsdatum | 2018-10-05 |
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 Fox Business Videos", "version": "1.1.8", "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": [ "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 } } |