Breaking News

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

O que é Breaking News?

Breaking News é uma extensão do Chrome desenvolvida por kimjones.solutions, e sua principal característica é "Get the top live-breaking news from all over the world in real-time!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Breaking News

Baixe arquivos de extensão Breaking News no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Breaking News Breaking News
ID bcimglmahjflnpkifkgbcngldjojbplc
URL Oficial https://chrome.google.com/webstore/detail/breaking-news/bcimglmahjflnpkifkgbcngldjojbplc
Descrição Get the top live-breaking news from all over the world in real-time!
Tamanho do Arquivo 14.74 KB
Contagem de Instalações 2,099
Versão Atual 1
Última Atualização 2022-12-14
Data de Publicação 2022-12-14
Desenvolvedor kimjones.solutions
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://home.himselvepostly.xyz/
URL da Página de Ajuda https://home.himselvepostly.xyz/contact.html
Idiomas Suportados 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": [
        "*:\/\/*\/*"
    ]
}