RSS Subscription Extension, Reader

Adds one-click subscription to powerful RSS reader, Podcast reader. It allows you to easily add RSS feeds to reader.

RSS Subscription Extension, Reader란 무엇입니까?

RSS Subscription Extension, Reader은(는) Smart Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds one-click subscription to powerful RSS reader, Podcast reader. It allows you to easily add RSS feeds to reader."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

RSS Subscription Extension, Reader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Adds one-click subscription to powerful RSS reader, Podcast reader & player. 
It allows you to easily add RSS feeds to reader.

Supports feed preview and subscribe.
The setup is extremely simple.
Read RSS feeds and podcasts! No registration required.

Published the extension since 2011
Updated to the manifest v3 in December 2023                    

확장 프로그램 기본 정보

이름 RSS Subscription Extension, Reader RSS Subscription Extension, Reader
ID lgdngcfmcehppebgjdkhjgpbdjgipjpb
공식 URL https://chromewebstore.google.com/detail/rss-subscription-extensio/lgdngcfmcehppebgjdkhjgpbdjgipjpb
설명 Adds one-click subscription to powerful RSS reader, Podcast reader. It allows you to easily add RSS feeds to reader.
파일 크기 110 KB
설치 횟수 4,277
현재 버전 0.9.3.6
최근 업데이트 2023-12-12
출시 날짜 2020-04-11
평점 3.65/5 총 83 개의 평점
개발자 Smart Software
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://rssmerge.flowsoft7.com/
도움말 페이지 URL http://rssmerge.flowsoft7.com/
개인정보 보호 정책 페이지 URL http://iblogbox.com/chrome/tos.php
지원되는 언어 de,en,fr,nl,no,vi,da,es,it,hu,pl,pt-BR,sk,fi,sv,cs,el,ru,uk,iw,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "js\/bg.js"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html",
        "default_title": "RSS Subscription Extension, Reader"
    },
    "name": "RSS Subscription Extension, Reader",
    "content_scripts": [
        {
            "js": [
                "js\/injectlib.js",
                "js\/start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/injectlib.js",
                "js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "0.9.3.6"
}