Breaking News

Get the top live-breaking news from all over the world in real-time!

What is Breaking News?

Breaking News is a Chrome extension developed by kimjones.solutions, and its main feature is "Get the top live-breaking news from all over the world in real-time!".

Extension Screenshots

screenshot
screenshot

Download Breaking News Extension CRX File

Download Breaking News extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The extension lets the user get the top live-breaking news from all over the world in real-time.                    

Extension Basic Information

Name Breaking News Breaking News
ID bcimglmahjflnpkifkgbcngldjojbplc
Official URL https://chrome.google.com/webstore/detail/breaking-news/bcimglmahjflnpkifkgbcngldjojbplc
Description Get the top live-breaking news from all over the world in real-time!
File Size 14.74 KB
Installation Count 2,099
Current Version 1
Last Updated 2022-12-14
Publish Date 2022-12-14
Developer kimjones.solutions
Email [email protected]
Payment Type free
Extension Website https://home.himselvepostly.xyz/
Help Page URL https://home.himselvepostly.xyz/contact.html
Supported Languages 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": [
        "*:\/\/*\/*"
    ]
}