Breaking News
Get the top live-breaking news from all over the world in real-time!
Co je Breaking News?
Breaking News je rozšíření Chrome vyvinuté kimjones.solutions, a jeho hlavní funkcí je „Get the top live-breaking news from all over the world in real-time!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Breaking News
Stáhněte si soubory rozšíření Breaking News ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
The extension lets the user get the top live-breaking news from all over the world in real-time.
Základní Informace o Rozšíření
Název | |
ID | bcimglmahjflnpkifkgbcngldjojbplc |
Oficiální URL | https://chrome.google.com/webstore/detail/breaking-news/bcimglmahjflnpkifkgbcngldjojbplc |
Popis | Get the top live-breaking news from all over the world in real-time! |
Velikost souboru | 14.74 KB |
Počet instalací | 2,099 |
Aktuální Verze | 1 |
Poslední Aktualizace | 2022-12-14 |
Datum Vydání | 2022-12-14 |
Vývojář | kimjones.solutions |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://home.himselvepostly.xyz/ |
URL Stránky Nápovědy | https://home.himselvepostly.xyz/contact.html |
Podporované Jazyky | 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": [ "*:\/\/*\/*" ] } |