Erinome RSS Detector
RSS Detector for Erinome RSS extension.
Что такое Erinome RSS Detector?
Erinome RSS Detector - это расширение Chrome, разработанное Erinome, и его основная функция - "RSS Detector for Erinome RSS extension.".
Снимки экрана расширения
Скачать файл CRX расширения Erinome RSS Detector
Скачайте файлы расширений Erinome RSS Detector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension helps to determine whether there are RSS feeds on pages you visit and what their URLs are. It is useful for setting up Erinome RSS reader extension, where you would need to know the addresses of your feeds to add them for the first time.
Основная информация о расширении
Название | Erinome RSS Detector |
ID | ebopppnmnflknmniiaggblaekaahmohl |
Официальный URL | https://chromewebstore.google.com/detail/erinome-rss-detector/ebopppnmnflknmniiaggblaekaahmohl |
Описание | RSS Detector for Erinome RSS extension. |
Размер файла | 24.82 KB |
Количество установок | 480 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2018-06-09 |
Дата публикации | 2018-06-09 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | Erinome |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Erinome RSS Detector", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "js": [ "scripts\/detector_scan.js" ] } ], "description": "RSS Detector for Erinome RSS extension.", "manifest_version": 2, "version": "1.0.2", "background": { "scripts": [ "scripts\/detector_bg.js" ], "persistent": false }, "page_action": { "default_title": "RSS", "default_popup": "popup.html" }, "icons": { "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png", "128": "images\/icon128.png" } } |