Breaking News
Get the top live-breaking news from all over the world in real-time!
¿Qué es Breaking News?
Breaking News es una extensión de Chrome desarrollada por kimjones.solutions, y su función principal es "Get the top live-breaking news from all over the world in real-time!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Breaking News
Descarga archivos de extensión Breaking News en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
The extension lets the user get the top live-breaking news from all over the world in real-time.
Información Básica de la Extensión
Nombre | |
ID | bcimglmahjflnpkifkgbcngldjojbplc |
URL Oficial | https://chrome.google.com/webstore/detail/breaking-news/bcimglmahjflnpkifkgbcngldjojbplc |
Descripción | Get the top live-breaking news from all over the world in real-time! |
Tamaño del Archivo | 14.74 KB |
Cantidad de Instalaciones | 2,099 |
Versión Actual | 1 |
Última Actualización | 2022-12-14 |
Fecha de Publicación | 2022-12-14 |
Desarrollador | kimjones.solutions |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://home.himselvepostly.xyz/ |
URL de la Página de Ayuda | https://home.himselvepostly.xyz/contact.html |
Idiomas Soportados | 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": [ "*:\/\/*\/*" ] } |