Breaking News

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

Что такое Breaking News?

Breaking News - это расширение Chrome, разработанное kimjones.solutions, и его основная функция - "Get the top live-breaking news from all over the world in real-time!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Breaking News

Скачайте файлы расширений 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.                    

Основная информация о расширении

Название Breaking News Breaking News
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": [
        "*:\/\/*\/*"
    ]
}