Breaking News
Get the top live-breaking news from all over the world in real-time!
Qu'est-ce que Breaking News ?
Breaking News est une extension Chrome développée par kimjones.solutions, et sa fonction principale est "Get the top live-breaking news from all over the world in real-time!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Breaking News
Téléchargez les fichiers d'extension Breaking News au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The extension lets the user get the top live-breaking news from all over the world in real-time.
Informations de Base sur l'Extension
Nom | |
ID | bcimglmahjflnpkifkgbcngldjojbplc |
URL Officiel | https://chrome.google.com/webstore/detail/breaking-news/bcimglmahjflnpkifkgbcngldjojbplc |
Description | Get the top live-breaking news from all over the world in real-time! |
Taille du Fichier | 14.74 KB |
Nombre d'Installations | 2,099 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2022-12-14 |
Date de Publication | 2022-12-14 |
Développeur | kimjones.solutions |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://home.himselvepostly.xyz/ |
URL de la Page d'Aide | https://home.himselvepostly.xyz/contact.html |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } |