Erinome RSS Detector
RSS Detector for Erinome RSS extension.
Was ist Erinome RSS Detector?
Erinome RSS Detector ist eine Chrome-Erweiterung, die von Erinome entwickelt wurde, und ihr Hauptmerkmal ist "RSS Detector for Erinome RSS extension.".
Erweiterungsscreenshots
Erinome RSS Detector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Erinome RSS Detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Erinome RSS Detector |
ID | ebopppnmnflknmniiaggblaekaahmohl |
Offizielle URL | https://chromewebstore.google.com/detail/erinome-rss-detector/ebopppnmnflknmniiaggblaekaahmohl |
Beschreibung | RSS Detector for Erinome RSS extension. |
Dateigröße | 24.82 KB |
Installationsanzahl | 480 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2018-06-09 |
Veröffentlichungsdatum | 2018-06-09 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Erinome |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |