Breaking News
Get the top live-breaking news from all over the world in real-time!
Wat is Breaking News?
Breaking News is een Chrome-extensie ontwikkeld door kimjones.solutions, en de belangrijkste functie is "Get the top live-breaking news from all over the world in real-time!".
Extensie Screenshots
Download het CRX-bestand van de extensie Breaking News
Download Breaking News-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The extension lets the user get the top live-breaking news from all over the world in real-time.
Basisinformatie over de Extensie
Naam | |
ID | bcimglmahjflnpkifkgbcngldjojbplc |
Officiële URL | https://chrome.google.com/webstore/detail/breaking-news/bcimglmahjflnpkifkgbcngldjojbplc |
Beschrijving | Get the top live-breaking news from all over the world in real-time! |
Bestandsgrootte | 14.74 KB |
Aantal Installaties | 2,099 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2022-12-14 |
Publicatiedatum | 2022-12-14 |
Ontwikkelaar | kimjones.solutions |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://home.himselvepostly.xyz/ |
Help Pagina-URL | https://home.himselvepostly.xyz/contact.html |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } |