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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smart Software และคุณลักษณะหลักของมันคือ "Adds one-click subscription to powerful RSS reader, Podcast reader. It allows you to easily add RSS feeds to reader."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RSS Subscription Extension, Reader

ดาวน์โหลดไฟล์ส่วนขยาย RSS Subscription Extension, Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}

ส่วนขยายที่เกี่ยวข้อง