Breaking News
Get the top live-breaking news from all over the world in real-time!
Co to jest Breaking News?
Breaking News to rozszerzenie Chrome opracowane przez kimjones.solutions, a jego główną funkcją jest „Get the top live-breaking news from all over the world in real-time!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Breaking News
Pobierz pliki rozszerzeń Breaking News 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
The extension lets the user get the top live-breaking news from all over the world in real-time.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bcimglmahjflnpkifkgbcngldjojbplc |
Oficjalny URL | https://chrome.google.com/webstore/detail/breaking-news/bcimglmahjflnpkifkgbcngldjojbplc |
Opis | Get the top live-breaking news from all over the world in real-time! |
Rozmiar pliku | 14.74 KB |
Liczba instalacji | 2,099 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2022-12-14 |
Data Publikacji | 2022-12-14 |
Deweloper | kimjones.solutions |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://home.himselvepostly.xyz/ |
Adres URL Strony Pomocy | https://home.himselvepostly.xyz/contact.html |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo.png", "default_title": "Breaking News", "default_popup": "popup.html" }, "description": "Get the top live-breaking news from all over the world in real-time!", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "Breaking News", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ] } |