Erinome RSS Detector

RSS Detector for Erinome RSS extension.

Erinome RSS Detector là gì?

Erinome RSS Detector là một tiện ích mở rộng Chrome được phát triển bởi Erinome, và tính năng chính của nó là "RSS Detector for Erinome RSS extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Erinome RSS Detector

Tải xuống các tệp mở rộng Erinome RSS Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Erinome RSS Detector Erinome RSS Detector
ID ebopppnmnflknmniiaggblaekaahmohl
URL Chính Thức https://chromewebstore.google.com/detail/erinome-rss-detector/ebopppnmnflknmniiaggblaekaahmohl
Mô tả RSS Detector for Erinome RSS extension.
Kích Thước Tệp 24.82 KB
Số Lần Cài Đặt 480
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-06-09
Ngày Phát Hành 2018-06-09
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Erinome
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}