Deeplay News Feed

Provides you with the latest news.

Что такое Deeplay News Feed?

Deeplay News Feed - это расширение Chrome, разработанное https://deeplay.net, и его основная функция - "Provides you with the latest news.".

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

screenshot
screenshot
screenshot

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

Скачайте файлы расширений 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
Электронная почта [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"
    }
}