Your Best World News Extension

This extension helps you simply read the best world news.

Your Best World News Extensionとは何ですか?

Your Best World News Extensionはhttps://best-news-world.comによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you simply read the best world news.」です。

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

screenshot

Your Best World News Extension拡張機能のCRXファイルをダウンロード

Your Best World News Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With our extension, enjoy news updates from the world!

By adding to chrome, you accept and agree to install our extension, set the Chrome New Tab and to the terms of use, and privacy policy. The new tab .search features within the extension will be powered by Bing
  
https://best-news-world.com/pages/privacy-policy.html
https://best-news-world.com/pages/terms-of-use.html                    

拡張機能の基本情報

名前 Your Best World News Extension Your Best World News Extension
ID mhcadccilnnadcbjbdmabngbpcignljd
公式URL https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd
説明 This extension helps you simply read the best world news.
ファイルサイズ 259 KB
インストール数 113,244
現在のバージョン 1
最終更新日 2022-05-26
公開日 2022-05-26
評価 1.00/5 合計 1 レビュー
開発者 https://best-news-world.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://best-news-world.com/
ヘルプページのURL https://best-news-world.com/pages/contact.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icons\/news-128.png",
        "default_title": "Your Best World News Extension"
    },
    "description": "This extension helps you simply read the best world news.",
    "icons": {
        "128": "icons\/news-128.png",
        "16": "icons\/news-16.png",
        "32": "icons\/news-32.png"
    },
    "manifest_version": 3,
    "name": "Your Best World News Extension",
    "version": "1",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg",
                "icons\/*.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.best-news-world.com\/*"
    ]
}