Breaking News
Get the top live-breaking news from all over the world in real-time!
Vad är Breaking News?
Breaking News är en Chrome-tillägg utvecklad av kimjones.solutions, och dess huvudfunktion är "Get the top live-breaking news from all over the world in real-time!".
Tilläggsskärmbilder
Ladda ner Breaking News-förlängningens CRX-fil
Ladda ner Breaking News-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The extension lets the user get the top live-breaking news from all over the world in real-time.
Grundläggande Information om Tillägg
Namn | |
ID | bcimglmahjflnpkifkgbcngldjojbplc |
Officiell webbadress | https://chrome.google.com/webstore/detail/breaking-news/bcimglmahjflnpkifkgbcngldjojbplc |
Beskrivning | Get the top live-breaking news from all over the world in real-time! |
Filstorlek | 14.74 KB |
Antal Installationer | 2,099 |
Aktuell Version | 1 |
Senast Uppdaterad | 2022-12-14 |
Publiceringsdatum | 2022-12-14 |
Utvecklare | kimjones.solutions |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://home.himselvepostly.xyz/ |
Hjälpsida URL | https://home.himselvepostly.xyz/contact.html |
Stödda Språk | 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": [ "*:\/\/*\/*" ] } |