Erinome RSS Detector
RSS Detector for Erinome RSS extension.
What is Erinome RSS Detector?
Erinome RSS Detector is a Chrome extension developed by Erinome, and its main feature is "RSS Detector for Erinome RSS extension.".
Extension Screenshots
Download Erinome RSS Detector Extension CRX File
Download Erinome RSS Detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Erinome RSS Detector |
ID | ebopppnmnflknmniiaggblaekaahmohl |
Official URL | https://chromewebstore.google.com/detail/erinome-rss-detector/ebopppnmnflknmniiaggblaekaahmohl |
Description | RSS Detector for Erinome RSS extension. |
File Size | 24.82 KB |
Installation Count | 480 |
Current Version | 1.0.2 |
Last Updated | 2018-06-09 |
Publish Date | 2018-06-09 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Erinome |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |