Latest Fox Business Videos
See the latest and most popular news.
Co to jest Latest Fox Business Videos?
Latest Fox Business Videos to rozszerzenie Chrome opracowane przez http://www.supernewsworld.com, a jego główną funkcją jest „See the latest and most popular news.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Latest Fox Business Videos
Pobierz pliki rozszerzeń Latest Fox Business Videos w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
See the latest and most popular Fox Business Network Videos. View the Latest Fox Business News Videos Daily.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ckgchililjdlmimnephkoccldaacoecn |
Oficjalny URL | https://chrome.google.com/webstore/detail/latest-fox-business-video/ckgchililjdlmimnephkoccldaacoecn |
Opis | See the latest and most popular news. |
Rozmiar pliku | 477 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 1.1.8 |
Ostatnia Aktualizacja | 2018-10-05 |
Data Publikacji | 2018-10-05 |
Deweloper | http://www.supernewsworld.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |