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!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 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
Eメール [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": [
        "*:\/\/*\/*"
    ]
}