Deeplay News Feed

Provides you with the latest news.

Deeplay News Feedとは何ですか?

Deeplay News Feedはhttps://deeplay.netによって開発されたChromeの拡張機能で、その主な機能は「Provides you with the latest news.」です。

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

screenshot
screenshot
screenshot

Deeplay News Feed拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Deeplay News feeds

Using the technology of Deeplay Search Engine, you can find the latest news from multiple RRSS and Deeplay categories, also, enable user's browser to search web and news results in Deeplay website.

By clicking "Add to chrome", I accept and agree to installing the Deeplay News feeds Chrome extension and setting Chrome New Tab extension & it's search services (Provided by Bing) provided by the service and the Terms of Use and Privacy Policy. 

Terms & Conditions: https://deeplay.net/page/terms
Privacy Policy: https://deeplay.net/page/privacy-policy
About us: https://deeplay.net/page/about-us
Contact us: https://deeplay.net/page/contact-us                    

拡張機能の基本情報

名前 Deeplay News Feed Deeplay News Feed
ID blnnfeejdpjhajdfkkdiiinckapbdacl
公式URL https://chromewebstore.google.com/detail/deeplay-news-feed/blnnfeejdpjhajdfkkdiiinckapbdacl
説明 Provides you with the latest news.
ファイルサイズ 42.91 KB
インストール数 40
現在のバージョン 1.0
最終更新日 2022-11-02
公開日 2022-10-11
開発者 https://deeplay.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.deeplay.net
ヘルプページのURL https://deeplay.net/page/contact-us
プライバシーポリシーページのURL https://search.deeplay.net/page/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deeplay News Feed",
    "description": "Provides you with the latest news.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.deeplay.net\/*",
        "https:\/\/www.buzzfeed.com\/sports.xml",
        "https:\/\/feeds.skynews.com\/feeds\/rss\/home.xml",
        "https:\/\/fortune.com\/feed",
        "https:\/\/www.sportingnews.com\/us\/rss",
        "https:\/\/www.buzzfeed.com\/tvandmovies.xml",
        "https:\/\/www.etonline.com\/video\/rss",
        "https:\/\/digg.com\/rss\/technology.rss"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        }
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "deeplay.net",
            "keyword": "keyword.deeplay.net",
            "search_url": "https:\/\/fastsearch.deeplay.net\/VjFKT2Yd?keyword={searchTerms}",
            "favicon_url": "https:\/\/deeplay.net\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}