Breaking News
Get the top live-breaking news from all over the world in real-time!
什么是Breaking News?
Breaking News是由kimjones.solutions开发的Chrome扩展程序,该扩展的主要功能是“Get the top live-breaking news from all over the world in real-time!”。
扩展截图
下载Breaking News扩展crx文件
下载Breaking News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension lets the user get the top live-breaking news from all over the world in real-time.
扩展基本信息
名称 | |
ID | bcimglmahjflnpkifkgbcngldjojbplc |
官方URL | https://chrome.google.com/webstore/detail/breaking-news/bcimglmahjflnpkifkgbcngldjojbplc |
简介 | Get the top live-breaking news from all over the world in real-time! |
文件大小 | 14.74 KB |
安装次数 | 2,099 |
当前版本 | 1 |
更新时间 | 2022-12-14 |
上架时间 | 2022-12-14 |
开发者 | kimjones.solutions |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://home.himselvepostly.xyz/ |
帮助页面URL | https://home.himselvepostly.xyz/contact.html |
支持的语言 | 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": [ "*:\/\/*\/*" ] } |