Follow websites (RSS Reader)

Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.

Что такое Follow websites (RSS Reader)?

Follow websites (RSS Reader) - это расширение Chrome, разработанное https://follow.it, и его основная функция - "Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.".

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

screenshot

Скачать файл CRX расширения Follow websites (RSS Reader)

Скачайте файлы расширений Follow websites (RSS Reader) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The easiest tool to follow websites (or to be more precise: their RSS feeds).                    

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

Название Follow websites (RSS Reader) Follow websites (RSS Reader)
ID ncepinjclfmeppajckcgpamhfpjnjabn
Официальный URL https://chromewebstore.google.com/detail/follow-websites-rss-reade/ncepinjclfmeppajckcgpamhfpjnjabn
Описание Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.
Размер файла 1.38 MB
Количество установок 1,158
Текущая Версия 0.1.3
Последнее Обновление 2024-03-04
Дата публикации 2022-06-18
Рейтинг 5.00/5 Всего 7 оценок
Разработчик https://follow.it
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://follow.it/directory
URL страницы политики конфиденциальности https://follow.it/info/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Follow websites (RSS Reader)",
    "version": "0.1.3",
    "description": "Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.",
    "icons": {
        "16": "img\/icons\/icon-16.png",
        "48": "img\/icons\/icon-48.png",
        "128": "img\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "browser-polyfill.min.js",
                "content\/index.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "img\/icons\/icon-48.png"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/follow.it\/*",
            "https:\/\/*.follow.it\/*"
        ]
    },
    "manifest_version": 3
}